Camomile: An audio plugin that loads Pure Data patches

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
pierre glt
Established Member
Posts: 11
Joined: Sat Apr 02, 2016 5:26 pm

Camomile: An audio plugin that loads Pure Data patches

Post by pierre glt »

Hi all,
I'm pleased to announce the release of Camomile, a plugin that allows to load Pure Data patches inside a DAW.

Image
Feature:
Support for multiple plugin instances.
Automatic creation of GUIs (toggle, slider, radio, comment, numbox)
Automatic creation of parameters (name, label, range, minimum, maximum, etc.)
Up to 16 audio channels
Up to 64 parameters
Support for MIDI input and output
Support for play head information
Support for BPM information
Available for Linux, Mac and Windows.

I'll be happy to receive your feedback.
Download and further information on the wiki: https://github.com/pierreguillot/Camomile/wiki

Have a good week-end!
stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Re: Camomile: An audio plugin that loads Pure Data patches

Post by stanlea »

Wow ! Something maybe great for doing weird things.
pierre glt
Established Member
Posts: 11
Joined: Sat Apr 02, 2016 5:26 pm

Re: Camomile: An audio plugin that loads Pure Data patches

Post by pierre glt »

Thanks !
@falkTX I think the best explanation is the the code. But I just post a message on this mailing list to explain how to use Pure Data in a multi-thread context https://lists.puredata.info//pipermail/ ... 20637.html. If you need more info, feel free to ask !
User avatar
davephillips
Established Member
Posts: 592
Joined: Sat Aug 15, 2015 1:05 pm
Has thanked: 35 times
Been thanked: 23 times

Re: Camomile: An audio plugin that loads Pure Data patches

Post by davephillips »

Hi Pierre !

Built and installed on Fedora 21 x86_64. Instanced in Bitwig 1.3.8 with no problem, but notes aren't getting cut off when I use the Floyd and Minimock synths, I have to delete the synth to stop them. Still testing here, it is a cool plugin.

Best,

dp
pierre glt
Established Member
Posts: 11
Joined: Sat Apr 02, 2016 5:26 pm

Re: Camomile: An audio plugin that loads Pure Data patches

Post by pierre glt »

Hi Dave,

What do you mean by the "notes aren't getting cut off" ? Is this when you use a MIDI keyboard ? The last note when you stop playing ? Or when you stop the play head in your DAW while that a note has not been released? If the last response is the right one, you have to edit the patch because I didn't take into account this option. In this case, the solution is to do something like that :
[r $0-playhead] <- receive the play head information from the DAW
|
[route playing] <- route the play/stop status
|
[sel 0] <- select stop
|
here you generate a note off to the synthesizer.

I'm not great expert of MIDI (I prefer the synthesis and the transformation of sounds), these patches are mostly for didactic purposes. I'll try do something better for the next version but if you create a better MIDI synthesizer, I'll be pleased to use it as example.

Cheers
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Camomile: An audio plugin that loads Pure Data patches

Post by LinMusGuy »

Is there still a place where I can discuss my experiments with Camomile? I have got Castafiore working in Carla, but no sound for MiniMock.

diedeno
Established Member
Posts: 23
Joined: Thu Jul 07, 2016 7:05 am
Been thanked: 4 times

Re: Camomile: An audio plugin that loads Pure Data patches

Post by diedeno »

Have a look at https://plugdata.org/

User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Camomile: An audio plugin that loads Pure Data patches

Post by LinMusGuy »

Yes - I know about PlugData. Is it because we now have PlugData that Camomile has become obsolete?

Post Reply