Geoffroy Montel
Geoffroy Montel
Hello BTW, the pitch is a MIDI note but can be fractional, so you can convert from freq to pitch with pitch = freq.cpsmidi And it works fine !
Same on my Macbook Air running 10.14 Here is the crash report ``` Process: scsynth [12600] Path: /Applications/SuperCollider.app/Contents/Resources/../Resources/scsynth Identifier: scsynth Version: 0 Code Type: X86-64 (Native) Parent Process: sclang [12598]...
Thanks but i am on an old x86 mac
Hello You can select multiple lines starting with a { and evaluate
OK ! Let me know if it's working better this way :) Cheers
Can reproduce it too on my Windows 10 machine with SC 3.11-beta
Thanks @telephon ! What is confusing is that it works with a Pbind driving a regular SynthDef ```supercollider ( SynthDef(\synth, { |freq=440, gate=1| Out.ar(0, SinOsc.ar(freq) * EnvGen.kr(Env.asr, gate, doneAction: Done.freeSelf)...
Thanks a lot for your quick answer and inviting me to the discussion. I think that we have the same problem with `startPos`, `loopDur` and `fadeTime` because each of these...
Great, many thanks Gianluca. I will compile it on my Macbook, test and get back to you !
Sorry for my late reply... Tested it this morning and this is gorgeous ! Exactly what I was looking for. One minor thing, if you set `xFadeTime` to be longer...