[Csnd] Csound channel API or OSC for speed?
Date | 2012-12-06 10:48 |
From | zappfinger |
Subject | [Csnd] Csound channel API or OSC for speed? |
I am trying to read and write Csound tables from Python. One option is OSC - seems a bit slow to transfer large amounts. I wonder if the channel API's would be faster. I realise this is from Python though... Richard -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-channel-API-or-OSC-for-speed-tp5718569.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-12-06 12:09 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Csound channel API or OSC for speed? |
I think the API might be faster than OSC; don't use channels, use the table access functions. Victor On 6 Dec 2012, at 10:48, zappfinger wrote: > I am trying to read and write Csound tables from Python. > One option is OSC - seems a bit slow to transfer large amounts. > I wonder if the channel API's would be faster. I realise this is from Python > though... > > Richard > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/Csound-channel-API-or-OSC-for-speed-tp5718569.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2012-12-06 15:07 |
From | Francois PINOT |
Subject | Re: [Csnd] Csound channel API or OSC for speed? |
You can find examples of table manipulations from python in my Csound Journal article 'http://www.csounds.com/journal/issue14/realtimeCsoundPython.html' Francois 2012/12/6 zappfinger <zappfinger@gmail.com> I am trying to read and write Csound tables from Python. |
Date | 2012-12-06 15:14 |
From | Richard van Bemmelen |
Subject | Re: [Csnd] Csound channel API or OSC for speed? |
Thanks Francois, excellent article, will have a look. Richard 2012/12/6 Francois PINOT <fggpinot@gmail.com> You can find examples of table manipulations from python in my Csound Journal article 'http://www.csounds.com/journal/issue14/realtimeCsoundPython.html' |