[Csnd] API getChannel - channelexport
| Date | 2010-08-06 21:53 |
| From | francesco |
| Subject | [Csnd] API getChannel - channelexport |
Hi All, i was exploring some examples of Python scripts for building simple GUI controller of csound using a simplified version of Drone example by Mr. Gogins. I have a csd with a global variable with channelexport and a simple printing of the variable value in Python. My problem is: using an a-rate variable i have always a 0 value (although initialized at a positive value), but using a k-rate variable all go well. Why? Thanks, francesco. |
| Date | 2010-08-07 11:01 |
| From | francesco |
| Subject | [Csnd] Re: API getChannel - channelexport |
... also i was trying example oscilloscope.py (in examples/python folder of csound) and although it run, i can see anything in canvas. Maybe because my os? i'm on windows 7 with csound 5.11. Thank You, ciao, francesco. |
| Date | 2010-08-07 11:38 |
| From | Victor Lazzarini |
| Subject | [Csnd] Re: Re: API getChannel - channelexport |
yes, for some reason the callback is not being called.
Victor
On 7 Aug 2010, at 11:01, francesco wrote:
>
> ...
> also i was trying example oscilloscope.py (in examples/python folder
> of
> csound) and although it run, i can see anything in canvas. Maybe
> because my
> os?
>
> i'm on windows 7 with csound 5.11.
>
> Thank You,
>
> ciao,
> francesco.
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/API-getChannel-channelexport-tp2267089p2267375.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"
>
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"
|
| Date | 2010-08-07 11:53 |
| From | Victor Lazzarini |
| Subject | [Csnd] Re: Re: Re: API getChannel - channelexport |
Not sure what is the problem in the released binaries, but the latest
CVS works as expected.
Victor
On 7 Aug 2010, at 11:38, Victor Lazzarini wrote:
> yes, for some reason the callback is not being called.
>
> Victor
> On 7 Aug 2010, at 11:01, francesco wrote:
>
>>
>> ...
>> also i was trying example oscilloscope.py (in examples/python
>> folder of
>> csound) and although it run, i can see anything in canvas. Maybe
>> because my
>> os?
>>
>> i'm on windows 7 with csound 5.11.
>>
>> Thank You,
>>
>> ciao,
>> francesco.
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/API-getChannel-channelexport-tp2267089p2267375.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"
>>
>
>
>
> 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"
>
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"
|