[Csnd] ctrl7 controller for Fltk widjets
Date | 2011-05-01 14:33 |
From | Giorgio77 |
Subject | [Csnd] ctrl7 controller for Fltk widjets |
Hi,i try to make an example to control with external midi controller an Fltk Gui,with : instr 1 ik1 ctrl7 1,1,1,100 FLsetVal_i ik1,gih1 ;Fltk slider endin don't work in real time (but changes the slider_value every midi note),is better a conditional like if,elseif??I checked the canonical reference manual but there is no example of this,thanks! http://csound.1045644.n5.nabble.com/file/n4362772/ctrl7_fltk.csd ctrl7_fltk.csd -- View this message in context: http://csound.1045644.n5.nabble.com/ctrl7-controller-for-Fltk-widjets-tp4362772p4362772.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" |
Date | 2011-05-01 14:42 |
From | Victor Lazzarini |
Subject | Re: [Csnd] ctrl7 controller for Fltk widjets |
k1 ctrl7 1,1,1,100 ktrig changed k1 FLsetVal ktrig, k1, gih1 ? On 1 May 2011, at 14:33, Giorgio77 wrote: > Hi,i try to make an example to control with external midi controller > an Fltk > Gui,with : > > instr 1 > > ik1 ctrl7 1,1,1,100 > > FLsetVal_i ik1,gih1 ;Fltk slider > > endin > > > don't work in real time (but changes the slider_value every midi > note),is > better a conditional like if,elseif??I checked the canonical reference > manual but there is no example of this,thanks! > > http://csound.1045644.n5.nabble.com/file/n4362772/ctrl7_fltk.csd > ctrl7_fltk.csd -- > View this message in context: http://csound.1045644.n5.nabble.com/ctrl7-controller-for-Fltk-widjets-tp4362772p4362772.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 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 | 2011-05-01 14:47 |
From | Giorgio77 |
Subject | [Csnd] Re: ctrl7 controller for Fltk widjets |
Great!Wow,now works,thanks!-- View this message in context: http://csound.1045644.n5.nabble.com/ctrl7-controller-for-Fltk-widjets-tp4362772p4362788.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" |