Guest Bad Influence Posted February 15, 2009 Report Share Posted February 15, 2009 I posted before about building the circuitry of a basic MIDI controller. What now need to know is how to allow the hardware to be understood by the computer. I need to write and use a driver for it right? MAX/MSP? How? Quote Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/ Share on other sites More sharing options...
Guest iep Posted February 15, 2009 Report Share Posted February 15, 2009 (edited) what kind of voltage-to-midi converter do you have in your controller? if your controller outputs normal MIDI data over MIDI/DIN cable, then just hook it up to your MIDI interface, right? only if you're using a USB or firewire output on your controller, you'll need some software to convert the USB/FW data to something that your sequencers etc can work with. Edited February 15, 2009 by iep Quote Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-953167 Share on other sites More sharing options...
ryancolecreate Posted February 16, 2009 Report Share Posted February 16, 2009 I don't have the answer, but how did you build the circuit? I have known people to build something with arduino or some other type of micro controller and port that directly into max or PD since they are already usb equipped. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide ryancolecreate's signature Hide all signatures ------ dailyambient.com ------ New Ambient Music Every Day. New ambient album "Sun and Clouds" now out. Use the discount code watmmer for 50% off the $4 album.Check it out. Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-953808 Share on other sites More sharing options...
Guest hahathhat Posted February 16, 2009 Report Share Posted February 16, 2009 when i pick out a driver i find DLLs work pretty reliably. Quote Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-953827 Share on other sites More sharing options...
Guest esquimaw Posted February 16, 2009 Report Share Posted February 16, 2009 You couldn't write a midi driver in Max/MSP. There's a couple of devices out there that do what you want already, with ready written drivers etc.. such as: OEM board Midibox USB module Or you could look at the arduino board and do something much more interesting. You could then use Max to convert the input data to Midi information if you wanted, or pretty much whatever. Or you could take apart a USB games controller with analogue sticks and make a controller with 4 sliders and 10 buttons. You might want to learn Max a bit first though before you attempt any of this, other than the midi USB devices. Quote Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-953884 Share on other sites More sharing options...
Guest Bad Influence Posted February 17, 2009 Report Share Posted February 17, 2009 IEP: So far nothing has been built. I'm currently looking for it to have a USB output though. Slightlydrybeans: Just downloaded a copy of Arduino from the site. I'll try and get a look at it tonight. esquimaw; The OEM board looks like my best option at the minute. It's maybe a little steep but I've time to save for it. For now my plans are to butter up the lab techs and get some of the old kit their getting rid of and modify it. When I first thought of doing this I didn't realise how much would be involve in the design. I'm still gettingyy head around stuff and I want to understand what I'm doing completely before I make a move on anything. Thanks for all the help guys Quote Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-954552 Share on other sites More sharing options...
ryancolecreate Posted February 18, 2009 Report Share Posted February 18, 2009 Arduino is a hardware device. :) I bet you doenloaded the specs or something. I think there is some language it uses native though maybe you got that environment. http://www.arduino.cc/ The cool thing is it's basically a controller already setup to understand any sort of sensor input. You could use knobs, buttons ect. or you could use accelerometers, color sensors, pressure sensors instead. Could make some pretty wicked stuff. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide ryancolecreate's signature Hide all signatures ------ dailyambient.com ------ New Ambient Music Every Day. New ambient album "Sun and Clouds" now out. Use the discount code watmmer for 50% off the $4 album.Check it out. Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-955277 Share on other sites More sharing options...
Guest acridavid Posted February 18, 2009 Report Share Posted February 18, 2009 slightlydrybeans said: Arduino is a hardware device. :) I bet you doenloaded the specs or something. I think there is some language it uses native though maybe you got that environment. http://www.arduino.cc/ The cool thing is it's basically a controller already setup to understand any sort of sensor input. You could use knobs, buttons ect. or you could use accelerometers, color sensors, pressure sensors instead. Could make some pretty wicked stuff. Arduino is awesome. Program your stuff/patch on your computer and upload the software to the board later! Quote Link to comment https://forum.watmm.com/topic/42676-custom-midi-partii/#findComment-955316 Share on other sites More sharing options...
Recommended Posts