Jump to content

how to generate MIDI CC using PHP


SPAWNmaster

Recommended Posts

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 . 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.