Search found 114 matches

by charlybeck
Mon Apr 10, 2023 10:37 pm
Forum: Tips & Tricks
Topic: A little more certainty not to end up in live latency hell (ERM Multiclock and Effects on Master Channel)
Replies: 1
Views: 1048

Re: A little more certainty not to end up in live latency hell (ERM Multiclock and Effects on Master Channel)

I have reproduced an error in ableton live and in Presonus Studio One. Both DAWs show the same problem which i guess is based on a design problem in the vst specification. I wanted to verify this bug once more in ableton, but did not find the time to do it. So i will describe the steps to reproduce ...
by charlybeck
Sun Mar 19, 2023 4:09 am
Forum: Tips & Tricks
Topic: A little more certainty not to end up in live latency hell (ERM Multiclock and Effects on Master Channel)
Replies: 1
Views: 1048

A little more certainty not to end up in live latency hell (ERM Multiclock and Effects on Master Channel)

After several hours of empirical experimentation and fiddling around, I've come to a realization, which I would like to share with you here, so that others don't end up - like me - in Ableton latency hell; or at least with less probability. ;-) In projects with ERM multiclock (1) sync via the ERM VS...
by charlybeck
Mon May 25, 2020 4:09 am
Forum: Max For Live
Topic: How to make multiple live.text objects mutually exclusive, like radio
Replies: 8
Views: 2313

Re: How to make multiple live.text objects mutually exclusive, like radio

erm... you don't need to build this on your own. there is live.tab this lets you define a string "one two three" causing the control to show 3 buttons where you can toggle beetween them... <pre><code> ----------begin_max5_patcher---------- 330.3ociRssaBCCC84hD+CU44NTgsAR7qLMUkBFHnTmJGmNPn8...
by charlybeck
Mon May 25, 2020 4:00 am
Forum: Max For Live
Topic: How to access samples in a buffer (Transient detector)
Replies: 5
Views: 3834

Re: How to access samples in a buffer (Transient detector)

i did not try it but in the meantime i read about the gen~ object which may be a faster solution than scanning samples with patcher objects because the code is directly translated to machine code...
by charlybeck
Fri May 01, 2020 2:47 pm
Forum: Max For Live
Topic: Delay compensation for CV tools / CV instrument, can't get stuff in sync
Replies: 8
Views: 5997

Re: Delay compensation for CV tools / CV instrument, can't get stuff in sync

delay in my recording is always more or less exactly matching the "overall latency" as displayed in Abletons audio settings. This seems reasonable as it would be just the time required to output CV to the modular plus the input latency to get audio back into the DAW. But how can one compe...
by charlybeck
Wed Apr 29, 2020 7:19 pm
Forum: Max For Live
Topic: Assign Midi note on and note off separately
Replies: 1
Views: 3031

Re: Assign Midi note on and note off separately

For the common midi mappings i guess this will not work. But no problem, this is a max forum. You might build it in max on your own... ;)
by charlybeck
Wed Apr 29, 2020 7:02 pm
Forum: Max For Live
Topic: Building a channel strip. (With data driven Graph definition)
Replies: 9
Views: 3000

Re: Building a channel strip. (With data driven Graph definition)

Ok i headed over to the cycling forum. (I decided to make another turnaround on this issue ;) )

Here's latest topic:
https://cycling74.com/forums/stackoverf ... opdetector
by charlybeck
Wed Apr 29, 2020 5:04 am
Forum: Max For Live
Topic: Building a channel strip. (With data driven Graph definition)
Replies: 9
Views: 3000

Re: Building a channel strip. (With data driven Graph definition)

Ok, it took some takes and 2 nights of coding but finally at least the first testcases for the feedback detection run.... still some bug in it with the stack managment... I could not forbear myself to do it in native max and it performs better than i thought.... but i guess if it would do it in my n...
by charlybeck
Tue Apr 28, 2020 8:15 pm
Forum: Max For Live
Topic: setting slope in biquad~ filter
Replies: 4
Views: 2599

Re: setting slope in biquad~ filter

Great! Understood. Thanks! But the filtergraph will always show as 12db/octave right? Or can i switch it to 24/48 db/octave? Ok i found how it works. Using the nfilters, params and options messagae of the filtergraph allows to configure it with severlal filters at once. It will build the curve resp...
by charlybeck
Mon Apr 27, 2020 4:25 pm
Forum: Max For Live
Topic: Building a channel strip. (With data driven Graph definition)
Replies: 9
Views: 3000

Re: Building a channel strip. (With data driven Graph definition)

rewrite its underlying runtime library Since i deal with dynamic signal chains and vst~ plugins i have to deal with lots of stuff ableton allready dealed with in live/msp. Imagine i would write a modular synthesizer in max. That comes close to what i plan to do. As i allready said it has a big acad...
by charlybeck
Mon Apr 27, 2020 4:03 pm
Forum: Max For Live
Topic: Building a channel strip. (With data driven Graph definition)
Replies: 9
Views: 3000

Re: Building a channel strip. (With data driven Graph definition)

I am not quite sure why, if as you say you are connecting your nodes using Max audio cables, you would be worried about feedback loops in your graph. Max (or rather MSP) should do the right thing with your object graph without you having, in essence, to manually rewrite its underlying runtime libra...
by charlybeck
Mon Apr 27, 2020 8:05 am
Forum: Max For Live
Topic: Building a channel strip. (With data driven Graph definition)
Replies: 9
Views: 3000

Re: Building a channel strip. (With data driven Graph definition)

ah ok. i see. the cycling forum of course is more native to max. thanks for the tip. Also the tip with building own max objects is legit. I nearly canceled the idea of implementing the feedback loop detection in max. (Though it's challenging ;) ) Instead i'd try to write it in java script or - which...
by charlybeck
Sun Apr 26, 2020 10:09 am
Forum: Max For Live
Topic: Building a channel strip. (With data driven Graph definition)
Replies: 9
Views: 3000

Building a channel strip. (With data driven Graph definition)

Hi, This max stuff really gets deep for me now :) Before i wanna dig into this approach maybe someone could review my concept please?.. i built some kind of channel strip with lots of nodes and edges in between. Every node consists of a patcher which instanciates a vst~ object. I duplicated this pat...