You are here

Add new comment

rncbc's picture

Yes, in general, the current MIDI controller implementation only deals with standard MIDI track's channel volume and pan controls (CC#7 and CC#10) and that is only applicable to MIDI tracks which are mapped to their corresponding MIDI channels. This is the only scenario where you can to get MIDI controller feedback, as channel volume and pan events are always sent out on session initialization and when playback (re)starts.

There's also a very limited JL Cooper control map, which is currently hardwired and only affects track volumes. This has only been set as a (personal) convenience and yes, only works in one direction (controller -> PC). Feedback (PC -> controller) is not supported.

Re. the DSSI-VST issue seems quite annoying and probably is due to the way plugin interface communication is being carried out beyond the sheets. Can't really tell what's what at the moment and with the given information. Try to find out whether the so called stickiness applies to all plugins that get loaded through DSSI-VST (ie. windows win32 plugins, ain't that so?) or are only one or some to blame ;)

Cheers