CC Output ?
-
It would be lovely to be able to output CC , say from an LFO.
Unless its possible and I am being daft ?We are building an app for our MIDI kit and this would be helpful.
So would Sysex ;) -
Anyone have any thoughts on this ?
We are working on a MIDI retrofit for a line of analog synths and we almost have the "settings" part done via Sysex and we also want to be able to control parameters on the synth via CC and offer the kit with a plugin.
For this I really need CC output from both a knob and LFO.
-
Is there any way to either output CC from scriptnode directly or link the LFO output to a parameter whereby I could read the Parameter and output that via C++ as CC?
-
The Midi_cc module only seems to receive cc.
@christoph-hart do you have any tips on how to approach this or any chance of a CC output module in Scriptnode ? That would essentially solve this issue.
-
-
@lalalandsynth Have you thought about just trying to get this done in Juce? I think one of there tutorials is actually this kind of plugin.
-
@crd Yes, thought about it , but all the lfos are already there in Hise as well as the interface design being much simpler.
In fact , an CC output module in scriptnode would solve my problem fully.
-
@lalalandsynth But don't you want to send midi out of the plugin? I don't think that is possible from Hise but I could be wrong...
-
@crd It seems that is not possible ....yet ;)
I feel it should be an option.
We have the sysex sorted somewhat , just need the cc output .