|
From: Christian S. <chr...@ep...> - 2003-12-29 22:10:57
|
Es geschah am Montag, 29. Dezember 2003 18:29 als Mark Knecht schrieb: > But LS does seem to recognize -n as the number of periods! At the moment, yes, you can use the one character abbreviation for all available switches at the moment, but this only works as long as it's unique. > > and btw there are three new commandline switches: > > > > --instrument index of the instrument in the instrument file if it > > contains more than one (default: 0) > > Great!! Is there any way yet to query a gig file for how many > instruments it contains, and what their names are? None the less, it's > great to have this capability. Not in linuxsampler itself yet, but there are a couple of command line tools in the libgig CVS module: cvs -d:pserver:ano...@cv...:/home/schropp/linuxsampler co libgig (one line of course) To compile: make -f Makefile.cvs && ./configure && make then you can run for example: src/gigdump GIGFILE | less and see all samples, instruments and many, many other informations. It's quite much, so better pipe the output as shown through 'less' or redirect the output to a file. > > --inputclient connects to an Alsa sequencer input client on startup > > (e.g. 64:0 to connect to a client with ID 64 and port > > 0) > > Thanks! Thanks! Thanks! Thanks! > > BTW - If I didn't say it, then thanks! :) You're welcome. And btw I also already commited looping support. I just usually don't post every CVS change to the mailing list. CU Christian |