Search found 16 matches

by bxn
Fri Nov 03, 2023 5:56 pm
Forum: Ableton Live
Topic: Problems with automation between Ableton and Sylenth
Replies: 10
Views: 6130

Re: Problems with automation between Ableton and Sylenth

@beame you're a rock star 8)
by bxn
Mon Oct 16, 2023 11:12 am
Forum: Ableton Live
Topic: Macros don't update when vst fx parameters are changed
Replies: 3
Views: 1346

Re: Macros don't update when vst fx parameters are changed

+1, this could be helpful
by bxn
Mon Oct 04, 2021 12:38 pm
Forum: Ableton Live
Topic: Record both Midi and Audio from external synth simultaneously?
Replies: 9
Views: 5381

Re: Record both Midi and Audio from external synth simultaneously?

I'm also using two tracks (midi + audio) with a group track where I put my fx. On the midi one I use an external audio effect with audio input from my synth and on the audio track I set input from the midi track output, with monitoring off. That's necessary to have zero ms latency in your audio reco...
by bxn
Sat Apr 24, 2021 2:45 pm
Forum: Ableton Live
Topic: Clyphx pro sample accurate
Replies: 9
Views: 3167

Re: Clyphx pro sample accurate

omg didn't see your answer I thought I had notifications enabled .. tick is just a general programming word it doesn't mean it's connected to cpu cycles and indeed it's not ! Regarding schedule_message you're right the delay_in_ticks parameter corresponds to the tick interval until your function is ...
by bxn
Wed Mar 31, 2021 1:17 pm
Forum: Ableton Live
Topic: Clyphx pro sample accurate
Replies: 9
Views: 3167

Re: Clyphx pro sample accurate

I found it ^^ It's the Live API python class Live.Base.Timer that allows reaching this number whereas the ControlSurface.schedule_message corresponds to the 100 ms delay. Numbers are not exact but roughly : - The ControlSurface.schedule_message seem quite stable at a 99-101 ms interval but can vary ...
by bxn
Wed Mar 17, 2021 10:38 am
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 304563

Re: Control selected track \w keyboard shortcuts

Allright I'll not ask the center code ^^
@IMage_Engine are you talking about Live 11. It is doing this in Live 10 but not in Live 11 (at least for me and a friend also writing scripts)
Thanks
by bxn
Fri Mar 12, 2021 4:01 pm
Forum: Tips & Tricks
Topic: Live 11 / python 3 midi remote scripts issues
Replies: 0
Views: 1499

Live 11 / python 3 midi remote scripts issues

Hello guys, I've got 2 issues regarding migrating a python midi remote script I'm writing to Live 11 that prevent me from using Live 11 for now : - I cannot seem to import subprocess to launch programs anymore. I'm using it mostly to dispatch clicks and keys via ahk and python scripts. The error I g...
by bxn
Fri Mar 12, 2021 1:18 pm
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 304563

Re: Control selected track \w keyboard shortcuts

Yeah .. that's very sad ! Yes I know that Live compiles to pyc and uses that but as you pointed out neither deleting nor manually recompiling files changes anything it seems. You're right it must be put in ram. The thing is even with a small .als set it's still much slower to stop and restart Live. ...
by bxn
Wed Mar 10, 2021 9:54 pm
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 304563

Re: Control selected track \w keyboard shortcuts

Hi jur,

Thanks for your answer but I'm quite sure it is not about python version. My script run fine under python3 (after a few tweaks). It's just that I need to close and restart live to have the python changes, instead of reopening my set (way faster). It seems like ableton is caching something.
by bxn
Wed Mar 10, 2021 9:07 pm
Forum: Ableton Live
Topic: Clyphx pro sample accurate
Replies: 9
Views: 3167

Re: Clyphx pro sample accurate

haha I see ^^
by bxn
Mon Mar 01, 2021 10:28 pm
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 304563

Re: Control selected track \w keyboard shortcuts

Hello, I don't know if this is the right topic for my question but i noticed you were talking about python3 / ableton 11. Since ableton 11 I noticed reloading the set doesn't refresh the script it looks like it's cached somewhere and I cannot find the fix. I don't want to consider the option of hard...
by bxn
Mon Mar 01, 2021 10:25 pm
Forum: Tips & Tricks
Topic: Learning Midi Remote Scripts
Replies: 11
Views: 16009

Re: Learning Midi Remote Scripts

[mod edit]
BXN, your message was breaking the terms of the ClyphX Pro EULA so I deleted it.
You're welcome to share info/knowledge, but make sure first that you have the rights to do so - especially when it's about decompyling code.
thx
by bxn
Sun Dec 27, 2020 3:56 pm
Forum: Ableton Live
Topic: Clyphx pro sample accurate
Replies: 9
Views: 3167

Re: Clyphx pro sample accurate

Hello I'm having a question about this 20 ms delay you are talking about. Does anyone know where the figure come from (is there a video) ? As I understand it would be the delay between pressing an x-control e.g and beginning action execution and not the base ableton tick delay (which is 100ms as whe...
by bxn
Mon Dec 14, 2020 1:44 pm
Forum: Feature Wishlist
Topic: Save as Default Group Track
Replies: 2
Views: 1217

Re: Save as Default Group Track

+1
by bxn
Tue Dec 01, 2020 4:35 pm
Forum: Feature Wishlist
Topic: Default start up settings for Push 2
Replies: 5
Views: 2079

Re: Default start up settings for Push 2

Hi, had the same question and solved it by modifying the push2 remote script (seems to be the only solution to me) : It's a simple matter of decompyling the right file in the remote scripts folder and editing a single word. Here are the steps: - Download and use uncompyle6 (https://pypi.org/project/...