Hi all I am wondering if somebody know how to send varible via message on puredata to [csoundapi~]. so i can change value i-rate (inote) variable via pure data message.
inote chnget "pitch" ====> on pure data" message pitch".
thanks
Csounds.com |
|
how to send variable to chnget (on csoundapi~) from puredata
Submitted by pukulsesuatu on Mon, 11/05/2012 - 17:17.
Hi all I am wondering if somebody know how to send varible via message on puredata to [csoundapi~]. so i can change value i-rate (inote) variable via pure data message. inote chnget "pitch" ====> on pure data" message pitch". thanks |
Support Csounds.comJoin with these Generous Csounders and make a donation to help Csounds.com keep going and growing. Thanks so much!
Another way to help is by purchasing a copy of The Csound Instrument Catalog. User loginPodcast
latest entries:
- browse all the entries - browse by tag - feed URL ![]() - Instructions for listening and submitting your own tracks Recent blog postsSearch |
RE: how to send variable to chnget (on csoundapi~) from puredata
finally I solve the problem, I am trying first to convert k-rate to i-rate like below
=======================
kpitch invalue "pitch"
inote = i(kpitch)
=========================