Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/b688590915aae618eb74fa0903f16509eb99a790?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
13 changed files with
17 additions and
17 deletions
MicroDexed.ino
UI.hpp
UI_FX_T3_6.h
UI_FX_T4.h
UI_NO_FX.h
config.h
control_sgtl5000plus.cpp
control_sgtl5000plus.h
dexed_sd.cpp
dexed_sd.h
disp_plus.h
midi_devices.hpp
midinotes.h
@ -4,7 +4,7 @@
MicroDexed is a port of the Dexed sound engine
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 >
This program is free software ; you can redistribute it and / or modify
@ -463,7 +463,7 @@ void setup() {
# ifdef DEBUG
Serial . println ( F ( " MicroDexed based on https://github.com/asb2m10/dexed " ) ) ;
Serial . println ( F ( " (c)2018-2022 H. Wirtz <wirtz@parasitstudio.de> " ) ) ;
Serial . println ( F ( " (c)2018-2023 H. Wirtz <wirtz@parasitstudio.de> " ) ) ;
Serial . println ( F ( " (c)2018-2022 H. Wirtz <wirtz@parasitstudio.de>, M. Koslowski <positionhigh@gmx.de> " ) ) ;
Serial . println ( F ( " https://codeberg.org/dcoredump/MicroDexed " ) ) ;
Serial . print ( F ( " Version: " ) ) ;
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -5,7 +5,7 @@
( 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
( 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 >
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 ( 125 , LCDML_0 , 7 , " Info " , UI_func_information ) ;
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
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -94,4 +94,4 @@ LCDML_add(60, LCDML_0_4, 3, "Favorites", UI_func_favorites);
LCDML_add ( 61 , LCDML_0_4 , 4 , " Startup " , UI_func_startup ) ;
LCDML_add ( 62 , LCDML_0 , 5 , " Info " , UI_func_information ) ;
LCDML_addAdvanced ( 63 , LCDML_0 , 6 , COND_hide , " Volume " , UI_func_volume , 0 , _LCDML_TYPE_default ) ;
# define _LCDML_DISP_cnt 63
# define _LCDML_DISP_cnt 63
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -5,7 +5,7 @@
( 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
( 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 >
This program is free software ; you can redistribute it and / or modify
@ -79,4 +79,4 @@ bool get_bank_name(uint8_t b, char* name, uint8_t len);
bool get_voice_name ( uint8_t b , uint8_t v , char * name , uint8_t len ) ;
bool get_voice_by_bank_name ( uint8_t b , const char * bank_name , uint8_t v , char * voice_name , uint8_t len ) ;
void string_toupper ( char * s ) ;
void string_toupper ( char * s ) ;
@ -5,7 +5,7 @@
( https : //github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x/4.x with audio shield.
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 >
This program is free software ; you can redistribute it and / or modify
@ -4,7 +4,7 @@
MicroMDAEPiano is a port of the MDA - EPiano sound engine
( https : //sourceforge.net/projects/mda-vst/) for the Teensy-3.5/3.6/4.x with audio shield.
( c ) 2019 - 2021 H . Wirtz < wirtz @ parasitstudio . de >
( c ) 2019 - 2023 H . Wirtz < wirtz @ parasitstudio . de >
This program is free software ; you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
@ -5,7 +5,7 @@
( https : //github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x/4.x with audio shield.
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 >
This program is free software ; you can redistribute it and / or modify