From: Rui N. C. <rn...@rn...> - 2015-04-25 12:35:36
|
On 04/25/2015 11:49 AM, Will Godfrey wrote: > I'm curious as to how qtractor handles LV2 synths. When trying to use yoshimi > as a plugin I again don't seem to have NRPNs responding, although they now > behave quite correctly in standalone form. Surely there should be no > difference. As far as I can tell (in yoshimi) the same code is used for both. > afaict. there might be a difference: LV2 (and VSTi) plugins get the (N)RPNs always as a de-composited sequence of the regular 4 MIDI CC events, instead of a single ALSA-sequencer composite event (SND_SEQ_EVENT_REGPARAM, SND_SEQ_EVENT_NONREGPARAM). otoh. DSSI plugins get the later ALSA-seq single event form though. cheers -- rncbc aka. Rui Nuno Capela |