Hi,
here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1
NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change!
Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab https://git.iem.at/pd/vstplugin/-/issues.
Have fun!
Christof
Of course, [vstplugin~] is also available on Deken!
On 05.02.2024 13:41, Christof Ressi wrote:
Hi,
here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1
NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change!
Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab https://git.iem.at/pd/vstplugin/-/issues.
Have fun!
Christof
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->https://lists.puredata.info/listinfo/pd-list
I forgot to mention an important new feature: /[vstplugin~] can now deal with multichannel signals!/
This is particularly handy for spatialization plugins with many channels. One signal may now contain a full 64-channel ambisonics bus. With the IEM plugins (https://plugins.iem.at/), you can even change the channel count dynamically and the plugins will automatically adjust the ambisonics order.
In the meantime I have also updated the release notes.
Again, please test and report any issues!
Christof
On 05.02.2024 13:42, Christof Ressi wrote:
Of course, [vstplugin~] is also available on Deken!
On 05.02.2024 13:41, Christof Ressi wrote:
Hi,
here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1
NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change!
Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab https://git.iem.at/pd/vstplugin/-/issues.
Have fun!
Christof
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
yay, more multichannel fun!
Em seg., 12 de fev. de 2024 às 21:05, Christof Ressi info@christofressi.com escreveu:
I forgot to mention an important new feature: *[vstplugin~] can now deal with multichannel signals!*
This is particularly handy for spatialization plugins with many channels. One signal may now contain a full 64-channel ambisonics bus. With the IEM plugins (https://plugins.iem.at/), you can even change the channel count dynamically and the plugins will automatically adjust the ambisonics order.
In the meantime I have also updated the release notes.
Again, please test and report any issues!
Christof On 05.02.2024 13:42, Christof Ressi wrote:
Of course, [vstplugin~] is also available on Deken! On 05.02.2024 13:41, Christof Ressi wrote:
Hi,
here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1
NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change!
Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab https://git.iem.at/pd/vstplugin/-/issues.
Have fun!
Christof
_______________________________________________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
Sadly, it is built on glibc 2.36 and my mint only has 2.35, same with the latest ubuntu LTS... What is your target distro ?
Le lun. 5 févr. 2024 à 13:44, Christof Ressi info@christofressi.com a écrit :
Of course, [vstplugin~] is also available on Deken! On 05.02.2024 13:41, Christof Ressi wrote:
Hi,
here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1
NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change!
Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab https://git.iem.at/pd/vstplugin/-/issues.
Have fun!
Christof
_______________________________________________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
Am 13. Februar 2024 18:33:23 MEZ schrieb baptiste chatel baptiste.chatel@gmail.com:
Sadly, it is built on glibc 2.36 and my mint only has 2.35, same with the latest ubuntu LTS... What is your target distro ?
By default the binaries built on the iem build infrastructure are built for Debian/bullseye (and vstplugin~ is a project that makes heavy use of this infrastructure during development, so I strongly assume that the release binaries are built the same way).
However, for whatever reasons, Christof changed the base for the amd64 builds to the 'gcc' Docker image which is based on Debian/bookworm, so this is most likely your baseline glibc. Since the base system was only changed for the amd64 builds, the other architectures (i386, arm, arm64) should have lower requirements.
mfg.sfg.jfd IOhannes
However, for whatever reasons, Christof changed the base for the amd64 builds to the 'gcc' Docker image which is based on Debian/bookworm, so this is most likely your baseline glibc.
Look who's the author ;-) https://git.iem.at/pd/vstplugin/-/commit/49bcf453314469bfad2483d2766229f04df...
Which image should I use instead?
On 2/13/24 21:25, Christof Ressi wrote:
However, for whatever reasons, Christof changed the base for the amd64 builds to the 'gcc' Docker image which is based on Debian/bookworm, so this is most likely your baseline glibc.
Look who's the author ;-) https://git.iem.at/pd/vstplugin/-/commit/49bcf453314469bfad2483d2766229f04df...
as i said: for whatever reasons :-P
fgmdsar IOhannes
Thanks to IOhannes, I have just replaced the Linux amd64 binary on Deken with one that is built against glibc 2.31 (I believe). Please give it a try and report back!
On 13.02.2024 18:33, baptiste chatel wrote:
Sadly, it is built on glibc 2.36 and my mint only has 2.35, same with the latest ubuntu LTS... What is your target distro ?
Le lun. 5 févr. 2024 à 13:44, Christof Ressi info@christofressi.com a écrit :
Of course, [vstplugin~] is also available on Deken! On 05.02.2024 13:41, Christof Ressi wrote:
Hi, here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1 NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change! Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab <https://git.iem.at/pd/vstplugin/-/issues>. Have fun! Christof _______________________________________________ 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
Thanks, it works fine !
Le mar. 13 févr. 2024 à 23:14, Christof Ressi info@christofressi.com a écrit :
Thanks to IOhannes, I have just replaced the Linux amd64 binary on Deken with one that is built against glibc 2.31 (I believe). Please give it a try and report back! On 13.02.2024 18:33, baptiste chatel wrote:
Sadly, it is built on glibc 2.36 and my mint only has 2.35, same with the latest ubuntu LTS... What is your target distro ?
Le lun. 5 févr. 2024 à 13:44, Christof Ressi info@christofressi.com a écrit :
Of course, [vstplugin~] is also available on Deken! On 05.02.2024 13:41, Christof Ressi wrote:
Hi,
here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1
NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change!
Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab https://git.iem.at/pd/vstplugin/-/issues.
Have fun!
Christof
_______________________________________________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
Thanks for confirming!
On 19.02.2024 16:41, baptiste chatel wrote:
Thanks, it works fine !
Le mar. 13 févr. 2024 à 23:14, Christof Ressi info@christofressi.com a écrit :
Thanks to IOhannes, I have just replaced the Linux amd64 binary on Deken with one that is built against glibc 2.31 (I believe). Please give it a try and report back! On 13.02.2024 18:33, baptiste chatel wrote:
Sadly, it is built on glibc 2.36 and my mint only has 2.35, same with the latest ubuntu LTS... What is your target distro ? Le lun. 5 févr. 2024 à 13:44, Christof Ressi <info@christofressi.com> a écrit : Of course, [vstplugin~] is also available on Deken! On 05.02.2024 13:41, Christof Ressi wrote:
Hi, here is a first test release of [vstplugin~] v0.6: https://git.iem.at/pd/vstplugin/-/releases/v0.6-test1 NOTE: previous versions would hide certain (non-automatable) parameters in VST3 plugins. This has been fixed, but as a consequence parameter indexes might have changed. [vstplugin~] prints a warning for every plugin that is affected by this change! Please test and report any issues at Issues · Pure Data libraries / vstplugin · GitLab <https://git.iem.at/pd/vstplugin/-/issues>. Have fun! Christof _______________________________________________ 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