[Csnd] RPI/Monome/Csound
Date | 2014-05-15 19:28 |
From | fauveboy |
Subject | [Csnd] RPI/Monome/Csound |
Paul Batchelors Bubble youtube video here: http://www.youtube.com/watch?v=LT_UDo09UGw&list=UUJr7baL8C-jJ-ymRMzHxLHg has inspired me to invest in a Raspberry Pi however its not as easy as I thought to get it connected to the Monome 256 via USB....After discussion and some great support from the Monome forum here: http://monome.org/community/discussion/17393/monome-running-on-lunix-raspbian.-raspberry-pi#Item_21 Mcdeltat brought it to our attention that the pi doesn't support the vcp driver that serial OSC requires which is where the Monomes serial data is sent. Would one have to build a new translator specifically for the pi using a different driver called D2XX, how easily can that be done? OR....is the wrong hardware being used for example on this video here :http://www.youtube.com/watch?v=7yABR_sP9hI (Monome + Pi) uses Im told is the Arduinome? But I don't to think about that now I've invested in brian crabtrees Monome... But if anyone can shed some light, your help is much needed! Thank you for reading -- View this message in context: http://csound.1045644.n5.nabble.com/RPI-Monome-Csound-tp5735290.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-05-15 20:53 |
From | zappfinger |
Subject | [Csnd] Re: RPI/Monome/Csound |
I understand the Monome talks both serial and OSC over serial? I would go the Python route, since there exists PySerial but also serialOSC for Python. Richard -- View this message in context: http://csound.1045644.n5.nabble.com/RPI-Monome-Csound-tp5735290p5735294.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-05-15 23:43 |
From | Paul Batchelor |
Subject | Re: [Csnd] Re: RPI/Monome/Csound |
Hey Richard, For "Bubble", I had the Monome running on its own Pi, and other Pi's would communicate to the Monome Pi over ethernet using a static IP address. My Pi-Powered Monome Server has been one of the better uses for my Pi, as it has allowed me to connect my Monome to various computers without needing to install any special Monome-related hardware.
I'm using Monomeserial for this, available in the libmonome source code. The code has been slightly modified for the Pi because it would hang up otherwise. I also built a wrapper in C using liblo which would handle incoming/outgoing messages to the Monome.
Happy to email you the source code and some instructions if you are interested! -P
On Thu, May 15, 2014 at 3:53 PM, zappfinger <zappfinger@gmail.com> wrote: I understand the Monome talks both serial and OSC over serial? |
Date | 2014-05-16 01:54 |
From | Ralph Bluecoat |
Subject | Re: [Csnd] Re: RPI/Monome/Csound |
Oops. I meant fauveboy, not Richard! On Thu, May 15, 2014 at 6:43 PM, Paul Batchelor <pbatchelor@berklee.edu> wrote:
|
Date | 2014-05-16 23:18 |
From | fauveboy |
Subject | [Csnd] Re: RPI/Monome/Csound |
I would really appreciate the source code and giving it a go! ...I've been pursuing this for some time now and been worried Im hitting a bit of a wall...but I've initially been aiming to have samples launched triggered by the Monome powered by the pi and was sure there would be some way to do it? Are you also saying I need to use the correct lib Monome source code to have it talking to the pi rather than the situation of an incorrect driver, plus the wrapper you built in C I guess ay? -- View this message in context: http://csound.1045644.n5.nabble.com/RPI-Monome-Csound-tp5735290p5735322.html Sent from the Csound - General mailing list archive at Nabble.com. |