Skip to content

Commit 32e5493

Browse files
author
Simon Holliday
committed
- Update cheatsheet
1 parent 1fb4751 commit 32e5493

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api-cheatsheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The top-level controller for a musical piece.
2525
| `harmony(style, cycle_beats, dominant_7th, gravity, nir_strength, minor_turnaround_weight, root_diversity, reschedule_lookahead) -> None` | Configure the harmonic logic and chord change intervals. |
2626
| `hotkey(key, action, quantize, label) -> None` | Register a single-key shortcut that fires during playback. |
2727
| `hotkeys(enabled) -> None` | Enable or disable the global hotkey listener. |
28+
| `is_clock_following *(property)*` | True if either the primary or any additional device is following external clock. |
2829
| `layer(*builder_fns, channel, beats, bars, steps, unit, drum_note_map, reschedule_lookahead, voice_leading, device) -> None` | Combine multiple functions into a single MIDI pattern. |
2930
| `link(quantum) -> 'Composition'` | Enable Ableton Link tempo and phase synchronisation. |
3031
| `live(port) -> None` | Enable the live coding eval server. |

0 commit comments

Comments
 (0)