-
Notifications
You must be signed in to change notification settings - Fork 0
/
saved_patterns_json.h
12 lines (11 loc) · 1.12 KB
/
saved_patterns_json.h
1
2
3
4
5
6
7
8
9
10
11
12
/**
* saved_patterns.h -- Factory-default sequencer patterns for Multitrack Sequencer (for Feather M4 Express)
* (only used if non on Flash / if factory reset)
* Part of https://github.com/PatchworkBoy/Neotrellis-Gate-Sequencer
* 04 Nov 2023 - @apatchworkboy / Marci
* Based on https://github.com/todbot/picostepseq/
* 28 Apr 2023 - @todbot / Tod Kurt
* 15 Aug 2022 - @todbot / Tod Kurt
*/
const char pat_bank1[] = "[[1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1],[0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1],[0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]]";
const char *const patterns[] = {pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1,pat_bank1};