Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MdaPiano crashes for initial gate closed #322

Open
jamshark70 opened this issue Aug 12, 2021 · 0 comments
Open

MdaPiano crashes for initial gate closed #322

jamshark70 opened this issue Aug 12, 2021 · 0 comments
Labels

Comments

@jamshark70
Copy link
Contributor

Linux here, SC 3.12.0, sc3-plugins latest release.

(
SynthDef(\piano, { |out, gate = 1, freq = 440, amp = 0.1|
	var sig = MdaPiano.ar(freq, gate);
	DetectSilence.ar(sig.sum, doneAction: 2);
	Out.ar(out, sig * amp);
}).add;
)

(instrument: \piano, sustain: 1e-20).play;

Server 'localhost' exited with exit code 0.
server 'localhost' disconnected shared memory interface

Synth(\piano, [gate: 0]);

Server 'localhost' exited with exit code 0.
server 'localhost' disconnected shared memory interface
@jamshark70 jamshark70 added the bug label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant