Skip to content

Commit

Permalink
doc: update live instant mapping info
Browse files Browse the repository at this point in the history
feat: add user folder
  • Loading branch information
nuno-andre committed Feb 13, 2021
1 parent 087c480 commit 81bbcf1
Show file tree
Hide file tree
Showing 8 changed files with 1,068 additions and 1,945 deletions.
45 changes: 27 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
ClyphX
======

**ClyphX** is a _MIDI Remote Script_ for Ableton Live 9.6+ or 10.x that provides
an extensive list of Actions related to controlling different aspects of Live.
These Actions can be accessed via X-Triggers (Session View Clips, Arrange View
Locators or MIDI Controls). Each X-Trigger can trigger either a single Action
or a list of Actions.

As an example, a simple Action might be `OVER`, which will toggle _Overdub_
on/off. A more complex Action List might mute _Tracks 1 - 2_, unmute and arm
_Track 4_, turn the 2nd Device on _Track 4_ on and launch the selected Clip on
_Track 4_: `1/MUTE ON; 2/MUTE ON; 4/MUTE OFF; 4/ARM ON; 4/DEV2 ON; 4/PLAY`

**ClyphX** also includes a component called **Macrobat** that adds new
functionality to Racks in Live such as the ability to control Track mixer
parameters or send MIDI messages from Rack Macros.

**ClyphX** also includes extra preference options for changing some of Live's
default behaviors such as the ability to choose to have Track's automatically
Arm upon selection.
**ClyphX** is a _MIDI Remote Script_ for Ableton Live 9.6+, 10, and 11 that
provides an extensive list of _Actions_ related to controlling different aspects
of Live.

These _Actions_ can be accessed via _X-Triggers_ (Session View Clips, Arrange
View Locators or MIDI Controls). Each _X-Trigger_ can trigger either a single
_Action_ or a list of _Actions_.

As an example, a simple _Action_ might toggle Overdub on/off:
```
OVER
```

A more complex _Action List_ might mute Tracks 1-2, unmute and arm Track 4, turn
the 2nd Device on Track 4 on, and launch the selected Clip on track 4:
```
1/MUTE ON; 2/MUTE ON; 4/MUTE OFF; 4/ARM ON; 4/DEV2 ON; 4/PLAY
```

**ClyphX** also includes:

- A component called **Macrobat** that adds new functionality to Racks in Live
such as the ability to control Track mixer parameters or send MIDI messages
from Rack Macros.

- Extra preference options for changing some of Live's default behaviors such as
the ability to choose to have Track's automatically Arm upon selection.

> This is a fork of ClyphX 2.6.2, which is licensed under the [GNU LGPL][lic]
> and is [no longer being developed, updated or supported][note].
Expand Down
880 changes: 880 additions & 0 deletions docs/live_instant_mapping.md

Large diffs are not rendered by default.

Loading

0 comments on commit 81bbcf1

Please sign in to comment.