Hi! I made a small addition so you can easily change bkan and patch/program with other synths. I tested it with Clavia Nordlead3, but it should work with the rest of the clavia synths and probably with your average synth from next door. proc nlp bank patch # remember NordLead program { let chan = [songggetcurchan] chanconfev $chan { ctl $chan 32 ($bank -1) } chanconfev $chan { pc $chan ($patch -1) } } If you use this bank and program count starts at 1 not at 0. Thus if you wish to select first program/patch of the first bank, you'd use: nlp 1 1 Kindest regards Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.deReceived on Sun, 8 Jul 2007 02:08:26 +0200 (CEST)
This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:19 CET