28 |
29 | Name |
30 | Version |
31 | Url |
32 | Git |
33 | Core library |
34 |
35 |
36 | ML SynthTools |
37 | 1.3.1 |
38 | https://github.com/marcel-licence/ML_SynthTools |
39 | https://github.com/marcel-licence/ML_SynthTools.git |
40 | False |
41 |
42 |
43 | WiFi |
44 | 2.0.0 |
45 | |
46 | https://github.com/espressif/arduino-esp32.git |
47 | True |
48 |
49 |
50 | Wire |
51 | 2.0.0 |
52 | http://arduino.cc/en/Reference/Wire |
53 | https://github.com/espressif/arduino-esp32.git |
54 | True |
55 |
56 |
57 | FS |
58 | 2.0.0 |
59 | |
60 | https://github.com/espressif/arduino-esp32.git |
61 | True |
62 |
63 |
64 | LittleFS |
65 | 2.0.0 |
66 | |
67 | https://github.com/espressif/arduino-esp32.git |
68 | True |
69 |
70 |
71 | SD_MMC |
72 | 2.0.0 |
73 | |
74 | https://github.com/espressif/arduino-esp32.git |
75 | True |
76 |
77 |
78 | Adafruit GFX Library |
79 | 1.11.5 |
80 | https://github.com/adafruit/Adafruit-GFX-Library |
81 | https://github.com/adafruit/Adafruit-GFX-Library |
82 | False |
83 |
84 |
85 | Adafruit BusIO |
86 | 1.14.1 |
87 | https://github.com/adafruit/Adafruit_BusIO |
88 | https://github.com/adafruit/Adafruit_BusIO |
89 | False |
90 |
91 |
92 | SPI |
93 | 2.0.0 |
94 | http://arduino.cc/en/Reference/SPI |
95 | https://github.com/espressif/arduino-esp32.git |
96 | True |
97 |
98 |
99 | Adafruit SSD1306 |
100 | 2.5.7 |
101 | https://github.com/adafruit/Adafruit_SSD1306 |
102 | https://github.com/adafruit/Adafruit_SSD1306 |
103 | False |
104 |
105 |
106 | Adafruit NeoPixel |
107 | 1.11.0 |
108 | https://github.com/adafruit/Adafruit_NeoPixel |
109 | https://github.com/adafruit/Adafruit_NeoPixel |
110 | False |
111 |
112 |
--------------------------------------------------------------------------------
/esp32_midi_sampler.ino:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2023 Marcel Licence
3 | *
4 | * This program is free software: you can redistribute it and/or modify
5 | * it under the terms of the GNU General Public License as published by
6 | * the Free Software Foundation, either version 3 of the License, or
7 | * (at your option) any later version.
8 | *
9 | * This program is distributed in the hope that it will be useful,
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 | * GNU General Public License for more details.
13 | *
14 | * You should have received a copy of the GNU General Public License
15 | * along with this program. If not, see