[Csnd] show changed table contents in csound?
Date | 2012-06-24 09:54 |
From | zappfinger |
Subject | [Csnd] show changed table contents in csound? |
Is there a way to graphically show the contents of a table when it is changed during or after a session? It looks table contents are show how they are at the beginning of a session. Richard -- View this message in context: http://csound.1045644.n5.nabble.com/show-changed-table-contents-in-csound-tp5713904.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-06-24 16:06 |
From | Victor Lazzarini |
Subject | Re: [Csnd] show changed table contents in csound? |
Well, this is not really to do with Csound; it's up to the frontend to allow table graphs to be updated at a given time. But, as far as I know, no frontend has implemented this. Sounds like something for a Qutecsound wishlist. Regards Victor On 24 Jun 2012, at 09:54, zappfinger wrote: > Is there a way to graphically show the contents of a table when it is changed > during or after a session? > It looks table contents are show how they are at the beginning of a session. > > Richard > > -- > View this message in context: http://csound.1045644.n5.nabble.com/show-changed-table-contents-in-csound-tp5713904.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-06-24 19:58 |
From | Adam Puckett |
Subject | Re: [Csnd] show changed table contents in csound? |
Animation would have to be built in to the core of any front end that wanted to do this. On 6/24/12, Victor Lazzarini |
Date | 2012-06-25 01:50 |
From | peiman khosravi |
Subject | Re: [Csnd] show changed table contents in csound? |
Well, this is relatively easy to do in max with csound~. Just need to query csound for table content after each change. P On 24 June 2012 19:58, Adam Puckett <adotsdothmusic@gmail.com> wrote: Animation would have to be built in to the core of any front end that |