Search found 9 matches

by sissySpacecraft
Sat May 09, 2020 2:15 am
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The Mackie C4 Pro Ableton users thread

Yes "list index out of bounds" is not resolved by that code I shared, IIRC the code I showed just kicks the can down the road, it doesn't solve the issue. I'll definitely check out the freshly decompiled script and compare against both the originally decompiled and my fixed scripts. But ma...
by sissySpacecraft
Sat Feb 15, 2020 5:22 am
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The Mackie C4 Pro Ableton users thread

LOL, great job! - welcome to programming. :) I spent the last couple of weeks (in spare time) going through the decompiled code and refactoring so I could understand what the code is actually doing/trying to do. You'll likely be glad to know I saw the "crazy logging" error (fill up the log...
by sissySpacecraft
Thu Feb 06, 2020 5:05 am
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

Randi - I have confirmed that making the for_display_only change I guessed will allow Leigh's C4 script to load into v10.1.7. I think maybe the compiled .pyc version you decompiled wouldn't run in the latest version of Live because the code had been compiled using an earlier version of Python than L...
by sissySpacecraft
Sat Jan 04, 2020 6:36 pm
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

Randi, Thanks for the link. I read all 5 pages there, but didn't really learn anything new about my situation. It seems like the most direct way to do remote script programming is to use Live as the python "virtual environment". You just create a new folder under /midiRemoteScripts that &q...
by sissySpacecraft
Sat Dec 28, 2019 8:57 pm
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

Randi - This is a HUGE guess, but still an educated guess. It looks like the only file that contains those errors is EncoderController.py and all the errors seem to be generated by "the same line": self.__reassign_encoder_parameters(6=False) The only differences between each "same lin...
by sissySpacecraft
Fri Dec 27, 2019 3:44 pm
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

Nice. Randi - Thanks for the links. I will check out the code and see what I can see. Leigh - whenever you can post the original code (if you find it) will be great. Also, I think I found the (NOTAM) "Max/MSP" Mackie C4 project I remember downloading 5 or so years ago. I'm going to have a ...
by sissySpacecraft
Sun Dec 22, 2019 8:01 pm
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

Can you share the link you found, and/or the decompiled files? My google-fu is not strong.

I have only found nearly 10 year old references and dead links.

peace - Jon
by sissySpacecraft
Wed Dec 11, 2019 3:52 am
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

hey guys, sorry I haven't responded sooner. I don't have any instrument definition files except the ones that originally came with the C4, and the custom ones I've created. The main one I created was for my Yamaha MU100r (based off of the Yamaha XG default file, and customized based on data in the m...
by sissySpacecraft
Sat Jun 25, 2016 3:25 pm
Forum: Ableton Live
Topic: The Mackie C4 Pro Ableton users thread
Replies: 35
Views: 12623

Re: The MACKIE C4 PRO ABLETON USERS THREAD

I realize this is an old thread so I'm late to the party. Is anyone still around and using a C4 with Live? I am. I'm not using it to control Live's Instruments or Effects, but I am using it to control VST plugins and Live is the VST host at the center of the studio. Without going into a ton of detai...