Some of us are reaching out to Celemony already. It only makes sense that whatever they need for ARA support in CLAP would best be specified / contributed by them.jalex wrote: Thu Jun 16, 2022 4:50 am Congratulations!
I wonder if Clap can support behavior like ARA plugins? I mean how it is implemented by presonus studio one with melodyne.
Thnx!
CLAP 1.0 betas for ACE, Diva, Hive, MFM 2.5
- u-he
- Topic Starter
- 30207 posts since 8 Aug, 2002 from Berlin
-
- KVRist
- 91 posts since 5 Mar, 2015
Will Clap allow plugins to communicate directly with each other?
- u-he
- Topic Starter
- 30207 posts since 8 Aug, 2002 from Berlin
An extension that does this is being discussed, but it is not a priority atm and it's not clear yet if that's viable.webhamster wrote: Thu Jun 16, 2022 6:59 am Will Clap allow plugins to communicate directly with each other?
However, a plug-in can pass full MIDI and NoteExpressions over to the next plug-in, and audio channels can be marked as "CV" for audio rate modulation signals.
- KVRAF
- 3414 posts since 25 Apr, 2011
Hmmm..i see fabfilter as one of the devs maybe implementing clap. Pro q3 does this internal comms thing where 1 instance can pick up other instances so it is possible to see hotspots. Would be nice for plugins to be able to have comms without sidechainingUrs wrote: Thu Jun 16, 2022 7:23 amAn extension that does this is being discussed, but it is not a priority atm and it's not clear yet if that's viable.webhamster wrote: Thu Jun 16, 2022 6:59 am Will Clap allow plugins to communicate directly with each other?
However, a plug-in can pass full MIDI and NoteExpressions over to the next plug-in, and audio channels can be marked as "CV" for audio rate modulation signals.
- u-he
- Topic Starter
- 30207 posts since 8 Aug, 2002 from Berlin
That's already possible with any format, but it may be difficult to maintain. Satin for instance has the Grouping feature where multiple instances can be controlled from one.exmatproton wrote: Thu Jun 16, 2022 7:42 am Hmmm..i see fabfilter as one of the devs maybe implementing clap. Pro q3 does this internal comms thing where 1 instance can pick up other instances so it is possible to see hotspots. Would be nice for plugins to be able to have comms without sidechaining
-
- KVRian
- 814 posts since 18 May, 2007 from Berlin
You're referring to things like sample libraries though, right? Or am I misunderstanding you here?
The install location question concerns the plug-in file itself, not extra content like sample libraries.
Viktor
The install location question concerns the plug-in file itself, not extra content like sample libraries.
Viktor
-
- KVRAF
- 6780 posts since 17 Dec, 2009
How much of the extended functionality (poly modulation, relative non-destructive modulation) could technically translate via wrapper?Urs wrote: Wed Jun 15, 2022 11:44 amWe're working on a "Palcer" (as opposed to a "Clapper") which wraps a CLAP as an AU.Ploki wrote: Wed Jun 15, 2022 11:40 am I hope this puts some pressure on Apple, i like logic but Clap in logic feels unlikely
As I always said, it's not so overly important for CLAP to have wide host adoption since the technology and its open license allows for literally any combination of import/export format. However, I'm over the moon that we already garnered so much interest, and that so many DAW companies are seriously looking into it!
I usually do external modulation via logic's MIDI FX but it's destructive and absolute.
How about AUv3?
There's a handful of AUv3 features that don't work in logic - yet, like MIDI INPUT on inserts.
-
tasmaniandevil tasmaniandevil https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=62450
- KVRAF
- 2171 posts since 22 Mar, 2005 from a planet called u-he
- u-he
- Topic Starter
- 30207 posts since 8 Aug, 2002 from Berlin
Nothing can permeate through the wrapper other than what those formats have to offer.Ploki wrote: Thu Jun 16, 2022 9:56 amHow much of the extended functionality (poly modulation, relative non-destructive modulation) could technically translate via wrapper?Urs wrote: Wed Jun 15, 2022 11:44 amWe're working on a "Palcer" (as opposed to a "Clapper") which wraps a CLAP as an AU.Ploki wrote: Wed Jun 15, 2022 11:40 am I hope this puts some pressure on Apple, i like logic but Clap in logic feels unlikely
As I always said, it's not so overly important for CLAP to have wide host adoption since the technology and its open license allows for literally any combination of import/export format. However, I'm over the moon that we already garnered so much interest, and that so many DAW companies are seriously looking into it!
I usually do external modulation via logic's MIDI FX but it's destructive and absolute.
How about AUv3?
There's a handful of AUv3 features that don't work in logic - yet, like MIDI INPUT on inserts.basically AUv3 function like AUv2 in logic
But let's be positive: With CLAP, it is actually easy to properly support NoteExpressions and have time stamped parameter changes. Its took us a day to get these implemented in our code base. There's still some way to go and some testing / optimising to do, but it is a start. So with a properly developed wrapper, we will finally have these features in VST3 as well.
- KVRAF
- 9560 posts since 6 Jan, 2017 from Outer Space
As the bug report form at the above link isn't prepared for Clap yet, I post it here:Urs wrote: Fri Jun 10, 2022 12:09 pm If you happen to find some issues, please post them here, or even better, report them to our support team directly:
https://u-he.com/support/#contact
It seems the same issue I had with Surge (but fixed now). The Clap versions of Hive and Diva do not listen to expressions. My LinnStrument Pitch Bend is translated to a pitch expression from the script and thus it sends the expression instead of pitch bend...
- u-he
- Topic Starter
- 30207 posts since 8 Aug, 2002 from Berlin
-
tasmaniandevil tasmaniandevil https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=62450
- KVRAF
- 2171 posts since 22 Mar, 2005 from a planet called u-he
You can always just send a general support request.Tj Shredder wrote: Thu Jun 16, 2022 10:09 am As the bug report form at the above link isn't prepared for Clap yet, I post it here:
But as Urs already mentioned, pitch slides are on our to do list already.
That QA guy from planet u-he.
-
- KVRian
- 1213 posts since 25 Dec, 2018
I was literally saying on Surge discord yesterday that it may be the best way to get VST3 note expressions in Surge is to not have JUCE generate our VST3 but have the wrapper generate the CLAP we generate instead. I think this point is spot on, Urs.Urs wrote: Thu Jun 16, 2022 10:03 am But let's be positive: With CLAP, it is actually easy to properly support NoteExpressions and have time stamped parameter changes. Its took us a day to get these implemented in our code base. There's still some way to go and some testing / optimising to do, but it is a start. So with a properly developed wrapper, we will finally have these features in VST3 as well.
-
- KVRAF
- 6780 posts since 17 Dec, 2009
So nothing unfortunately.Urs wrote: Thu Jun 16, 2022 10:03 am Nothing can permeate through the wrapper other than what those formats have to offer.
But let's be positive: With CLAP, it is actually easy to properly support NoteExpressions and have time stamped parameter changes. Its took us a day to get these implemented in our code base. There's still some way to go and some testing / optimising to do, but it is a start. So with a properly developed wrapper, we will finally have these features in VST3 as well.
Still i think it's better to opt for CLAP-to-AUv3, i don't think AUv2 will be alive for much longer.
Or hope that Apple supports CLAP if all other major DAWs will
- u-he
- Topic Starter
- 30207 posts since 8 Aug, 2002 from Berlin
Installer criticism moved here: viewtopic.php?t=583188
Hope I got all of it, not sure.
Anyhow... about CLAP...
Hope I got all of it, not sure.
Anyhow... about CLAP...

