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

[sc-users] NanoKontrol.sc



Hi all.

I've created a simple class to make interactions with the Korg NanoKontrol super simple

It allows you to say

n = NanoKontrol.new

n.knob1.onChanged = {|vel|
   vel.postln;
}

n.playBt.onPress = {
   "you pressed play".postln;
}

while doing it I discovered the awesome JinT classes and thought this might be adapted to fit that style, but I've been using it as it is and thought it might be useful for someone else.

It was really a learning exercise so I'm happy to hear if it works, or has big mistakes, or could have better sc-style...

anyway,

http://github.com/jesusgollonet/NanoKontrol.sc/tree/master

best,
jesús.

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