H. James Harkins
H. James Harkins
I went ahead and added a little bit. I think it's fair to give readers who are unfamiliar with envelope following some way to see what the attack and release...
FWIW I was just about to open an enhancement to suggest checkboxes for enable/disable -- then found this. Nice! And +1000 for "Favorites." For the plug-in manager, I would also...
OK, I can try a PR. Would you recommend to change the documentation, or the behavior? Backward compatibility seems like it could only be quite odd: an input named `sync`...
BTW my ability to work on the C++ side would be somewhat hampered by: ``` git clone https://github.com/madskjeldgaard/portedplugins // OK cd portedplugins // OK git submodule update --init --recursive //...
There is also perhaps some relationship to the sample rate. I used AY successfully at 44.1 kHz and it was by and large in tune with other synths. But just...
> This would be fully incompatible with Pd, ... I don't know any software that supports this, though It's irrelevant when the MIDI is coming in through a normal MIDI...
> this is about notes, not transport information ("transport" typically refers to clock/start/stop etc.) The data have to get from somewhere to somewhere else. This can be labeled as a...
> maybe we can have it in else/note.in Sure, I can log it for that. FWIW: - VST2 has a `char detune` in [VstMidiEvent](https://jvstwrapper.sourceforge.net/vst20spec.pdf) (PDF link) - VST3 has a...
> I haven't tried but I was wondering whether building with PortAudio would allow to achieve that? If I understand correctly, the currently experimental PortAudio backend would connect directly to...