Followers
0
Following
0
Joined
Last Online
-
pukulsesuatu
posted in technical issues • read moreHi 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
-
pukulsesuatu
posted in technical issues • read morefinally I solve the problem, I am trying first to convert k-rate to i-rate like below
kpitch invalue "pitch"
inote = i(kpitch)
=========================