IDJC-RUN(1) | Internet DJ Console | IDJC-RUN(1) |
idjc-run - Launch the idjc main application
idjc run [-h] [-d {true,false}] [-p profile_choice] [-j
server_name]
[-S session_details] [--no-jack-connections] [-C]
[-c c [c ...]] [-V {off,private,public}] [-P p [p ...]]
[-s s [s ...]] [-x {1,2}]
-h, --help
-d, --dialog={true,false}
-p, --profile=PROFILE
-j, --jackserver=SERVER
-S, --session=SESSIONINFO
--no-jack-connections
--no-default-jack-connections
-c, --channels=CHANNELS
-V, --voip=MODE
-P, --players=PLAYERS
-s, --servers=SERVERS
-x, --crossfader={1,2}
If the ~/.jackdrc file is not present unless otherwise configured with a tool like ladiconf or QjackCtl idjc will start but will be configured with a sample rate of 48000 which is suboptimal for streaming CD audio. It is recommended to create such a file by this method within a console or use the aforementioned tools which may require installation.
$ echo "/usr/bin/jackd -d alsa -r 44100 -p 2048" > ~/.jackdrc
If you prefer to start the JACK sound server manually you can do so like this.
$ jackd -d alsa -r 44100 -p 2048
Refer to jackd(1) for further details.
idjc has native language support and takes account of the LANG and LANGUAGE environment variables.
idjc supports Ladish [L0] and [L1] session modes. On the command line you could specify --session=L1, --session=L1:session-name, or --session=L1:session-name:/path/to/savedir. If a save path is supplied IDJC operates in session rather than profile mode. The default mode is L0:default which does periodic saving and also saves at exit. You may specify an alternate name or a session pathname for L0 mode also.
When using L1 mode in Gladish if you choose "Studio/Save Studio" or "Project/Save Project" from the main menu idjc will save the JACK connection configuration in the session file.
Send your bug reports, feature requests, general comments, patches etc. to <http://www.sourceforge.net/projects/idjc>
You will need to make an account in order to post.
Report translation bugs to the appropriate translator whose details can be found in the 'Help/About' section of the idjc main menu.
<http://idjc.sourceforge.net>
idjc(1), idjc-new(1), idjc-rm(1)
2012-02-06 | idjc-0.8.17 |