Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-07-23 Thread Pierre Guillot
Hi Thomas,

> - apparently, the xcode project file is missing. I have filed an issue on
github.
I answered to your issue on GitHub.

> - For a project that i am working on, i need at least 20 channels of i/o.
Where would i start to change the maximum number of channels?
If you have the capacity to provide a 32 channel version for Mac, i would
be infinitely grateful.
I will create another issue on GitHub for the 32 channels version. Here the
changes in the file "InstanceProcessor.cpp", line 23 et 24 :
busArrangement.inputBuses.getReference(0).channels =
AudioChannelSet::discreteChannels(32); << 16 replaced by 32
busArrangement.outputBuses.getReference(0).channels =
AudioChannelSet::discreteChannels(32); << 16 replaced by 32

Cheers,
Pierre

2016-07-22 0:20 GMT+02:00 Thomas Grill :

> Dear Pierre,
> thank you for Camomile, a tool that i was long looking for.
> Two things:
>
> - apparently, the xcode project file is missing. I have filed an issue on
> github.
>
> - For a project that i am working on, i need at least 20 channels of i/o.
> Where would i start to change the maximum number of channels?
> If you have the capacity to provide a 32 channel version for Mac, i would
> be infinitely grateful.
>
> many thanks for your work,
> all the best, Thomas
>
> --
> Thomas Grill
> http://g.org
>
>
>
> > Am 02.04.2016 um 18:46 schrieb Pierre Guillot  >:
> >
> > Hi all,
> > I'm pleased to announce the release of Camomile, a plugin that allows to
> load Pure Data patches inside a DAW.
> >
> > 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!
> > ___
> > Pd-announce mailing list
> > pd-annou...@lists.iem.at
> > http://lists.puredata.info/listinfo/pd-announce
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-07-21 Thread Thomas Grill
Dear Pierre,
thank you for Camomile, a tool that i was long looking for.
Two things:

- apparently, the xcode project file is missing. I have filed an issue on 
github.

- For a project that i am working on, i need at least 20 channels of i/o. Where 
would i start to change the maximum number of channels?
If you have the capacity to provide a 32 channel version for Mac, i would be 
infinitely grateful.

many thanks for your work,
all the best, Thomas

--
Thomas Grill
http://g.org



> Am 02.04.2016 um 18:46 schrieb Pierre Guillot :
> 
> Hi all,
> I'm pleased to announce the release of Camomile, a plugin that allows to load 
> Pure Data patches inside a DAW.
> 
> 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!
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> http://lists.puredata.info/listinfo/pd-announce



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-27 Thread oliver



Hi Oliver, XP is way too old. I downloaded Visual Studio free edition
(or whatever) and there is no option for this OS. Perhaps if someone
has another version of VS, this would be possible. But my Windows
computer is already dying, I don't want to inflict a cracked version
or a deprecated version on him... Windows 7 should work, perhaps you
should try the debug version of the plugin. If it doesn't work
neither, you can try the release 0.0.5. Or to have more informations,
you can try on another DAW. With no information, I can't do anything.
As I said, my windows computer is at the end of his life and it's
very difficult for me to test. Tell me if you find something, Cheers



yep !

works great now - don't know what i did wrong in the first place.

windows 7 (64bit), ableton 8.2.2., camomile 0.0.7 32bit ---> wonderful !


thank you so much for this !
that was the one PD feature i was missing !
now i'm ready to shelf MAX for good ;-) !

best

oliver



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-03 Thread Robert Grah
Hey Pierre,



funnily it only gets recognized as instrument when before added as an effect, I 
realized now. 

I dont know what differences renoise does with vst / vsti... 

Some plugins in renoise also show all possible controll values in the gui of 
renoise and then you can assign midi controller channels with it. 

Camomile doesnt show its parameters in renoise gui. But if it has access to the 
midi it might be possible to root it via pd.



