1Seq24(1) Seq24 Manual Page Seq24(1)
2
3
4
6 Seq24 - Real time MIDI sequencer
7
8
9
11 seq24 [OPTIONS] [FILENAME]
12
13
14
16 Seq24 is a real-time midi sequencer. It was created to provide a very
17 simple interface for editing and playing midi 'loops'.
18
19
20
22 Seq24 accepts the following options:
23
24 --help Display a list of all commandline options
25
26 --version
27 Display the program version
28
29 --file <filename>
30 Load MIDI file on startup
31
32 --manual_alsa_ports
33 Seq24 won't attach alsa ports
34
35 --showmidi
36 Dumps incoming midi to screen
37
38 --priority
39 Runs higher priority with FIFO scheduler
40
41 --pass_sysex
42 Passes any incoming sysex messages to all outputs
43
44 --ignore <number>
45 Ignore ALSA device <number>
46
47 --show_keys
48 Prints pressed key value
49
50 --interaction_method <number>
51 Select mouse interaction method (0 = seq24) (default)
52 (1 = fruity loops method)
53
54 --jack_transport
55 seq24 will sync to JACK transport
56
57 --jack_master
58 seq24 will try to be JACK master
59
60 --jack_master_cond
61 JACK master will fail if there is already a master
62
63 --jack_start_mode <x>
64 When seq24 is synced to JACK, the following play modes are
65 available: (0 = live mode) (1 = song mode) (default)
66
67 --stats Print statistics on commandline while running
68
69 --jack_session_uuid <uuid>
70 Set uuid for jack session
71
72
73
75 $HOME/.seq24rc stores the user settings for seq24.
76
77
78
80 Any bugs found should be reported to the upstream author and/or package
81 maintainer.
82
83
84
86 The old project homepage is at http://www.filter24.org/seq24/ the new
87 one is at https://edge.launchpad.net/seq24/.
88
89 It is released under the GNU GPL license.
90
91
92
94 Seq24 was written by Rob C. Buse <seq24@filter24.org> and the
95 Seq24team.
96
97 This manual page was written by Dana Olson <seq24@ubuntustudio.com>
98 with additions from Guido Scholz <guido.scholz@bayernline.de>.
99
100
101
102Version 0.9.2 November 20 2010 Seq24(1)