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 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


[PD] mtof~ example patches and use cases for chaos

2016-09-22 Thread Robert Grah
Hallo,



I just discovered mtof~, which I never used before, through this redit thread: 
https://www.reddit.com/r/musicprogramming/comments/2uis7s/harsh_noise_patches_for_pure_data/

In the merzdata example mtof~ is used in combination with noise~ to generate a 
really nice chaotic osc~ behavior over time.



I was just wondering if there are other examples and use cases with a similar 
approach?



Best,

Robert





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


[PD] ofxPd, libPd, style of communication/calls between lib and c++

2016-11-10 Thread Robert Grah
Hey there,



I just discovered how easy libPd can be integrated into openframeworks with 
ofxPd.

I am wondering how the both communicate and sending messages.



Which protocol is used and in which thread and speed is the communication 
running? Are real c++ functions called or is there somethin like sockets osc or 
so used?

Can someone enlighten me. Couldnt find something online so far. 



Cheers,

Robert

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


[PD] decrease / increase endless rotary midi controller handling

2016-10-22 Thread Robert Grah
Hi,



I lately got a Doepfer Pocket Dial Midi controller which uses endless rotary 
encoders.

I switched it to the send increase and decrease values instead of normal 0-127 
midi values.



I get the values with ctlin first out is the channel second is 96 while left 
rotation or 97 during right rotation.

Is there a good way to handle those values easily to increase an f?



I thought about a combination out of select and moses but maybe there is 
someone who has something better???



Cheers,

Robert

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


Re: [PD] decrease / increase endless rotary midi controller handling

2016-10-23 Thread Robert Grah
Hi cyrille,



thanks for your patch.



It seems that turning the knob faster sends the values faster but bound to the 
rotation angle. No inteligent logic in that. 



So I added the time since the last value change into the patch.



Now I can get faster value changes when turning faster and on the other hand 
more precise and slower changes when turning slower. Works quite well so far.



Cheers,

Robert








 On Sa, 22 Okt 2016 15:18:19 +0200cyrille henry c...@chnry.net 
wrote 




here is a quick example of how i would do this. 

 

I suspect that turnig the knob faster would send other value. with few math you 
could directlly convert the value send to increment value. 

 

cheers 

c 

 

 

Le 22/10/2016 à 15:04, Robert Grah a écrit : 

 Hi, 

 

 I lately got a Doepfer Pocket Dial Midi controller which uses endless 
rotary encoders. 

 I switched it to the send increase and decrease values instead of normal 
0-127 midi values. 

 

 I get the values with ctlin first out is the channel second is 96 while 
left rotation or 97 during right rotation. 

 Is there a good way to handle those values easily to increase an f? 

 

 I thought about a combination out of select and moses but maybe there is 
someone who has something better??? 

 

 Cheers, 

 Robert 

 

 

 ___ 

 Pd-list@lists.iem.at mailing list 

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

 

___

Pd-list@lists.iem.at mailing list

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








dial.pd
Description: Binary data


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


[PD] playing soundfont files under Vanilla / fluid~

2019-01-02 Thread Robert Grah
Hey there,

I like to play some soundfont files in PD.  Does someone know a way to simply 
install the fluid~ external with deken?
Or is there a different way to play soundfont instruments?

I don't want to use extended.

Cheers,
Rob




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


Re: [PD] playing soundfont files under Vanilla / fluid~

2019-01-02 Thread Robert Grah
Thanks for your answers guys,

I found it on github here: 
https://github.com/pd-l2ork/pd/blob/master/externals/footils/fluid/README


from readme:
"fluid~ - soundfont external for Pd and Max/MSP
 orchestra in a box  by f...@footils.org "

The version in deken seems only be the mac version. Since I am on linux I will 
try purr data for now to test the fluid~ module.

Cheers,
Rob






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


Re: [PD] [PD-announce] Most recent Pd packaged for Ubuntu (and derivatives)

2022-04-06 Thread Robert Grah
Gerat news! Thank You!

  Am Di, 05 Apr 2022 23:35:37 +0200 Roman Haefeli  
schrieb 
 > Hi 
 > 
 > I added the current version of Pure Data to my personal package archive
 > (PPA), so that it is finally possible to get a recent version of Pd on
 > Ubuntu without compiling. 
 > 
 > Kudos goes to IOhannes who maintains the puredata package on Debian and
 > who makes sure that the most recent release of Pd is available in the
 > backports repository. His work enabled me to just¹ get his package
 > sources and push them to my PPA. 
 > 
 > I also rewrote the "How to install on Debian/Ubuntu" FAQ page on
 > puredata.into who was referring to the retired apt.puredata.info repo
 > and Pd-extended. 
 > 
 > You find instructions on how to get the most recent version of Pd on
 > Debian and on Ubuntu here:
 > 
 > https://puredata.info/docs/faq/debian
 > 
 > 
 > Roman
 > 
 > 
 > 
 > ¹well, a little work was necessary...
 > ___
 > Pd-announce mailing list
 > pd-annou...@lists.iem.at
 > https://lists.puredata.info/listinfo/pd-announce
 > 



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