#to connect midi ccs to parameters within EigenD hosted Audio Unit or VST plugins... midi input create it to midi input 2 name ify midi input 2 controller 1 to audio unit 1 parameter 14 connect midi input 2 controller 2 to audio unit 1 parameter 15 connect #to select the midi port... eigenbrowser hey midi input 2 port browse #to trigger a talker using MIDI notes... talker create it to midi talker 3 name ify midi input 2 activation output to midi talker 3 activation input connect midi talker 3 listen metronome listen when 1 start tempo to 200 when 2 set tempo to 80 when 3 set all join #(midi note 1 will start the metronome, midi note 2 sets tempo to 200, midi note 3 sets tempo to 80.) #to choose keygroup output using the midi talker… midi talker 3 listen kgroup 1 listen output 107 when 4 choose output 109 when 5 choose all join #(midi note 4 will choose sampler 1, midi note 5 will choose sampler 3) #to run a script using the midi talker… midi talker 3 listen interpreter listen [name of script] when 6 run all join #(replace [name of script] with the name of a script in ~/library/eigenlabs/scripts/ folder, midi note 6 will run the script)