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

Re: [sc-users] Re: Ndef midi control



Hi,
This is a general problem thatdepends on the quality if your Midicontroller and the way you are using it. 
Alberto has addressed the issue and solved it e. g. with .softset 
Which stires the last target value and ignores incoming vals that are too far away from that. 
http://doc.sccode.org/Reference/softSet.html
Try it! 

lG, 
Hannes

typed this on a flimsy keypad. 

> On Dec 28, 2014, at 23:51, "kenshi.shinobi" <kenshi.shinobi@xxxxxxxxx> wrote:
> 
> Hi anyone got luck with the value jump issue from the midi controller? I am
> trying to achieve something like this 
> 
> ControlSpec.specs[\mY] = ControlSpec(0.01, 2000, \lin, 0.01);
> 
> a = MIDIdef.cc(\test, { |val| 
>         \myFreq.asSpec.map(val / 127).postln; 
> }, (10..40))
> 
> but the jump values are just to high.
> 
> thanks
> 
> 
> 
> --
> View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Ndef-midi-control-tp7595535p7615481.html
> Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
> 
> _______________________________________________
> 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/

_______________________________________________
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/