Documentation · Naming

Name[a:b] Slices

A python slice over the ITEMS a reference plays — `Row[:4]`, `Row[2:]`, `Row[::-1]`.

Halves, and the figure backwards.

running…edit it — it re-runs as you type

plays 24 notes in 4.00s — c4 d4 e4 f4 g4 a4 b4 c5 c4 d4 e4 f4 g4 a4 b4 c5 c5 b4 a4 g4 f4 e4 d4 c4

One call: the slice counts note-and-rest pairs, so [:8] is four notes.

running…edit it — it re-runs as you type

plays 12 notes in 2.00s — c4 d4 e4 f4 g4 a4 b4 c5 c4 d4 e4 f4

Two calls: the slice counts the calls, so [:1] is the whole first one.

running…edit it — it re-runs as you type

plays 12 notes in 2.00s — c4 d4 e4 f4 g4 a4 b4 c5 c4 d4 e4 f4

What the app reports. That it was opened, how long it stayed open, which lessons were read, whether an import decomposed, and errors — with a random device id, never a document, never a file. Off in Settings.

v0.1.16 · 79cbbf7

Slices — Name[a:b] · Pattern Engine