--- web/trunk/www.linuxsampler.org/documentation.html 2007/06/16 16:15:03 1241 +++ web/trunk/www.linuxsampler.org/documentation.html 2007/06/16 16:26:32 1242 @@ -197,11 +197,17 @@
1
-
cat yourscript.lscp | netcat -t localhost 8888
+
cat yourscript.lscp | netcat localhost 8888

+ Optionally you can also use a graphical frontend like QSampler one time to setup a working + sampler session for your needs and save it. Because you have to know that the files saved + by our frontends are actually pure LSCP scripts, thus you can i.e. use those files simply with + the mentioned netcat command from above to setup the sampler session without a frontend. +

+

Here is a simple LSCP example which uses ALSA as MIDI input and as audio output driver as well, it creates only one sampler channel using the Gigasampler engine and loads a Piano instrument on that sampler channel: