Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

livedings(1) [debian man page]

LIVEDINGS(1)							   User Commands						      LIVEDINGS(1)

NAME
livedings - graphical frontend for mididings SYNOPSIS
livedings -p control_port -l listen_port [options] DESCRIPTION
livedings is a graphical frontend for mididings that allows users to monitor and trigger scene changes. It runs as a separate application that uses OSC to communicate with mididings. To use it, enable the OSCInterface hook in a mididings script, specifying two unused UDP ports: from mididings.extra.osc import OSCInterface hook(OSCInterface(56418, 56419)) ... Then run livedings with the same port numbers: $ livedings -p 56418 -l 56419 The first port is used by mididings to listen for commands, the second one is used to notify livedings of scene changes. OPTIONS
-h, --help show this help message and exit -p CONTROL_PORT OSC port mididings is listening on -l LISTEN_PORT OSC port for notifications from mididings -T enable custom theme and larger fonts -x WIDTH width of window in pixels (640) -y HEIGHT height of window in pixels (400) -w LIST_WIDTH width of scene list in pixels (240) -F FONT display font (Sans 14 bold) -f LIST_FONT scene list font (Sans 10) -c COLOR text color (gray50) -C COLOR_HIGHLIGHT highlight text color (black) -b COLOR_BACKGROUND background color SEE ALSO
mididings(1) AUTHOR
livedings was written by Dominic Sacre <dominic.sacre@gmx.de>. This manual page was written by Alessio Treglia <alessio@debian.org>, for the Debian project (and may be used by others). November 2010 LIVEDINGS(1)

Check Out this Related Man Page

KLICK(1)							 klick Manual Page							  KLICK(1)

NAME
klick - An advanced metronome for JACK SYNOPSIS
klick [options] [bars] [meter] tempo[-tempo2/accel] [pattern] klick [options] -f filename klick [options] -i klick [options] -j DESCRIPTION
klick is an advanced command-line based metronome using the JACK sound server. It allows you to define complex tempo maps for entire songs or performances. A single meter and tempo can be specified on the command line, while more complex tempo maps can be read from plain text files. Alternatively, it's also possible to run klick in interactive mode, where the tempo can be changed at runtime using the keyboard, or to follow tempo information read from JACK transport. OPTIONS
-f filename load tempo map from file -j no tempo map, just follow jack transport -n name set jack client name -p port,.. jack port(s) to connect to -P automatically connect to hardware ports -o port OSC port to listen on -i interactive mode -W filename export click track to audio file -r samplerate sample rate of export (default: 48000) -s number use built-in sounds: 0: square wave (default) 1: sine wave 2: noise 3: acoustic bell/click -S file[,file] load sounds from file(s) -e no emphasized beats -E emphasized beats only -v mult[,mult] adjust playback volume (default: 1.0) -w mult[,mult] adjust playback pitch (default: 1.0) -t enable jack transport -T become transport master (implies -t) -d seconds delay before starting playback -c bars pre-roll. use -c 0 for 2 beats -l label start playback at the given label -x multiplier multiply tempo by the given factor -h show help TEMPO MAP FILE FORMAT
[label:] bars [meter] tempo [pattern] [volume] ... SEE ALSO
The full documentation for klick can be found in HTML format at /usr/share/doc/klick/manual.html AUTHOR
Dominic Sacre <dominic.sacre@gmx.de> klick 0.12.2 January 2010 KLICK(1)
Man Page