First time here? Check out the FAQ!
x

Is it possible to send all HotParameters via MIDI?

0 votes
352 views
I'd like to record all HotParameters as MIDI data in Pro Tools. This way I could easily conform Picture changes. Is there a generic way to do that?

Also I'd need a generic way to switch direction so all HotParameters are receiving MIDI..
asked Mar 17, 2015 in Controllers, OSC & MIDI by kymaguy (Virtuoso) (10,580 points)

1 Answer

0 votes
You could put each EventValue in its own MIDIOutputController and collect all of those into a Mixer that you play in parallel to your Sound.  That way when you make changes to the EventValues in Kyma, those changing controllers will go to the MIDI output as well as controlling Sound parameters.  And when you send MIDI input from PT, it would control your Sound parameters. Assuming of course that you have properly mapped MIDI controller numbers to EventValues in the VCS, for example.

As long as PT does not echo MIDI controller data that it receives, this should not create a "MIDI loop" so you should not need to switch between modes.
answered Mar 17, 2015 by ssc (Savant) (127,060 points)
Is there a way to automate that task with a sound building script?
Cristian, that's exactly the same question I wanted to ask too :)
There should be a way to collect all HotParameters and distribute them to MIDIOutputControllers with a Script.. I really need to study more SmallTalk...
...