|
From: Andreas P. <and...@br...> - 2012-09-09 05:17:09
|
On 2012-09-09 01:56, Kevin Utter wrote: > Hi all! Is anyone running LinuxSampler on Mac Lion (not Mountain lion)? I tried to run the executable which seems to have installed, but LinuxSampler crashes when a front end tries to connect. I've done some quick tests on Lion and at least it doesn't crash that early for me. Note that you should most probably use the latest snapshot build (http://download.linuxsampler.org/packages/osx/snapshots/), not the old 1.0.0 version. > Also, can anyone explain how I would connect directly to the backend without using either jSampler or qSampler? I can't see, and I use speech (VoiceOver on Mac) to read my screen. I can't read or navigate the front ends with speech, so I would like to either be able to pipe a .lscp file to it, or at least be able to use a terminal to type to it and test it directly. I have a terminal (iTerm) which covers a lot of protocols, but I'm not sure which I need, or if it will even work, as LinuxSampler doesn't seem to be working at present. Any help would be appreciated. Thank you very much. You can use the nc command from the terminal: nc localhost 8888 /Andreas |