Re: [beagleboard] Re: BBB MIDI .wav trigger

2015-03-24 Thread Steve French
Aaron, Not sure about "special steps", but in general, as long as your Midi device is present when you do "lsusb", then PureData should be able to recognize it and use it in the PD setup and for the uSD card, just make sure to expand your root file system to use the full space on the uSD car

Re: [beagleboard] Re: BBB MIDI .wav trigger

2015-03-23 Thread aaronwrice
Steve, Were there any special steps on the BBB to get MIDI or audio storage on the SD Card working with your setup? Thanks, Aaron On Monday, February 16, 2015 at 11:56:16 AM UTC-5, Steve French wrote: > > Aaron, > 1) yes, the sounds are on uSD card. I stopped using the built-in 2GB of > e

Re: [beagleboard] Re: BBB MIDI .wav trigger

2015-02-16 Thread Steve French of Volt Vision
Aaron, 1) yes, the sounds are on uSD card. I stopped using the built-in 2GB of eMMC because the Debian image causes it to be 100% full so you cant even do an *apt-get update* and you especially cant save WAV files! If you have the 4GB eMMC version, you could run everything from the eMMC including

[beagleboard] Re: BBB MIDI .wav trigger

2015-02-16 Thread aaronwrice
Thanks Steve! That sounds very promising. I am starting to read through the tutorial now and thinking about what changes to make to suit my needs. Can you tell me some about how you use your setup? I wondered if your sounds are stored on microSD. Also, are you able to boot your BBB with the p

[beagleboard] Re: BBB MIDI .wav trigger

2015-02-12 Thread Steve French
Aaron, You could use Python to write your own code which interfaces with standard USB midi devices and plays audio...there is a learning curve there for sure. I tried getting this working for a while, but MIDI and python was too wishy-washy for me (PyGame was one option, but is being re-tooled

[beagleboard] Re: BBB MIDI .wav trigger

2015-02-12 Thread aaronwrice
Hi Robert, I have seen all the great work you have done on the Wav Trigger, I even talked with you about it over on the Sparkfun forums. I am currently planning on using the Wav Trigger as a backup since our instructor will want us to do as least some some coding. I have switched from using t

[beagleboard] Re: BBB MIDI .wav trigger

2015-02-11 Thread robertsonics
Not sure what your goals are, but are you aware that the SparkFun WAV Trigger will do this without any programming? Play and mix up to 14 stereo 16-bit 44.1kHz WAV files from microSD card, and supports MIDI protocol on a serial control port. https://www.sparkfun.com/products/12897 On Monday,