SPAWNmaster Posted September 26, 2007 Share Posted September 26, 2007 Hi there! I have done many searches and cannot find the information I'm looking for. I'm a very beginner PHP user and would like to know if it's possible and how to generate specific MIDI CC's (so for example, note on information, specific CC#'s, etc). I would really appreciate any insight you experts would have for me!!! Feel free to email me as well at andrewgarcia86@gmail.com . Quote Link to comment https://forums.phpfreaks.com/topic/70714-how-to-generate-midi-cc-using-php/ Share on other sites More sharing options...
cooldude832 Posted September 26, 2007 Share Posted September 26, 2007 I too have thought of similar ideas with DMX protocols, what would be needed is some sort of medium between it PHP -> Medium -> Output(Midi,DMX, Any protcol) which means you have to find software php could interact with, or libraries that could take the php and convert the output to binaries that are nessecary for these protocols. The idea with this and MIDI wouldn't work as midi does produce errors and php can't recieve errors because its not a real time language. It could work with a DMX protocol (I got php to interact with a ETC Unision rack one time) since DMX doesn't error, but that was using a USB-DMX medium. Quote Link to comment https://forums.phpfreaks.com/topic/70714-how-to-generate-midi-cc-using-php/#findComment-355446 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.