|
From: Christian S. <chr...@ep...> - 2004-05-18 09:35:25
|
Es geschah am Montag, 17. Mai 2004 23:39 als Mark Knecht schrieb: > Hi, > OK, so I managed to get RG and LS to play together at lunch today. > Cool so far. > > Since I'll be without Internet access two questions: > > 1) How can I feed a setup script file to LS without having to type in > all the commands myself every time? cat your_lscp_script_file | nc -t localhost 8888 You have to install netcat for this to work. > 2) How do I handle spaces in the path to a gig file? Can I double quote > the whole path? Do I back-slash the spaces? How do I do that? You don't have to, no double quotes, no backslash spaces, just type it as is. Example: LOAD INSTRUMENT /That's a path/to your own/Gigasampler patch (file).gig 0 0 That will load the file "Gigasampler patch (file).gig" with path "/That's a path/to your own/" on sampler channel 0 and will pick the very first instrument from that gig file. > Sorry, but I'm at work and don't have time to mess with this stuff > during the day right now. No problem, I hope soon you don't have to mess with such things at all, as soon as the GUI is working. That scripting ability is sometimes quite handy though. CU Christian |