How can i access the host midi? I tried ctlin but got no signals there. Is 
there a send for those like $0-octave or $0-playhead?



Cheers...





 On So, 03 Apr 2016 12:31:22 +0200 Pierre Guillot 
guillotpier...@gmail.comwrote  




hi, pierre !

that's great news ! exactly what i was looking for !

unfortunately i had no luck getting the windows binaries to run yet.

i tried all of them on with ableton 8.2.:

on XP (32bit) they wouldn't show up at all

on Win7 (64bit) they would make ableton crash without providing any

error log.

best



oliver



Hi Oliver,

XP is way too old. I downloaded Visual Studio free edition (or whatever) and 
there is no option for this OS. Perhaps if someone has another version of VS, 
this would be possible. But my Windows computer is already dying, I don't want 
to inflict a cracked version or a deprecated version on him...

Windows 7 should work, perhaps you should try the debug version of the plugin. 
If it doesn't work neither, you can try the release 0.0.5. Or to have more 
informations, you can try on another DAW. With no information, I can't do 
anything. As I said, my windows computer is at the end of his life and it's 
very difficult for me to test.

Tell me if you find something,

Cheers


 

Great News! Tried it on Linux with Renoise 3.0.1. Runs great! As effect and 
also as instrument.



Will it be possible to control the values with a midi controller in the future? 
Or is this something already supported but not working under Renoise?



Thanks for this great plugin!



Hi Robert, 

Normally, you should be able to send and receive MIDI event in the patch. If 
you want to control parameters with a MIDI controller, I think this should be 
the job of the DAW (because we can't know which controller must be assigned to 
a parameter). I just downloaded Renoise but I'm a little bit lost. It seems 
that the DAW makes a difference between VST and VSTi (I've never really 
understood why there is 2 formats if both can do the same), so perhaps this is 
the reason. If you have a more specific situation I can try to understand what 
the problem.

Cheers









___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-03 Thread Pierre Guillot
>
> hi, pierre !
> that's great news ! exactly what i was looking for !
> unfortunately i had no luck getting the windows binaries to run yet.
> i tried all of them on with ableton 8.2.:
> on XP (32bit) they wouldn't show up at all
> on Win7 (64bit) they would make ableton crash without providing any
> error log.
> best
>
> oliver


Hi Oliver,
XP is way too old. I downloaded Visual Studio free edition (or whatever)
and there is no option for this OS. Perhaps if someone has another version
of VS, this would be possible. But my Windows computer is already dying, I
don't want to inflict a cracked version or a deprecated version on him...
Windows 7 should work, perhaps you should try the debug version of the
plugin. If it doesn't work neither, you can try the release 0.0.5. Or to
have more informations, you can try on another DAW. With no information, I
can't do anything. As I said, my windows computer is at the end of his life
and it's very difficult for me to test.
Tell me if you find something,
Cheers


> Great News! Tried it on Linux with Renoise 3.0.1. Runs great! As effect
> and also as instrument.
>
> Will it be possible to control the values with a midi controller in the
> future? Or is this something already supported but not working under
> Renoise?
>
> Thanks for this great plugin!
>
>
Hi Robert,
Normally, you should be able to send and receive MIDI event in the patch.
If you want to control parameters with a MIDI controller, I think this
should be the job of the DAW (because we can't know which controller must
be assigned to a parameter). I just downloaded Renoise but I'm a little bit
lost. It seems that the DAW makes a difference between VST and VSTi (I've
never really understood why there is 2 formats if both can do the same), so
perhaps this is the reason. If you have a more specific situation I can try
to understand what the problem.
Cheers
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-03 Thread Robert Grah
Great News! Tried it on Linux with Renoise 3.0.1. Runs great! As effect and 
also as instrument.

Will it be possible to control the values with a midi controller in the future? 
Or is this something already supported but not working under Renoise?



Thanks for this great plugin!













 On Sa, 02 Apr 2016 18:46:44 +0200 Pierre Guillot 
