Timothy Schoen
Timothy Schoen
Thanks for reporting! I copied the MIDI code from Camomile, and have made very little modifications since, so I wonder if this affects Camomile as well. It's very surprising to...
Thanks for checking! I did find this code that handles sysex messages, there might be something wrong there, I'll take a look at it soon.
I can reproduce this issue. The behaviour in the standalone is expected, cutting the first and last sysex bytes off is okay because that's the "this is sysex" flag. The...
Nice, I think the only thing I need to do is set the PD_FLOATSIZE macro to 64 by compiling with "-DPD_FLOATSIZE=64", and that should do it. I compile libpd, ELSE...
I've looked at it and it looks mostly corrrect to me so far, but it's hard for me to guess which floats are used for audio and which aren't. I'm...
There are currently about 200 pddoc files that need documentation, and 3 people that are willing to do it so far (@jaffasplaffa @ludnny and I). How about we start by...
Useful resources: https://puredata.info/docs/tutorials/pd-refcard In many help files leads to:
Good idea, I'll provide some very clear instructions soon!
Yeah looks good! I'd make some things a bit more brief and start descriptions with a capital letter, like this: "output only if input changes" -> "Output when input changes"...
I'd go with ``` Set the value ``` The pd reference says ```set ``` but that's very confusing in xml documents. Another exception is objects like sel which have an...