Martin Roth

Results 57 comments of Martin Roth

What does the "f" argument do? Pipe only takes a numeric delay argument, no?

🤔 is this in Vanilla too? Our pipe will pass through arbitrary messages. Just pass the numeric delay argument.

Hi @atellio, the short answer to your question is that the error was caused by the fact that we did not support (until about 5 minutes ago) the right inlet...

@atellio The short answer to your issue is that our `[tabread4~]` requires a table to be defined at compile-time. So for instance if you say `[tabread4~ A3-0]` then it will...

@atellio how are you uploading the patch? I did [this](https://enzienaudio.com/h/mhroth/atellio/) with the uploader. Also, I did notice that uploading the patch/zip through the web interface results in an error. But...

@atellio that's all correct at this time. It's probably worth mentioning as well that file sizes typically become that large when you are embeddeding audio data into the patch. Depending...

@atellio This [project](https://github.com/ylevtov/Heavy-Unity-Sample-Loading) that [yuli](https://enzienaudio.com/h/yuli/) made may also give you some guidance for reading samples into heavy tables from Unity.

@atellio FYI the "set" message to e.g. `tabread4~` is now supported in the `dev` channel.

@tamasmarquetant thanks for letting us know. That issue has been fixed. Try uploading the patch again.

@woldhek You are correct. The `@hv_param` markup is only necessary if you want to "expose" the receiver. The receivers will always be there and will always be usable, but you...