We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Issue migrated from SourceForge | ID: 1865867 | Submitted by 'jamshark70'] [http://sourceforge.net/support/tracker.php?aid=1865867]
This seems to have been fixed in Median but it's still broken in Pitch.
e.g.:
SynthDef(\kaboom, { |outbus| varsig = In.ar(outbus, 1), pitch, hasFreq, trig, mnote;
mnote = pitch.cpsmidi.round; // send a trigger on change of freq or hasFreq on/off trig = (HPZ1.kr(mnote).abs > 0) + (HPZ1.kr(hasFreq).abs > 0); SendTrig.kr(trig, hasFreq, pitch); }).memStore;
The text was updated successfully, but these errors were encountered:
[Comment migrated from SourceForge | Submitted by 'jamshark70']
Fixed - revision 6894.
Sorry, something went wrong.
Merge pull request #31 from sensestage/patch-1
1003be2
Update quarks-repository-moved.md
fixes supercollider#31, partially addresses supercollider#36, fixes s…
ab7219f
…upercollider#40
No branches or pull requests
[Issue migrated from SourceForge | ID: 1865867 | Submitted by 'jamshark70']
[http://sourceforge.net/support/tracker.php?aid=1865867]
This seems to have been fixed in Median but it's still broken in Pitch.
e.g.:
SynthDef(\kaboom, { |outbus|
varsig = In.ar(outbus, 1),
pitch, hasFreq, trig, mnote;
pitch, hasFreq = Pitch.kr(sig, median: 11);
mnote = pitch.cpsmidi.round;
// send a trigger on change of freq or hasFreq on/off
trig = (HPZ1.kr(mnote).abs > 0) + (HPZ1.kr(hasFreq).abs > 0);
SendTrig.kr(trig, hasFreq, pitch);
}).memStore;
The text was updated successfully, but these errors were encountered: