On Wed, 25 May 2011 16:01:42 +0200
Goran Mekić <meka(a)lugons.org> wrote:
Using jsampler, if I click on "Edit"
button on any instrument, I get the "Starting an instrument editor: There is no
instrument editor capable to handle this instrument" message. If I start linuxsampler
in terminal, i see "Registered instrument editors: 'gigedit'" message.
Anyone knows what I'm doing wrong? Thanx!
I've found out that first LSCP command in every .lscp is RESET, which couses
LinuxSampler to unload all editor plugins (why?). Current workaround for this is to
comment it in .lscp and empty LinuxSampler before loading new .lscp. Weird.