When trying to use analogue-load-preset to load a synth preset from examples/sharedsystem/presets/ the result is an error opening the file (unless extempore was started at the share dir)
Steps to reproduce:
Start extempore anywhere out of the share dir.
Load the sharesystem: (sys:load "examples/sharedsystem/setup.xtm") – works fine (i.e. knows about Extempore's share dir)
Load a preset: (analogue-load-preset syn1 "examples/sharedsystem/presets/blade1.xtmpreset"). Result:
It's easy to workaround by starting Extempore at the share dir (or by using full path) but it's not very obvious (especially for new users) since sys:loaddoes succeed.
When trying to use
analogue-load-preset
to load a synth preset fromexamples/sharedsystem/presets/
the result is an error opening the file (unlessextempore
was started at the share dir)Steps to reproduce:
extempore
anywhere out of the share dir.(sys:load "examples/sharedsystem/setup.xtm")
– works fine (i.e. knows about Extempore's share dir)(analogue-load-preset syn1 "examples/sharedsystem/presets/blade1.xtmpreset")
. Result:It's easy to workaround by starting Extempore at the share dir (or by using full path) but it's not very obvious (especially for new users) since
sys:load
does succeed.Build
e9daaa5
on Manjaro Linux.