guillotpier...@gmail.comwrote  




Hi all,

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



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!


___

Pd-announce mailing list

pd-annou...@lists.iem.at

http://lists.puredata.info/listinfo/pd-announce

___

Pd-list@lists.iem.at mailing list

UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list





___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-03 Thread Pierre Guillot
> I can't compile it in GNU/Linux (Ubuntustudio 14.04). I have all necessary
> stuff but console send me an error message.

> /usr/include/c++/4.8/exception:35:37: error: expected declaration before
> end of line
> #pragma GCC visibility push(default)
> make: *** [build/intermediate/Debug/LookAndFeel_40552bdf.o] Error 1

Hi Oscar,
I need more information about what you're doing. Can you explain all the
steps ? If the OS is 64-bit, you can also take directly the binaries. And
it would be great if you post an issue on GitHub for this kind of problem.
If other people have the same problem, it will be easier for them to find
the answer.
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-03 Thread oliver

Pierre Guillot wrote:

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



hi, pierre !

that's great news ! exactly what i was looking for !

unfortunately i had no luck getting the windows binaries to run yet.



i tried all of them on with ableton 8.2.:

on XP (32bit) they wouldn't show up at all
on Win7 (64bit) they would make ableton crash without providing any 
error log.


best

oliver

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Pierre Guillot
Thanks you all !

> This looks really useful. Is there a windows binary download available? I
> don't have Visual Studio to do the compilation. But I'd love to try this
> with FL Studio and can give feedback.
@phil The windows binaries are in the download section of the wiki or here:
https://github.com/pierreguillot/Camomile/wiki/How%20to%20use%20the%20plugin
.

> I can confirm Camomile works like a dream on OSX in ableton live with
multiple instances.
> Just one question about externals. Can they be us d successfully? I am
going to make a granulator
@patrick IOhannes is right. The support for the externals will be done in a
future version. Everything is explained here:
https://lists.puredata.info//pipermail/pd-dev/2016-03/020591.html.
And I'll be pleased to see your granulator !

> Win64-release works very well (multiple instances) with Reaper under
> Wine (Xubuntu 15.10 64-bit).
@Olivier Thanks, I try to create a list of the tested DAW:
https://github.com/pierreguillot/Camomile/wiki/Feature.


> Pierre - this looks totally amazing. one question, though. is there any
> kind of plan for making it run as an Audio Unit plugin? or is that
> something i could conceivably use Juce to do? i'm on Logic mostly these
> days.
@scott Yes, the Audio Unit release is planned (normally this should be done
automatically). But I came across a stupid problem with the Audio Unit SDK
that prevent the compilation. I think it's a problem between two Juce
versions because with the last version this problem should be solved. So if
you use the introjucer and you activate the Audio Unit option, everything
should works. Tell me if there is any problem, I'll try to do it.

> i tried both of your synth examples in ableton live 9 on osx 10.11 and i
got the same issue on both:
> if sustain is set to anything else than zero, notes ring forever…(it does
not matter what the release parameter is set to)
@Simon The synthesizers are my first ones. I'm not a huge expert of MIDI so
if there are errors, they must be in the patch. I surely put wrong default
values for some parameters. Perhaps you should try to change the other
parameters like the attack parameter and the decay parameter. Or, give me
your configuration, I'll try it. To test the MIDI, you should try
camo.floyd that is really simple and based on Miller's patch so it should
work better.

I hope I answered to everybody. Thanks a lot for the feedbacks ! If you
have any request or a question feel free to post a issue (the best is to
use GitHub but I know that everybody doesn't use it so this list is also
good). I'm also in the testing/experiment part so I didn't investigate all
the possible uses.

All the best
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Pagano, Patrick
Awesome, I'll try it today!!

Patrick Pagano B.S, M.F.A
Interactive Media & Education
+1352.226.2016
https://patrickrpagano.wordpress.com/


