Re: [fluid-dev] Re: Can I load a list of commands?

2006-01-09 Thread Dave Serls
Thanks Toby. -- * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorrybiscuit.com* ***

[fluid-dev] Re: Can I load a list of commands?

2006-01-09 Thread Toby
Dave Serls wrote: > A script can be made to do this Here's a basic shell script version, for those who aren't familiar with the syntax (and don't have Rex or whatever it is handy! :-) It only adds an "incl filename" command. #!/bin/sh while read cmd rest

Re: [fluid-dev] Can I load a list of commands?

2006-01-09 Thread Dave Serls
On Mon, 09 Jan 2006 12:14:47 + Dougie McGilvray <[EMAIL PROTECTED]> wrote: > > > Hi, I'm experimenting with Scala & Fluidsynth. I'm currently > copy/pasting the contents of the file produced by Scala into the > fluidsynth shell. Is there an easier way? I couldn't find one in the > documen

Re: [fluid-dev] Can I load a list of commands?

2006-01-09 Thread Ebrahim Mayat
On Jan 9, 2006, at 2:14 PM, Dougie McGilvray wrote: Hi, I'm experimenting with Scala & Fluidsynth. I'm currently copy/ pasting the contents of the file produced by Scala into the fluidsynth shell. Is there an easier way? I couldn't find one in the documentation, but I thought there might be

[fluid-dev] Can I load a list of commands?

2006-01-09 Thread Dougie McGilvray
Hi, I'm experimenting with Scala & Fluidsynth. I'm currently copy/pasting the contents of the file produced by Scala into the fluidsynth shell. Is there an easier way? I couldn't find one in the documentation, but I thought there might be a way to load a list of commands from a file. Cheer