[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Live coding and MIDI control



On 29 Dec 2013, at 13:21, Alessandro Valentino <alessandro.valentino@xxxxxxxxx> wrote:

> thanks for replying. I guess in ProxySpace things are easier, but there's something I don't see: where is the scaling? I understand you rescale your knobs at startup, to have them in a range from 0.0 to 1.0. I guess you perform the rescaling directly in the node where you use ~ccN.kr, right? 

Yes, I just use: ~ccN.kr * 100 + 100 or if I have enough time to code, .linlin(0,1,100,200) ...
You could use also Spec/ControlSpec and map the values to an already defined range.
The good thing about livecoding is, you can just redefine the scaling of the MIDIdefs, so... it's up to you. I like it 0..1, but other might enjoy the 0..127

Cheers,
Juan
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/