Martin Roth
Martin Roth
`ctlin` works the same as `notein`, i.e.: ``` hv_vscheduleMessageForReceiver(_context, receiverHash, 1000.0*vste->deltaFrames/sampleRate, "fffff", (float) data1, (float) data0, (float) channel, (float) command, 0.0f // port ); ```
@Simon-L That is exactly how we would implement `noteout`, etc. The send hook is the one (and only) way out of the patch. Just remember that the send hook is...
The compiler would use yours.
I have successfully avoided this issue since September 2009. But that time may be drawing to a close. Basically it's a PITA to support and it's not all that efficient...
Post GDC, it's definitely time to implement the FFT family of objects and the infrastructure that goes with it.
> Does the heavy infrastructure support shutting off parts of the dsp chain, as often done in Pure Data? No, not currently. Maybe it will in the future. But if...
@Bsangston I took a quick look and regarding your patch compile times, on account of the size and complexity of your patch, it can take up to 30 seconds for...
Regarding why your patch is crashing, the culprit is _probably_ the `[until 4096]` object. You are probably experiencing a stack overflow. Secondly, FYI you can't read below index 0 from...
Hmm. It _may_ be that Chrome itself is timing out because the request is taking so long, rather than the heavy site necessarily doing anything bad. Have you tried the...
HI @AndrelMedo. We don't support `soundfiler` because reading audio assets is inevitably a very platform- and framework-dependent operation. In general, you can load audio assets into tables and play them...