I'm currently using 2 TlC5940 to drive leds and I wish to be able to make them react to music. I know that normally you can use BeatDetect from Processing to communicate with the pins on Arduino, but I don't really know how to make Processing communicate with the TLC5940. Any suggestions?
but I don't really know how to make Processing communicate with the TLC5940.
You don't.
Processing will send a message to the arduino. Then the sketch in the arduino will receive that and and use the data to talk to the TLC5940.
mike i've seen some of your posts about your projects i'm completely new to the arduino and programming in anyway. i'm really good with hardware though. Are there any tips you could give me about programming the arduino for a rgb matrix using tlc5940 and HD74LS138p.I've ran some of the sample code for the tlc5940 and everything works fine i'm just ready to take it further(code wise) and i'm not sure how to go about it. as for what i want to do i'm more interested in patterns and such like that. I"m just asking for tips not someone to do the work for me XD
Processing works pretty well for beat detection and visualizations. I used it to generate high resolution visuals, which were then downsampled to the LED array size.
Here's an article about it. The system uses my own LED modules, but you can throw out the Arduino code that deals with that and just use your own LED control method: Maker Faire Bay Area 2011 | macetech.com