I did some lighting for a hip hop show last week and had the idea of getting my source 4 par lights to become a vu meter for the bass frequencies. I was thinking I need to go through MIDI to get this effect to work. Any suggestions?
I know you can make a input by midi which triggers a quelist. Friend of mine did it with midi-sampled drumkit: when the drummer hitted a tom, a quelist would fire. Maybe you could create it using midi-output from a audio-compressor with a microphone or so?
I suggest you use Madrix or Canvix ! Can be controlled from the Desk ..(I'm using fullboar and Madrix software , led light or dimmer channel matrix control )There are audio options ;level meters,equalizer,level ring etc.. example video: (www.videozaplat.com/izle/Yetenek-Sizsiniz-Turkiye-yari-final-2-bolum-14-subat-Serkan-Kilic-Beatbox-Show-)
I can see using a MIDI Event Processor to trigger the cuelists, but you'll need something to sample the audio and pull out the frequencies and relate them to MIDI notes.
Catalyst has a Scope mode which I've used. Worked well, but more than you are looking for.
You can get really complicated and figure out a way to program an Arduino to listen for specific frequency peaks and have it send a MSC command to trigger a cue on the hog. The problem with this is you can't really get a good intensity scale that follows the music. Hog3 only understands MSC cue triggers, so you'd need to make a cuelist with several cues that builds the 'vu meter' and have the Arduino rapidly trigger the cues to make it look like the lights are reacting to the music. I think you'll probably run into processing delay issues and end up being behind the beat. Your best bet is not to use hog for this kind of application. I have used E:Cue before for this kind of thing and it has an effects engine that does respond to audio input quite nicely.
[QUOTE=serdar kastas;47034]I suggest you use Madrix or Canvix ! Can be controlled from the Desk ..(I'm using fullboar and Madrix software , led light or dimmer channel matrix control )There are audio options ;level meters,equalizer,level ring etc.. example video: (www.videozaplat.com/izle/Yetenek-Sizsiniz-Turkiye-yari-final-2-bolum-14-subat-Serkan-Kilic-Beatbox-Show-)
@serdar kastas Thank you for recommending our products. If you want to see all the realtime audio effects check out also this video at YouTube: www.youtube.com/watch?v=-xRXEUkWrqI
:Eyecrazy: :notworthy: :headbang:
Kind regards, Dipl.-Inform. (FH) Christian Hertel MADRIX - Sales Manager
Yes you can do that. You'd need a RS485 transceiver like the MAX485 and write some code to scale the incoming audio signal into DMX values and it will work. If you want to use it in conjunction with the hog or other console, then you'd need to get a device to HTP merge the DMX signal from both console and Arduino to the dimmers.