TinyTrainable
 
Loading...
Searching...
No Matches
MIDIPatterns.h
Go to the documentation of this file.
1#ifndef MIDI_PATTERNS_H
2#define MIDI_PATTERNS_H
3
4// drum patterns
5byte bossanovaBD[] = {1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0};
6
7byte bossanovaSN[] = {1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0};
8
9byte bossanovaCH[] = {1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0};
10
11byte bossanovaHT[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
12
13byte chachaBD[] = {1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0};
14
15byte chachaSN[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0};
16
17byte chachaCH[] = {0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0};
18
19byte chachaHT[] = {0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0};
20
21byte sambaBD[] = {1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1};
22
23byte sambaSN[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0};
24
25byte sambaCH[] = {0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0};
26
27byte sambaHT[] = {1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0};
28
29#endif
byte sambaHT[]
Definition: MIDIPatterns.h:27
byte sambaBD[]
Definition: MIDIPatterns.h:21
byte sambaCH[]
Definition: MIDIPatterns.h:25
byte chachaBD[]
Definition: MIDIPatterns.h:13
byte chachaSN[]
Definition: MIDIPatterns.h:15
byte bossanovaHT[]
Definition: MIDIPatterns.h:11
byte bossanovaBD[]
Definition: MIDIPatterns.h:5
byte chachaHT[]
Definition: MIDIPatterns.h:19
byte chachaCH[]
Definition: MIDIPatterns.h:17
byte sambaSN[]
Definition: MIDIPatterns.h:23
byte bossanovaCH[]
Definition: MIDIPatterns.h:9
byte bossanovaSN[]
Definition: MIDIPatterns.h:7