Hi there!
New to O-S-C so thanks for being patient and understanding of my request! I finally feel accomplished after spending days trying to sort out getting MIDI to be sent/received between Ableton Live (omg it was so easy after I figured out what I didn’t understand!)
I’m hoping to make a template for a ‘soundboard’ using clips in Ableton’s Session View. I currently have one clip set to trigger with a button set as a toggle button (but have had similar results with push and tap buttons):
(DEBUG, MIDI) out: CONTROL_CHANGE: channel=1, cc=1, value=100 To: midi:OSCMIDI
(DEBUG, MIDI) in: CONTROL_CHANGE: channel=1, cc=1, value=126 From: midi:OSCMIDI
(DEBUG, OSC) In: { address: ‘/control’, args: [ 1, 1, 126 ] } From: midi:OSCMIDI
(DEBUG, MIDI) in: CONTROL_CHANGE: channel=1, cc=1, value=0 From: midi:OSCMIDI
(DEBUG, OSC) In: { address: ‘/control’, args: [ 1, 1, 0 ] } From: midi:OSCMIDI
(DEBUG, MIDI) in: CONTROL_CHANGE: channel=1, cc=1, value=127 From: midi:OSCMIDI
(DEBUG, OSC) In: { address: ‘/control’, args: [ 1, 1, 127 ] } From: midi:OSCMIDI
(DEBUG, MIDI) in: CONTROL_CHANGE: channel=1, cc=1, value=0 From: midi:OSCMIDI
(DEBUG, OSC) In: { address: ‘/control’, args: [ 1, 1, 0 ] } From: midi:OSCMIDI
(DEBUG, MIDI) in: CONTROL_CHANGE: channel=1, cc=1, value=0 From: midi:OSCMIDI
(DEBUG, OSC) In: { address: ‘/control’, args: [ 1, 1, 0 ] } From: midi:OSCMIDI
First off, this seems like a LOT of messages being sent — is something connected that shouldn’t be?
I’m wondering how I might go about having the light remain illuminated until the moment that the clip is complete in Ableton. Is this possible?