On Apr 2, 2016, at 12:47 PM, Pierre Guillot 
> wrote:

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

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!
___
Pd-announce mailing list
pd-annou...@lists.iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Scott R. Looney
Pierre - this looks totally amazing. one question, though. is there any
kind of plan for making it run as an Audio Unit plugin? or is that
something i could conceivably use Juce to do? i'm on Logic mostly these
days.

best,
scott

On Sat, Apr 2, 2016 at 12:55 PM, IOhannes m zmölnig  wrote:

> On 04/02/2016 08:52 PM, Pagano, Patrick wrote:
> > I can confirm Camomile works like a dream on OSX in ableton live with
> > multiple instances.
> >
> > Just one question about externals. Can they be us d successfully? I am
> > going to make a granulator
>
>
> i think the wiki means externals when it speaks of "3rd party objects"
> in the [FAQ] (since these "3rd party objects" are opposed to
> "abstractions")
>
> gfnsadr
> IOhannes
>
>
> [FAQ]
>
> https://github.com/pierreguillot/Camomile/wiki/Frequently%20Asked%20Questions
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Simon Iten
great!!!

i tried both of your synth examples in ableton live 9 on osx 10.11 and i got 
the same issue on both:

if sustain is set to anything else than zero, notes ring forever…(it does not 
matter what the release parameter is set to)

> On 02 Apr 2016, at 18:46, Pierre Guillot  wrote:
> 
> Hi all,
> I'm pleased to announce the release of Camomile, a plugin that allows to load 
> Pure Data patches inside a DAW. 
> 
> 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!
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> http://lists.puredata.info/listinfo/pd-announce
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread IOhannes m zmölnig
On 04/02/2016 08:52 PM, Pagano, Patrick wrote:
> I can confirm Camomile works like a dream on OSX in ableton live with
> multiple instances. 
> 
> Just one question about externals. Can they be us d successfully? I am
> going to make a granulator


i think the wiki means externals when it speaks of "3rd party objects"
in the [FAQ] (since these "3rd party objects" are opposed to "abstractions")

gfnsadr
IOhannes


[FAQ]
https://github.com/pierreguillot/Camomile/wiki/Frequently%20Asked%20Questions




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Pagano, Patrick
I can confirm Camomile works like a dream on OSX in ableton live with multiple 
instances.

Just one question about externals. Can they be us d successfully? I am going to 
make a granulator

Patrick Pagano B.S, M.F.A
Interactive Media & Education
+1352.226.2016
https://patrickrpagano.wordpress.com/


On Apr 2, 2016, at 1:40 PM, phil jones 
> wrote:

Thanks Pierre Guillot

This looks really useful. Is there a windows binary download available? I don't 
have Visual Studio to do the compilation. But I'd love to try this with FL 
Studio and can give feedback.

cheers

Phil

On 2 April 2016 at 13:46, Pierre Guillot 
> wrote:
Hi all,
I'm pleased to announce the release of Camomile, a plugin that allows to load 
Pure Data patches inside a DAW.

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!

___
Pd-announce mailing list
pd-annou...@lists.iem.at
http://lists.puredata.info/listinfo/pd-announce

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread phil jones
Thanks Pierre Guillot

This looks really useful. Is there a windows binary download available? I
don't have Visual Studio to do the compilation. But I'd love to try this
with FL Studio and can give feedback.

cheers

Phil

On 2 April 2016 at 13:46, Pierre Guillot  wrote:

> Hi all,
> I'm pleased to announce the release of Camomile, a plugin that allows to
> load Pure Data patches inside a DAW.
>
> 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!
>
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> http://lists.puredata.info/listinfo/pd-announce
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Pierre Guillot
Hi all,
I'm pleased to announce the release of Camomile, a plugin that allows to
load Pure Data patches inside a DAW.

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!
___
Pd-announce mailing list
pd-annou...@lists.iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list