-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseq24doc2.patch
More file actions
executable file
·121 lines (108 loc) · 4.12 KB
/
seq24doc2.patch
File metadata and controls
executable file
·121 lines (108 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
--- seq24-0.9.0/seq24 2008-09-07 12:54:08.000000000 +0200
+++ seq24-0.9.0+letz+af/seq24 2009-03-20 19:40:34.000000000 +0100
@@ -80,7 +80,7 @@ simple interface.
the spin widget labeled set.
There are a total of 32 sets, for a total of
1024 loops.
-
+
* BPM
The ; and ' keys will increase/decrease tempo as
@@ -98,7 +98,20 @@ simple interface.
[a ][s ][d ][f ][g ][h ][j ][k ]
[z ][x ][c ][v ][b ][n ][m ][, ]
- * Replace
+ * Mute/Unmute patterns (Groups)
+
+ You can toggle the playing status of up to 32 previously
+ defined mute/unmute patterns (groups) in the active screen
+ set, similar to hardware sequencers.
+ This is done either by one of the 'group toggle' keys
+ or by a MIDI controller, both assigned in the .seq24rc file .
+ A Mute/Unmute pattern (group) is stored by holding a
+ 'group learn' key while pressing the corresponding
+ 'group toggle' key.
+ There are also keys assigned to turn on/off the group
+ functionality.
+
+ * Replace
Holding down 'Left Ctrl' while selecting a sequence
will mute all other sequences and turn on the selected
@@ -116,7 +129,15 @@ simple interface.
* Queue
Holding 'Right Ctrl' will queue a on/off toggle for a
- sequence when the loop ends.
+ sequence when the loop ends. Queue also works for mute/unmute
+ patterns (groups), in this case every sequence will toggle
+ its status after its individual loop end.
+
+ * keep queue
+
+ Pressing the 'keep queue' key assigned in the .seq24rc file
+ activates permanent queue mode until you use the temporary
+ Queue function again pressing 'Right Ctrl'.
[3b] Options Window
@@ -261,13 +282,25 @@ simple interface.
5 [0 0 0 0 0 0] [1 1 176 1 80 95] [0 0 0 0 0 0]
6 [0 0 0 0 0 0] [1 1 176 1 96 111] [0 0 0 0 0 0]
7 [0 0 0 0 0 0] [1 1 176 1 112 127] [0 0 0 0 0 0]
+ # mute in group
+
+ This section controls 32 groups of mutes in the same way as
+ defined for [midi-control]. A group is set of sequences
+ that can toggle their playing state together.
+ Every group contains all 32 sequences in the active screen
+ set (see after).
+
+
+
+ [mute-group]
+
+ Here there are the definitions of the state of the 32 sequences
+ in the playing screen set when a group is selected.
+ group [state of the first 8 sequences] [second 8] [third 8] [fourth 8]
After the list of sequences and their midi events, you can
set seq24 to handle midi events and change the following:
- bpm up and down, screen set up and down.
- replace, snapshot, and queue ( see the end of 3a )
-
* [midi-clock]
@@ -278,13 +311,34 @@ simple interface.
* [keyboard-control]
The keyboard control is a dump of the keys that seq24
- recognises and its corresponding sequence number.
- There are also the modifier keys: replace, snapshot,
- and queue ( see the end of 3a ).
-
- To get the correct keys, run seq24 with --show_keys.
-
-
+ recognises and its corresponding sequence number.
+ Note that the first number corresponds to the number of sequences in
+ the active screen set.
+
+ * [keyboard-group]
+
+ Same as keyboard-control, but to control groups.
+
+ #bpm up and down
+ -> keys to control bpm
+ #screen set up and down
+ -> keys for changing the active screenset
+ #group functionality on, group functionality off, group learn
+ -> note that the group learn key is a modifier key to be held while
+ pressing a group toggle key
+ #replace, queue, snapshot_1, snapshot_2, keep queue
+ -> These are the other modifier keys explained in section 3a.
+
+
+ *NOTES*:
+ To see the required key codes when pressed, run seq24 with --show_keys.
+
+ Seq24 will overwrite the .seq24rc file on quit. You should therefore
+ quit seq24 before doing modifications to the .seq24rc file.
+
+ Some keys should not be assigned to control sequences in seq24 as they
+ are already assigned in the seq24 menu (with ctrl).
+
[3f] JACK Transport