Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Mini-notation for fraction shorthands #65

@yaxu

Description

@yaxu

The tidal mininotation has these shorthands for fractions:

'w' 1
'h' 0.5
'q' 0.25
'e' 0.125
's' 0.0625
't' (1/3)
'f' 0.2
'x' (1/6)

It allows a prefix factor, e.g. 5s is parsed as 5/16ths, 2t as 2/3rds etc.

e on its own would be 1/8th, unlike for notes where it would be parsed as the note label for 4.. I.e. notes are parsed differently from other numbers.

Explicit ratios can be given with %, e.g. 3%7 would parse to 3/7. (/ can't be used as that's taken by 'slowing down' steps).

Part of #30.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityMainline Tidal Compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions