Search found 56 matches

by dynamiiic
Thu May 09, 2013 3:50 pm
Forum: Ableton Live
Topic: Korg nanoKontrol 2 custom MIDI Remote Script
Replies: 44
Views: 16501

Re: Korg nanoKontrol 2 custom MIDI Remote Script

I really like SBRK script very much, unfortunately it doesn't fully work with ableton live9. I can also programm some python so I could also modify the scripts if I would get the source :) Best Use Uncompyle2 , that's what I used to decompile several scripts. This also has the ability to target a f...
by dynamiiic
Wed May 08, 2013 2:26 pm
Forum: Third-Party MIDI Controllers
Topic: NanoKontrol 2 MIDI Remote Script: "APC Emulation"
Replies: 168
Views: 226122

Re: NanoKontrol 2 MIDI Remote Script: "APC Emulation"

Hey dynamiiic, it sounds cool. I downloaded the file but it seems to be made in "python scripting"... Wich I have absolutely no clue about how to "make it done" Do you go trough the korg editor ? (I'm an absolute newbie for those things) And further question > if I'm not "h...
by dynamiiic
Tue May 07, 2013 8:28 pm
Forum: Ableton Live
Topic: Seeking Custom Script Nanokontrol2 to emulate APC40
Replies: 16
Views: 8535

Re: Seeking Custom Script Nanokontrol2 to emulate APC40

danadiamond wrote:Worth a try! Thanks Tylr.
It's dynamic, but its ok :)
by dynamiiic
Tue May 07, 2013 12:11 pm
Forum: Ableton Live
Topic: Seeking Custom Script Nanokontrol2 to emulate APC40
Replies: 16
Views: 8535

Re: Seeking Custom Script Nanokontrol2 to emulate APC40

With combination mode you wouldn't need to combine them into one script, but hey I'm just tossing ideas around.. don't take them as facts :) The combination mode problem is that you need to have 2 session box on the screen. The second NK only controls mixer parameters instead of clips but still you...
by dynamiiic
Sun May 05, 2013 4:38 pm
Forum: Ableton Live
Topic: Seeking Custom Script Nanokontrol2 to emulate APC40
Replies: 16
Views: 8535

Re: Seeking Custom Script Nanokontrol2 to emulate APC40

I think the first hurdle would be combining both of the controllers into the same control script slot.. unless you could use the combination mode stuff from the APC40/APC20 scripts.. from there it would be just a matter of Python scripting which is a bit over my head but I thought I would mention t...
by dynamiiic
Thu May 02, 2013 5:55 pm
Forum: Ableton Live
Topic: Seeking Custom Script Nanokontrol2 to emulate APC40
Replies: 16
Views: 8535

Re: Seeking Custom Script Nanokontrol2 to emulate APC40

Hi dana, i want to do something similar with a NK2 and a LPD8. From what i researched before, its possible to create this kind of "device" with some software. Midipipe and MidiPatch Bay seem able to virtually merge 2 controllers into 1. I just finished my script to emulate the behavior of ...
by dynamiiic
Thu May 02, 2013 3:11 am
Forum: Third-Party MIDI Controllers
Topic: NanoKontrol 2 MIDI Remote Script: "APC Emulation"
Replies: 168
Views: 226122

NanoKontrol 2 MIDI Remote Script: "APC Emulation"

Hi, here is my script for the Korg NanoKontrol 2. I found existing scripts a bit limited, so i got hands on scripting. I was written initially for L8 but I was able to port it to 9. It has 4 modes with 8x3 session, cycling sends, reset send to 0 button, navigation/lock to devices, device on/off, dev...
by dynamiiic
Wed Mar 20, 2013 10:48 am
Forum: Ableton Live
Topic: Korg nanoKontrol 2 custom MIDI Remote Script
Replies: 44
Views: 16501

Re: Korg nanoKontrol 2 custom MIDI Remote Script

- Arm 1 - Stop - Arm 2 - Play - Arm 3 - Record - Arm 4 - Global Quantization - Arm 5 - Tempo Down - Arm 6 - Tempo Up - Arm 7 - Metronome - Arm 8 - Stop All Clips why put play/stop/record button while there are already these buttons on the left ? It was an option of mine, initially i wasn't to use a...
by dynamiiic
Mon Mar 18, 2013 6:04 pm
Forum: Ableton Live
Topic: Korg nanoKontrol 2 custom MIDI Remote Script
Replies: 44
Views: 16501

Re: Korg nanoKontrol 2 custom MIDI Remote Script

try this : http://julienbayle.net/ableton-live-9-midi-remote-scripts/ I'd be glad to try and help with your script, since I'm kind of stuck and don't know what to do with mine. Is it also based on the MackieControl script ? No it's not, i started from the scratch like Hanz did the with FCB1020 scri...
by dynamiiic
Fri Mar 15, 2013 7:33 pm
Forum: Ableton Live
Topic: Korg nanoKontrol 2 custom MIDI Remote Script
Replies: 44
Views: 16501

Re: Korg nanoKontrol 2 custom MIDI Remote Script

SBRK, your script is great, but i also think its a little limited. So I wrote my own script for this baby for Live 8, it has 4 modes with 8x3 session, sends, lock to devices, device on/off, device knobs and some other cool stuff. I want to port it to 9, is there any good "source" about the...