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:
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@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
Thanks a lot!! A whole new world opening! I'll do some test on win64. best. a.
Il giorno ven 30 nov 2018, 14:51 Christof Ressi christof.ressi@gmx.at ha scritto:
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@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
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1( )
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure "no-install" synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so the problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface at all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
So this is what happiness feels like!
Em sex, 30 de nov de 2018 às 12:56, oliver oliver@klingt.org escreveu:
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1( )
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure "no-install" synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so the problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface at all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
can you open a ticket on the issue tracker and explain the problem in detail?
Christof
Gesendet: Freitag, 30. November 2018 um 15:44 Uhr Von: oliver oliver@klingt.org An: pd-list@iem.at Betreff: Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1( )
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure "no-install" synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so the problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface at all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
And now we can make VST plugins with camomile and then open them inside Pd again :)
Em sex, 30 de nov de 2018 às 14:00, Christof Ressi christof.ressi@gmx.at escreveu:
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
can you open a ticket on the issue tracker and explain the problem in detail?
Christof
Gesendet: Freitag, 30. November 2018 um 15:44 Uhr Von: oliver oliver@klingt.org An: pd-list@iem.at Betreff: Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1( )
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure "no-install" synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so the problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface at all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
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
Feedback workflow :-P
Il giorno ven 30 nov 2018, 18:13 Alexandre Torres Porres porres@gmail.com ha scritto:
And now we can make VST plugins with camomile and then open them inside Pd again :)
Em sex, 30 de nov de 2018 às 14:00, Christof Ressi christof.ressi@gmx.at escreveu:
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load
them.
can you open a ticket on the issue tracker and explain the problem in detail?
Christof
Gesendet: Freitag, 30. November 2018 um 15:44 Uhr Von: oliver oliver@klingt.org An: pd-list@iem.at Betreff: Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load
them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1( )
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure
"no-install"
synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so the problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface at all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd crashed when loading this one in macos https://app.noiiz.com/plugins/3
Em sex, 30 de nov de 2018 às 15:14, alfonso santimone < alfonso.santimone@gmail.com> escreveu:
Feedback workflow :-P
Il giorno ven 30 nov 2018, 18:13 Alexandre Torres Porres porres@gmail.com ha scritto:
And now we can make VST plugins with camomile and then open them inside Pd again :)
Em sex, 30 de nov de 2018 às 14:00, Christof Ressi christof.ressi@gmx.at escreveu:
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load
them.
can you open a ticket on the issue tracker and explain the problem in detail?
Christof
Gesendet: Freitag, 30. November 2018 um 15:44 Uhr Von: oliver oliver@klingt.org An: pd-list@iem.at Betreff: Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load
them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1( )
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure
"no-install"
synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so
the
problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface at all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Em sex, 30 de nov de 2018 às 16:07, Alexandre Torres Porres < porres@gmail.com> escreveu:
Pd crashed when loading this one in macos https://app.noiiz.com/plugins/3
well, it's working now :?
Em sex, 30 de nov de 2018 às 15:14, alfonso santimone < alfonso.santimone@gmail.com> escreveu:
Feedback workflow :-P
Il giorno ven 30 nov 2018, 18:13 Alexandre Torres Porres < porres@gmail.com> ha scritto:
And now we can make VST plugins with camomile and then open them inside Pd again :)
Em sex, 30 de nov de 2018 às 14:00, Christof Ressi < christof.ressi@gmx.at> escreveu:
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded.
it
only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall
preset
banks. i COULD load them but the "program_set" message did not load
them.
can you open a ticket on the issue tracker and explain the problem in detail?
Christof
Gesendet: Freitag, 30. November 2018 um 15:44 Uhr Von: oliver oliver@klingt.org An: pd-list@iem.at Betreff: Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released
HEEEEEEEROOOOOOO !
thanks a lot for this, having longed for this for years !
my first tests of VST plugins ran like a charm ! (pd 0.49 and Win7)
as for VST instruments (software synths) - that was a little more complicated:
while my test synths did load alright, i couldn't really recall
preset
banks. i COULD load them but the "program_set" message did not load
them.
(BTW: there's an error in the help file on this message box. right now it says [program_set( while it should say [program_set $1(
)
i had "light" success with the "midi_program_change 1 $1" message but not on all of them. some freezed PD.
i have to add that i use a couple of rather old and obscure
"no-install"
synths ("ODsay", "Oatmeal" ...) that might be too old and buggy, so
the
problem's moste likely not on your side.
(For example with OATMEAL, i could not use the native GUI interface
at
all (the UI did not update, preset banks didn't load, buttons are unresponsive))
A "commercial" synth like "Discovery" worked as expected for the most parts. but the GUI also didn't update when a new preset was loaded.
it
only updated when i moved a slider.
but all in all:
great, great, great, great, great, great, great, great work !
best
oliver
Christof Ressi wrote:
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@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
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Christof Ressi wrote:
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
can you open a ticket on the issue tracker and explain the problem in detail?
hi, christof ! sorry it took me so long to replug into that thread !
i got some time now to do further tests/reports and am willing to do so, but the "https://git.iem.at/ressi/vstplugin/issues" link that you provided seems to need an IEM account to log in.
my personal github login did not work anyway.
best
oliver
On 1/6/19 10:19 AM, oliver wrote:
i got some time now to do further tests/reports and am willing to do so, but the "https://git.iem.at/ressi/vstplugin/issues" link that you provided seems to need an IEM account to log in.
my personal github login did not work anyway.
you must klick on the github-icon on the login-page ("Sign in with GitHub"), which will redirect you to github and authenticate you on the git.iem.at instance
https://git.iem.at/users/auth/github
gfrdsa IOhannes
PS: with my admin hat on, i see that there are some fishy things going on since the last update. so there *might* be a problem indeed, which i will try to fix tomorrow when i'm back at work.
Hi oliver, do you still have problems loggin in? I just tried and I couldn't log in via GitHub either but Google seems to work.
@IOhannes: would it be possible that people can submit issues without having to log in (like on SourceForge)? this would lower the threshold for reporting bugs but I understand if it's not allowed for security reasons or so.
Christof
Gesendet: Sonntag, 06. Januar 2019 um 10:19 Uhr Von: oliver oliver@klingt.org An: "Christof Ressi" christof.ressi@gmx.at, "pd-list@mail.iem.at" pd-list@mail.iem.at Betreff: Re: Aw: Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released
Christof Ressi wrote:
thanks for testing! there are definitely some plugins I've also have problems with (mostly old random stuff I've found on the internet).
parts. but the GUI also didn't update when a new preset was loaded. it only updated when i moved a slider.
ha! I've had the same issue with one specific plugin. still have to figure out why...
while my test synths did load alright, i couldn't really recall preset banks. i COULD load them but the "program_set" message did not load them.
can you open a ticket on the issue tracker and explain the problem in detail?
hi, christof ! sorry it took me so long to replug into that thread !
i got some time now to do further tests/reports and am willing to do so, but the "https://git.iem.at/ressi/vstplugin/issues" link that you provided seems to need an IEM account to log in.
my personal github login did not work anyway.
best
oliver
On 1/13/19 6:31 PM, Christof Ressi wrote:
Hi oliver, do you still have problems loggin in? I just tried and I couldn't log in via GitHub either but Google seems to work.
weird. last monday, i did try to login via github, and i haven't noticed any problems.
@IOhannes: would it be possible that people can submit issues without having to log in (like on SourceForge)? this would lower the threshold for reporting bugs but I understand if it's not allowed for security reasons or so.
no, it's not really possible. apart from us not wanting to open it up, i don't think there actually is a way to open up a gitlab instance to anonymous posters. (and we don't want to open up local registraction, as that is pretty pointless).
gdamrs IOhannes
Christof Ressi wrote:
Hi oliver, do you still have problems loggin in? I just tried and I couldn't log in via GitHub either but Google seems to work.
I successfully logged in yesterday with my GitHub account, following IOhannes instructions.
and i opened an issue concerning [vstplugin~] hosting vst synths, with a detailed report of my experiences. tweaking around a bit i got most of the features working, but the biggest issue is the GUI not updating correctly in most cases.
hope my report is helpful
best
oliver
Thanks!
I've been doing a couple of tests on w32 and w64 and they are working nice!
:)
Mensaje telepatico asistido por maquinas.
On 11/30/2018 10:45 AM, Christof Ressi wrote:
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@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