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] webpage to xml

2016-04-03 Thread Thomas Mayer
HI,

On 02.04.2016 12:12, Csaba Láng wrote:
> Dear list,
> 
> is there any option to convert automatically webpage content to xml in PD?
> I would like to create some interactive installations based on web
> content, and still looking for a simple way.

Converting a symbol into XML or DOM is not possible with Pd, but you
could write your parser in a seperate program, e.g. using Python and
Beautiful Soup (https://pypi.python.org/pypi/beautifulsoup4).

Then you can send the data to Pd using UDP and [netreceive] in Pd.

If you can control the webserver, you could output the data as JSON and
then use my extension PuREST JSON:
http://ix.residuum.org/pd/purest_json.html

Hth,
Thomas
-- 
"From the perspective of communication analysis, government is not
an instrument of law and order, but of law and disorder." (Gracchus
Gruad in: Robert Shea & Robert A. Wilson, The Golden Apple)
http://www.residuum.org/

___
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