Skip to content

Commit e9dc0fa

Browse files
authored
Merge pull request #69 from raphaelquast/dev
update readme
2 parents d01659c + 83c9735 commit e9dc0fa

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

README.md

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ The buttons `recall`, `store`,`chan` and `shift` are used to activate the contro
7373

7474
- all layers (except the *"shift-layer"*) remain activated until the corresponding button is pressed again
7575

76-
- holding `shift` while pressing `chan` will temporarily activate the *"mix-layer"* until `shift` is released
76+
- holding `shift` and pressing `chan` will activate the *"mix-layer"*
77+
- holding `shift` and pressing `recall` will activate the *"browser-layer"*
78+
79+
- **double-tapping** `shift` will activate the *"shift-layer"* permanently (until shift is pressed again)
7780

7881
- the *"if shift pressed"* features are only available if the corresponding layer is activated permanently **and** `shift` is pressed
7982

@@ -112,30 +115,32 @@ The `transpose-encoder` can be used to transpose the note-assignments of the but
112115

113116
- *"if shift pressed"*: pan of master-track
114117

115-
- `encoder 8` : track-selection (left-right)
118+
- `encoder 8` : track-selection (left-right) [💡 this is the same for all layers!]
116119

117120
- *"if shift pressed"* **and** a *"drum-rack"* is selected:
118-
121+
119122
select drum-pad slot of the viewed 16 slots
120123

121-
- `encoder 16` : scene selection (up-down)
122-
124+
- `encoder 16` : scene selection (up-down) [💡 this is the same for all layers!]
123125
- *"if shift pressed"* **and** a *"drum-rack"* is selected:
126+
124127
select row of viewed drum-pads
125128

126129
</details>
127130

128-
---
131+
---
129132

130133
## Layers (click to expand)
131134

132135

133136
<details>
134137
<summary>:trumpet: <strong>SHIFT</strong></summary>
135138

136-
The `shift` layer is active if no other layer is activated and shift is pressed.
139+
If NO other layer is activated, pressing "shift" temporarily activates the `shift` layer
137140
It serves as a *quick-access* layer for frequently used functions.
138-
The layer is deactivated as soon as `shift` is released!
141+
The layer is deactivated as soon as `shift` is released!
142+
**double-tap** `shift` to activate the layer permanently.
143+
139144

140145
The lights in the first indicate the currently activated clip.
141146
(`red` for midi, `blue` for audio and `magenta` for return tracks)
@@ -417,11 +422,10 @@ The lights in the bottom-row indicate the arm status of the corresponding track.
417422
<summary>:musical_score: <strong>SEQUENCER</strong></summary>
418423

419424
The `sequencer`-layer is only available in **Ableton 11** or newer!
420-
**Double-tap** `shift` to activate the `sequencer`-layer.
421425

422426
The `sequencer` layer has 2 different functionalities:
423427

424-
- If `shift` is pressed, you can use all button-functions from the `shift`-layer
428+
- If `shift` is pressed, you can use all button-functions from the `shift`-layer!
425429

426430

427431
NOTE: The first 6 characters of a clip-name are used to parse the tempo of the midi sequence!
@@ -445,37 +449,41 @@ In the sequence-editor mode you can edit the first 16 notes of the selected MIDI
445449

446450
#### The assignments are as follows:
447451

452+
- multi-touch editing mode:
453+
- touch & hold one (or more) buttons and turn the `transpose`-encoder to change the assigned property of the selected notes
454+
- use `encoder 1-6` to set which property you want to change
455+
448456
- `button 1-16` : mute/unmute corresponding note
449457
- `shift` + `button 1-16` : use functionality of `shift`-layer
450458

451-
- `encoder 1-16` : change assigned parameter of corresponding note
459+
- `encoder 1` : set encoders to change **note pitch**
460+
- `encoder 2` : set encoders to change **note velocity**
461+
- `encoder 3` : set encoders to change **note start-time**
462+
- `encoder 4` : set encoders to change **note duration**
463+
- `encoder 5` : set encoders to change **note velocity-deviation**
464+
- `encoder 6` : set encoders to change **note probability**
452465

453-
- `shift` + `encoder 1` : set encoders to change **note pitch**
454-
- `shift` + `encoder 2` : set encoders to change **note velocity**
455-
- `shift` + `encoder 3` : set encoders to change **note start-time**
456-
- `shift` + `encoder 4` : set encoders to change **note duration**
457-
- `shift` + `encoder 5` : set encoders to change **note velocity-deviation**
458-
- `shift` + `encoder 6` : set encoders to change **note probability**
466+
- `encoder 8` : select prev/next track
459467

460-
- `shift` + `encoder 8` : select prev/next track
468+
- `encoder 9` : change the loop start-time (coarse steps)
469+
- `encoder 10` : change the loop start-time (fine steps)
470+
- `encoder 11` : change the position of the loop (fine steps)
471+
- `encoder 12` : change the loop end-time (fine steps)
472+
- `encoder 13` : change the loop end-time (coarse steps)
461473

462-
- `shift` + `encoder 9` : change the loop start-time (coarse steps)
463-
- `shift` + `encoder 10` : change the loop start-time (fine steps)
464-
- `shift` + `encoder 11` : change the position of the loop (fine steps)
465-
- `shift` + `encoder 12` : change the loop end-time (fine steps)
466-
- `shift` + `encoder 13` : change the loop end-time (coarse steps)
474+
- `encoder 15` : transpose all notes that are inside the loop
475+
- `encoder 16` : select prev/next scene
467476

468-
- `shift` + `encoder 15` : transpose all notes that are inside the loop
469-
- `shift` + `encoder 16` : select prev/next scene
477+
- `shift` + `encoder 1-16` : change assigned parameter of corresponding note
470478

471479
</details>
472480

473481

474482
<details>
475483
<summary>:hatching_chick: <strong>SEQUENCE INITIALIZER</strong> (active if the selected clip-slot is empty)</summary>
476484

477-
In the sequence-initializer layer you can set the parameters for the midi-sequence
478-
that is initialized if you **double-tap** `shift`.
485+
In the sequence-initializer layer you can set the start-parameters for the midi-sequence
486+
that is initialized if you press `chan` again.
479487

480488
- `buttons` 1-8 indicates the tempo of the MIDI notes as "notes/bar"
481489
[1/32, 1/16, 1/8, 1/4, 1/2, 1, 2, 4]

0 commit comments

Comments
 (0)