|
|
@ -5,7 +5,7 @@ |
|
|
|
(https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield.
|
|
|
|
(https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield.
|
|
|
|
Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android
|
|
|
|
Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android
|
|
|
|
|
|
|
|
|
|
|
|
(c)2018-2022 H. Wirtz <wirtz@parasitstudio.de> |
|
|
|
(c)2018-2023 H. Wirtz <wirtz@parasitstudio.de> |
|
|
|
(c)2021-2022 H. Wirtz <wirtz@parasitstudio.de>, M. Koslowski <positionhigh@gmx.de> |
|
|
|
(c)2021-2022 H. Wirtz <wirtz@parasitstudio.de>, M. Koslowski <positionhigh@gmx.de> |
|
|
|
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify |
|
|
|
This program is free software; you can redistribute it and/or modify |
|
|
@ -157,4 +157,4 @@ LCDML_add(123, LCDML_0_6, 3, "Favorites", UI_func_favorites); |
|
|
|
LCDML_add(124, LCDML_0_6, 4, "Startup", UI_func_startup); |
|
|
|
LCDML_add(124, LCDML_0_6, 4, "Startup", UI_func_startup); |
|
|
|
LCDML_add(125, LCDML_0, 7, "Info", UI_func_information); |
|
|
|
LCDML_add(125, LCDML_0, 7, "Info", UI_func_information); |
|
|
|
LCDML_addAdvanced(126, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); |
|
|
|
LCDML_addAdvanced(126, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); |
|
|
|
#define _LCDML_DISP_cnt 126 |
|
|
|
#define _LCDML_DISP_cnt 126 |
|
|
|