Tagged Questions
The midi-interface tag has no wiki summary.
6
votes
4answers
5k views
Arduino : sending MIDI up the USB
I'm interested in making an Arduino based MIDI controller to talk to my computer. Looking at other examples of Arduino MIDI (eg. http://itp.nyu.edu/physcomp/Labs/MIDIOutput), they all seem to wire up ...
6
votes
3answers
404 views
Can Silverlight communicate with a MIDI instrument?
Can Silverlight communicate with a MIDI instrument connected to the machine running the Silverlight application? In- or out-browser.
1
vote
2answers
268 views
RtMidi MIDI control signals to Ableton Live
I'm trying to write a C++ app using RtMidi to send control signals via my Tascam FireOne MIDI Controller to Ableton Live. So far, I have it successfully sending Note On + Off Signals, Volume Up + Down ...
0
votes
1answer
157 views
controlling Python script with usb midi controller
I have a usb midi controller (uc-33e) and I have a working python script see below.
I would like to be able to control the variables of the python script using my usb controller does anyone have an ...