Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2022-01-05 Thread Christian Schoenebeck
On Mittwoch, 5. Januar 2022 11:26:57 CET Andrew C wrote: > Hi Christian, > > Ah ok, that was my issue with the instrument editor not opening after all! I disabled this behaviour for now as a workaround, so it no longer unloads instrument editor plugins on a LSCP "RESET" command: http://svn.linux

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2022-01-05 Thread Andrew C
Hi Christian, Ah ok, that was my issue with the instrument editor not opening after all! I might be missing something, but once the plugins are closed and that destructor code is run (i.e a RESET is sent), how can linuxsampler open them up again? At that point, sending the LSCP commands to create

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-30 Thread Christian Schoenebeck
On Dienstag, 28. Dezember 2021 11:21:28 CET Andrew C wrote: > This is the output when I, shall we say, non-interactively (i.e netcat) > send a command to Linuxsampler: > > Data type is libgig and data version is 4.3.0.svn34 > Trying to find an available editor. > Loading instrument editor plugins.

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-28 Thread Andrew C
Hi Christian, Thanks a bunch for setting me on the right track with this. I can now see that the engine is indeed successfully loading the instrument plugin, both at startup and when an instrument editor is requested: // load the DLL (the plugins should register themselfes automatically)

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-27 Thread Christian Schoenebeck
On Sonntag, 26. Dezember 2021 21:57:12 CET Andrew C wrote: > *Diff patch for debugging/illustration purposes:* > > Index: LS-DEBUG/src/engines/gig/InstrumentResourceManager.cpp > === > --- LS-DEBUG/src/engines/gig/InstrumentResourceMa

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-26 Thread Andrew C
Hi Christian, I come bearing diff patches :) I've done a bunch of debugging of this and I'm fairly certain my installation is fine. The latest SVN versions of libgig, linuxsampler and gigedit are the only ones I have on my PC right now. If I type each of the following LSCP commands into the LSCP

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-23 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 21:09:39 CET Andrew C wrote: > Hi Christian, > > Not trying to be intentionally obtuse here. :) > > I started completely from scratch again. Totally cleaned out /usr/local/ > (fresh ubuntu distro, so only Linuxsampler and co was living there from the > last install

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Andrew C
Hi Christian, Not trying to be intentionally obtuse here. :) I started completely from scratch again. Totally cleaned out /usr/local/ (fresh ubuntu distro, so only Linuxsampler and co was living there from the last install attempt), deleted the LS SVN directories and redownloaded them. Still get

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 17:04:14 CET Andrew C wrote: > Hi Christian, > > Thanks for the increased verbose output with that patch. I recompiled all > three of them again and I'm getting this in the console output of > Linuxsampler now: > > ERROR: Did not find a matching editor for instrumen

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Andrew C
Hi Christian, Thanks for the increased verbose output with that patch. I recompiled all three of them again and I'm getting this in the console output of Linuxsampler now: ERROR: Did not find a matching editor for instrument ('/home/andrew/Desktop/S amples/Booms/trailerhits.gig', 0) having data s

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 14:15:20 CET Christian Schoenebeck wrote: > On Dienstag, 21. Dezember 2021 19:18:44 CET Andrew C wrote: > > Thanks for that, Christian, I'll give some other netcat variants a go and > > see what I can get back. > > > > My Instrument Editor plugins are definitely bein

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 14:45:59 CET Andrew C wrote: > Hi Christian, > > Can confirm that is the order I compiled and installed the 3 pieces on this > new Linux installation. > > JSampler opens the editor in real-time mode, as does the LSCP commandline > **but** only when JSampler has prev

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Andrew C
Hi Christian, Can confirm that is the order I compiled and installed the 3 pieces on this new Linux installation. JSampler opens the editor in real-time mode, as does the LSCP commandline **but** only when JSampler has previously connected to LinuxSampler. In a standalone mode with simply netcatt

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-22 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 19:18:44 CET Andrew C wrote: > Thanks for that, Christian, I'll give some other netcat variants a go and > see what I can get back. > > My Instrument Editor plugins are definitely being picked up by LInuxsampler > on start: > > andrew@andrewlaptop:~/LSBuild$ linuxsa

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-21 Thread Andrew C
Thanks for that, Christian, I'll give some other netcat variants a go and see what I can get back. My Instrument Editor plugins are definitely being picked up by LInuxsampler on start: andrew@andrewlaptop:~/LSBuild$ linuxsampler LinuxSampler 2.2.0.svn7 Copyright (C) 2003,2004 by Benno Senoner and

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-21 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 17:42:29 CET Andrew C wrote: > Hi Christian, > > Unfortunately no, I wasn't running a command in parallel to the GET > command, all my instruments had already loaded by the time I tried the GET > command. > The LSCP shell/CLI utility works absolutely fine every time

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-21 Thread Andrew C
Hi Christian, Unfortunately no, I wasn't running a command in parallel to the GET command, all my instruments had already loaded by the time I tried the GET command. The LSCP shell/CLI utility works absolutely fine every time I send such a GET command, so perhaps it's my netcatting that's the issu

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-21 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 15:46:17 CET Andrew C wrote: > Hi, > > I'm hacking together a quick-and-dirty bash script for controlling/setting > up audio/midi interfaces in Linuxsampler by sending LSCP commands. > > Sending the commands seems absolutely fine, but using the 'GET' commands to > r

[Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-21 Thread Andrew C
Hi, I'm hacking together a quick-and-dirty bash script for controlling/setting up audio/midi interfaces in Linuxsampler by sending LSCP commands. Sending the commands seems absolutely fine, but using the 'GET' commands to recieve data from Linuxsampler, for example info about a sampler channel, d