teragonaudio / MrsWatson

A command-line VST plugin host
http://teragonaudio.com/MrsWatson.html
Other
486 stars 102 forks source link

Weirdness with paths when loading plugins #260

Open bdejong opened 7 years ago

bdejong commented 7 years ago

These files exist:

`pwd`/H2O/H2O.vst
~/Library/Audio/Plug-Ins/VST/H2O.vst

These fail ("Couldn't create bundle reference"):

mrswatson64 -p ./H2O/H2O.vst -i media/input.wav -o out.wav
mrswatson64 -p H2O.vst -i media/input.wav -o out.wav

These work:

mrswatson64 -p `pwd`/H2O/H2O.vst -i media/input.wav -o out.wav
mrswatson64 -p ~/Library/Audio/Plug-Ins/VST/H2O.vst -i media/input.wav -o out.wav
nikreiman commented 7 years ago

Hmm, that is weird. Which version of MW is this? Also, can you run mrswatson64 --list-plugins?

bdejong commented 7 years ago

This is the release version on your site. Will run command tomorrow...

On Nov 28, 2016 9:34 PM, "Nik Reiman" notifications@github.com wrote:

Hmm, that is weird. Which version of MW is this? Also, can you run mrswatson64 --list-plugins?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/teragonaudio/MrsWatson/issues/260#issuecomment-263386199, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxJlbwje3syw4nzvHTm6U5njERAMwz6ks5rCzrkgaJpZM4K-KqK .