hi, I've made a simple NanoKtl class, mainly for connecting to NodeProxies, but also general. I did not think of conforming to JInt, but could be worth converting and adding. best, adc
Hey,I would be honored if you would port your stuff to JInT, but for me it is currently a dead-end, since I do not actively use it. But maybe it'll find you as a person who wants to get along further with it, and I definitely would help in any understanding problems.IDea behind JInT was to provide(a) a general toolset that unifies controller approaches not favouring their technical interface but their semantical controls, and (b) to distribute controller values to both, the server and the language, such that interfacing with them in a livecoding situation is made super-easy.acutally, when I was writing this, I found me wondering that I should definitely look into it again :-)So thanx twice :-) lg Till On 28.07.2009, at 13:05, jesus gollonet wrote:Hi all.I've created a simple class to make interactions with the Korg NanoKontrol super simpleIt 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 listinfo (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtmlarchive: https://listarc.bham.ac.uk/marchives/sc-users/ search: https://listarc.bham.ac.uk/lists/sc-users/search/_______________________________________________ sc-users mailing listinfo (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtmlarchive: https://listarc.bham.ac.uk/marchives/sc-users/ search: https://listarc.bham.ac.uk/lists/sc-users/search/
-- -- Prof Dr Alberto de Campo Bergstrasse 59/33 A-8020 Graz, Austria e-mail : adc@xxxxxxxx --
Attachment:
%NanoKtl.sc
Description: application/applefile
Attachment:
NanoKtl.sc
Description: Binary data
Attachment:
%NanoKtl.html
Description: application/applefile
Attachment:
NanoKtl.html
Description: Binary data