-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpatterns.asm
More file actions
29 lines (25 loc) · 814 Bytes
/
patterns.asm
File metadata and controls
29 lines (25 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
; marcel timm, rhinodevel, 2020apr12
; ----------------------------------------------------------------
; --- all shift patterns that are different for the human ear. ---
; --- ---
; --- some patterns will alter the octave. ---
; ----------------------------------------------------------------
pattern_count$ = 17
patterns$
byte %00001111
byte %00110011
byte %01010101
byte %00000001
byte %00000011
byte %00000101
byte %00000111
byte %00001001
byte %00001011
byte %00010001
byte %00010011
byte %00010101
byte %00010111
byte %00011011
byte %00100101
byte %00101011
byte %00101101