[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Live coding and MIDI control
- To: sc-users <sc-users@xxxxxxxxxxxxxxxx>
- Subject: Re: [sc-users] Live coding and MIDI control
- From: Juan Gabriel Alzate Romero <rukano@xxxxxxxxx>
- Date: Sun, 29 Dec 2013 17:08:31 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=nOgqADu6EYmc53ZuNyIJhK9OB/ey4kHxhOe0hMu5LPw=; b=IZvxNLaPiSuna2n1JNKcuYPYiLadscChEE2Jlojw7p5SWWW/lWci++4z4xnvb0exYT JRVZe0+HWomiMu8iCP/iwHEkTH48DGMea67JBsKodoB9aU2yrnLuo/K9rBFcguyfeXmZ /lA3HYubA6zkv0unmJtmG1RSiMJm3jSQbBA2Q1nufBSfxvYSHeo0QkdGZRvlnt6/GNMi tuaRPWc8w5MpVSTEr+4Zdk4OzBumpKABt9qXtCTWO+7w91oEzgdRETEVhYHOtY/4pGSL OLN6GLa/LLbDEvO9RYte/IxtvPcnNQFk3N9PolFNQ6vtg70MeKn9w8hApGJUYPDBMcy7 r+tQ==
- In-reply-to: <CAL8cvB9-PKyRmS=oQrmiQFyg=SatFCp33kKFz2ZDHBgXrpraNg@mail.gmail.com>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <1388249528979-7606380.post@n2.nabble.com> <310343D2-F9B3-468F-96DD-553082935767@gmail.com> <CAL8cvB9-PKyRmS=oQrmiQFyg=SatFCp33kKFz2ZDHBgXrpraNg@mail.gmail.com>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
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/