[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] JACK Auto Connect



Any way to prevent it to auto connect the JACK inputs?. Config files
are at the bottom. 

I've configured it to set up 10 inputs and somehow it defaults to auto
connect in_1 and in_2 to alsa_pcm:capture_1 and alsa_pcm:capture_2. 

I'd rather start scsynth from the command line, but haven't figured
out how to do that yet and then connect from emacs. Right now I start
scsynth from within emacs with:

s = Server.local.boot;

// ~/.sclang.sc BEGIN
// set up Server to use a different executable
//Server.program = "/usr/local/music/bin/scsynth";
Server.program = "scsynth";

// same for Score
Score.program = Server.program;

// set some server options for a different setup
#[\internal, \local].do { |s|
	s = Server.perform(s);
	s.options.numInputBusChannels = 10;
	s.options.numOutputBusChannels = 10;
};

"SC_JACK_DEFAULT_OUTPUTS".setenv("");
// ~/.sclang.sc END

# ~/.sclang.cfg BEGIN
    +$SC_LIB_DIR/SCClassLibrary/Common
    +$SC_LIB_DIR/SCClassLibrary/DefaultLibrary
#  +$SC_LIB_DIR/SCClassLibrary/backwards_compatibility
#  +$SC_LIB_DIR/Emacs # hmm, why is this commented out?
    +$SC_LIB_DIR/Extensions/linux
    +$SC_LIB_DIR/Extensions/scel

    +$SC_LIB_DIR/SCClassLibrary/crucial
    +$SC_LIB_DIR/SCClassLibrary/JITLib
    +$SC_LIB_DIR/SCClassLibrary/bbcut_classes	
# ~/.sclang.cfg END

-- 
Esben Stien is b0ef@e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
          [sip|iax]:   e     e 
           jid:b0ef@    n     n