|
From: Grammostola R. <ros...@gm...> - 2008-10-05 21:28:43
|
Hi, Is it possible to start LS or Fantasia with an exported lscp script file? Regards, |
|
From: Chris C. <st...@tr...> - 2008-10-05 21:57:16
|
Grammostola Rosea wrote: > Hi, > > Is it possible to start LS or Fantasia with an exported lscp script file? > > Regards, > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > First start linuxsampler as usual. Then run: cat yourscript.lscp | netcat localhost 8888 Linuxsampler listens to a port for lscp commands. So you can pass it your lscp file and linuxsampler will parse it behind the scenes. |
|
From: Grammostola R. <ros...@gm...> - 2008-10-05 22:51:20
|
Chris Cherrett wrote: > Grammostola Rosea wrote: > >> Hi, >> >> Is it possible to start LS or Fantasia with an exported lscp script file? >> >> Regards, >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Linuxsampler-devel mailing list >> Lin...@li... >> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel >> >> > First start linuxsampler as usual. Then run: > > cat yourscript.lscp | netcat localhost 8888 > > Linuxsampler listens to a port for lscp commands. So you can pass it your lscp file and linuxsampler will parse it behind the scenes. > > > so open a terminal and start linuxsampler and then in the same terminal the command? That doesn't work here... |
|
From: Chris C. <st...@tr...> - 2008-10-06 00:32:23
|
Grammostola Rosea wrote: > Chris Cherrett wrote: > >> Grammostola Rosea wrote: >> >> >>> Hi, >>> >>> Is it possible to start LS or Fantasia with an exported lscp script file? >>> >>> Regards, >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Linuxsampler-devel mailing list >>> Lin...@li... >>> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel >>> >>> >>> >> First start linuxsampler as usual. Then run: >> >> cat yourscript.lscp | netcat localhost 8888 >> >> Linuxsampler listens to a port for lscp commands. So you can pass it your lscp file and linuxsampler will parse it behind the scenes. >> >> >> >> > so open a terminal and start linuxsampler and then in the same terminal > the command? That doesn't work here... > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > run that command in a new terminal. the linuxsampler terminal is used for output from the linuxsampler server at that point. |
|
From: Grammostola R. <ros...@gm...> - 2008-10-06 10:51:21
|
Chris Cherrett wrote: > Grammostola Rosea wrote: > >> Chris Cherrett wrote: >> >> >>> Grammostola Rosea wrote: >>> >>> >>> >>>> Hi, >>>> >>>> Is it possible to start LS or Fantasia with an exported lscp script file? >>>> >>>> Regards, >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Linuxsampler-devel mailing list >>>> Lin...@li... >>>> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel >>>> >>>> >>>> >>>> >>> First start linuxsampler as usual. Then run: >>> >>> cat yourscript.lscp | netcat localhost 8888 >>> >>> Linuxsampler listens to a port for lscp commands. So you can pass it your lscp file and linuxsampler will parse it behind the scenes. >>> >>> >>> >>> >>> >> so open a terminal and start linuxsampler and then in the same terminal >> the command? That doesn't work here... >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Linuxsampler-devel mailing list >> Lin...@li... >> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel >> >> > run that command in a new terminal. the linuxsampler terminal is used > for output from the linuxsampler server at that point. > > $ cat piano.lscp | netcat localhost 8888 cat: piano.lscp: No such file or directory In fantasia I open the exported session with the name 'piano'... (the file isn't visible in the particular folder) but it will open... |