To Pd list -
In case anyone else thought they could use vstplugin~ (By Hannes, available
from https://git.iem.at/pd/vstplugin) to load Camomile
(https://github.com/pierreguillot/Camomile) -
I don't think it works. Unless I'm misreading things, once Camomile calls
pd_init(), that call doesn't go to the pd_init that's compiled into
Camomile (via libpd) but instead calls pd_init from the Pd that called
vstplugin~ that called Camomile. This does nothing, and the next thing libpd
tries to access in the Pd instance fails.
Here, Pure Data itself (the calling program) is compiled single-thread, and
libpd is compiled multi-thread; this means data structures in the two are
different so they can't call back and forth; anything in libpd had better
refer to its own version of things and not the calling program's.
Perhaps there's a way vstplugin~ could load the VST in such a way as to have
it only make calls back into vstplugin~ but not into Pd? It's all a bit
confusing to me. Anyhow, who would ever want to do this? (Except actually
for complicated reasons I would :)
Miller
Hello list,
I installed cyclone through deken, and noticed that many audio objects are
missing: biquad~, etc.
Is this correct and have the objects been ported to another library? I use
cyclone in windows with no problems.
Best,
Joao
Hi,
this is not terribly important, but it seems that
[select 12 12]
triggers only its leftmost outlet when it receives a 12 at its inlet. Is
this intentional?
cheers, P
Hey
For those interested: I took the liberty to package William Brent's
[convolve~ ] external and make it available through Deken.
[convolve~ ] does real-time partitioned convolution where the partition
size and thus the resulting delay can be set.
http://williambrent.conflations.com/pages/research.html
Roman
P.S.: Didn't have the chance to test on macOS. I'm happy about reports.
Hello, This is a bit OT but there is of course [ggee/getdir]. I also have an object [rootinfo] and [makerpath] (that uses zexy) to make patch-relative pathsabsolute. (though not tested on windows)https://github.com/sebshader/shadylib
-Seb
-----Original Message-----
From: Mario Buoninfante <mario.buoninfante(a)gmail.com>
To: pd-list <pd-list(a)lists.iem.at>
Sent: Tue, Jan 15, 2019 5:44 am
Subject: [PD] open [openpanel] window in the patch folder
Hi,
Would it be possible to use something like the following
[symbol ./(||
[openfolder]
to open the dialog window in the current patch folder?
This syntax works when you save or load files (ie with [textfile]), but doesn't seem to work with [openpanel] and [savepanel].
Cheers,Mario
_______________________________________________
Pd-list(a)lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Dear list,
I'm happy to announce the first alpha release of [vstplugin~], an external to - you guessed it - load VST plugins in Pd.
features:
* cross platform (Windows, MacOS and Linux)
* load any kind of VST plugin (audio effect, MIDI effect, soft synth etc.)
* automate plugin programmatically with Pd messages
* use either the native VST GUI (WIN32, Cocoa, X11) or a generic Pd editor
* preset management: read/write standard .fxp and .fxb files or
set/get the plugin state as a Pd lists to build your own preset management.
* choose between single and double precision (if the plugin supports it)
* MIDI input/output
* basic sequencing support (for arpeggiators, sequencers etc.)
NOTE: currently only VST2.x plugins are supported but VST3 support will come soon!
see vstplugin~-help.pd for detailed instructions.
the external is already available on Deken. here's the source code: https://git.iem.at/ressi/vstplugin
please report any issues, questions or feature requests to https://git.iem.at/ressi/vstplugin/issues
NOTE: on MacOS, the plugin GUI defaults to the generic Pd editor, use "-gui" to force the native VST GUI. if you want to know why, check out the README.
*** for all the Cocoa devs lurking, please have a look at: https://git.iem.at/ressi/vstplugin/issues/4 - I need your advice :-) ***
have fun!
Christof
PS: check out the wonderful IEM plugin suite (https://plugins.iem.at/) - a set of crossplatform and open source Ambisonics VST plugins developed at the IEM.
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
Hi,
Would it be possible to use something like the following
[symbol ./(
|
|
[openfolder]
to open the dialog window in the current patch folder?
This syntax works when you save or load files (ie with [textfile]), but
doesn't seem to work with [openpanel] and [savepanel].
Cheers,
Mario