Commit Graph

14 Commits

Author SHA1 Message Date
7cfc92db3d Changes to triplet characters 2023-12-10 14:45:58 +02:00
9bd4ec0ff0 More examples and some minor fixes 2023-06-29 00:03:45 +03:00
c8a45a3f8b Degree based notation
Added parameter for degree based notation. Using degrees=True integers are interpreted as degrees and 0=Rest.
2023-04-29 17:06:07 +03:00
8f5d8adf48 Added pick and select for lists
Pick: (1 2 3 4)?4 or (1 2 3 4)?(3 2)
Select: (1 2 3 4)~2 or (1 2 3 4)~(2 3)
2023-04-26 21:14:21 +03:00
5d122a90e0 Added parsing for monzos and support for escaped pitch_classes
Syntax for monzos supported in scala scales: [-1 1> etc.

Support for escaped pitches: {q12 e23 26}
2023-03-16 22:29:24 +02:00
c30ff41f1f Add options to SampleList 2023-03-11 23:34:01 +02:00
c8c590d7ed Refactor multiple samples as SampleList 2023-03-10 20:11:38 +02:00
bd2a1587d7 Added experimental scala scale parser 2023-03-10 18:41:50 +02:00
7e015a635d Added total_duration and total_beats 2023-03-06 20:40:30 +02:00
745632ce59 Updating cyclic zip 2023-03-05 21:58:32 +02:00
323b41b36e Added samples and prefixes to variables 2023-03-05 18:45:14 +02:00
ea0e9ae0cd Fixed some bugs and added new tests
New test_multi_03 can be used to test multiple variables at once. Based on new collect function that can be used to collect n variables from parsed Ziffers.
2023-03-05 13:31:52 +02:00
7bf6669cd1 Fixed some issues 2023-03-04 22:05:34 +02:00
13f68f7ee7 Moving things around 2023-03-04 12:36:09 +02:00