On Freitag, 4. Mai 2018 13:42:32 CEST Robert O. wrote:
> That did it. I was able to load and play a patch from the Garritan
> Orchestra. Logic’s incompatible plugin warning shows up at every startup,
> but at least it works now. Huge thanks for your help!

The AU plugin certainly could get an update. Probably it lacks something from 
the current AU version 3 standard. The Mac's "Console" utility might also give 
a clue in this case what Logic dislikes exactly about the LinuxSampler AU.

> I am wondering, is there a way to control the engine via the command line,
> or via other means besides the two frontends? Unfortunately, choosing an
> instrument index in the loaded file in Fantasia is quite cumbersome with
> VoiceOver, as it pops up a separate window. Other parts, such as the
> directory browser are also not exposing their content properly.

There is not an Ncurses based frontent if you mean that (that is a terminal 
application which you could easily navigate with just arrow keys and enter). 
But there is for example the command line application "lscp" which is 
essentially a shell, that is you have to type text commands to the sampler 
backend with the keyboard and the shell assists you with type completion of 
those commands:

http://doc.linuxsampler.org/LSCP_Shell/

However even though this console application assists you with typing those 
commands. you would still need to learn at least the basics of what those 
commands are, which is described in a rather huge document here:

http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html

> Essentially, since I have a few hundred giga files, what I would like is a
> way to print the available indexes and to load an instrument via that index
> from a .gig file. This can be through the database as well.

I am not sure how much you usually use command line applications, but you 
could use the command line application "gigdump" for this. Like the previously 
mentioned "lscp" application, these are some of a bunch of command line tools 
that are automatically installed along to the sampler. There are much more 
like command line tools for file format conversion etc. Each one is coming with 
a user manual. Type i.e. "man gigdump" on the terminal to see more.

The problem for you however is probably that "gigdump" actually dumps a load 
of information, not only the instrument names, but almost everything that is 
stored in the .gig file, like individual instrument patch parameters, all the 
samples, their loop points and so on. But I could add you a command line 
switch to gigdump such that it only prints you a list of instruments if that 
would help you.

> QSampler might work better, however, it fails to start on my system. From
> the console:
> 
> Termination Reason:    DYLD, [0x1] Library missing
> Dyld Error Message:
>   Library not loaded: /home/*/libgig.7.dylib
>   Referenced from:
> /Applications/LinuxSampler/qsampler.app/Contents/MacOS/qsampler Reason:
> image not found

Yes, QSampler would probably suit you better, because it should come with 
VoiceOver support right out of the box since it is based on the Qt UI library 
and since QSampler is not using custom UI skin features and the like, in 
contrast to Fantasia. However QSampler currently does not support the sampler 
backend's instruments DB feature yet.

The reason why QSampler is currently not running on your Mac is because the Qt 
library needs to be updated on our automatic build server. That takes a while 
because it requires us manual cross compilation and dealing with couple issues 
on our server. But I could do that somewhere next week or so.

CU
Christian

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to