diff --git a/MicroDexed.ino b/MicroDexed.ino index a4ddaa5..5b81347 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -4,8 +4,8 @@ MicroDexed is a port of the Dexed sound engine Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 @@ -463,7 +463,8 @@ void setup() #ifdef DEBUG Serial.println(F("MicroDexed based on https://github.com/asb2m10/dexed")); - Serial.println(F("(c)2018-2021 H. Wirtz ")); + Serial.println(F("(c)2018-2022 H. Wirtz ")); + Serial.println(F("(c)2018-2022 H. Wirtz , M. Koslowski ")); Serial.println(F("https://codeberg.org/dcoredump/MicroDexed")); Serial.print(F("Version: ")); Serial.println(version_string); diff --git a/UI.hpp b/UI.hpp index c07f923..2598355 100644 --- a/UI.hpp +++ b/UI.hpp @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/UI_FX_T3_6.h b/UI_FX_T3_6.h index 5c0cd61..6453a35 100644 --- a/UI_FX_T3_6.h +++ b/UI_FX_T3_6.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/UI_FX_T4.h b/UI_FX_T4.h index 870aa6b..600521f 100644 --- a/UI_FX_T4.h +++ b/UI_FX_T4.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/UI_NO_FX.h b/UI_NO_FX.h index ac4e5c1..9a4f71d 100644 --- a/UI_NO_FX.h +++ b/UI_NO_FX.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/config.h b/config.h index c057746..45be3e6 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/control_sgtl5000plus.cpp b/control_sgtl5000plus.cpp index 579c1c3..11febeb 100644 --- a/control_sgtl5000plus.cpp +++ b/control_sgtl5000plus.cpp @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/control_sgtl5000plus.h b/control_sgtl5000plus.h index 33eb18e..748c49f 100644 --- a/control_sgtl5000plus.h +++ b/control_sgtl5000plus.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/dexed_sd.cpp b/dexed_sd.cpp index 62f62f2..f3c674f 100644 --- a/dexed_sd.cpp +++ b/dexed_sd.cpp @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 @@ -526,7 +526,9 @@ bool save_sd_drummappings_json(uint8_t number) #endif AudioNoInterrupts(); if (SD.exists(filename)) { - Serial.println("remove old drum mapping file"); +#ifdef DEBUG + Serial.println(F("remove old drum mapping file")); +#endif SD.begin(); SD.remove(filename); } diff --git a/dexed_sd.h b/dexed_sd.h index bd03072..5465149 100644 --- a/dexed_sd.h +++ b/dexed_sd.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/disp_plus.h b/disp_plus.h index dacda2c..11dd826 100644 --- a/disp_plus.h +++ b/disp_plus.h @@ -5,8 +5,8 @@ (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-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/drums.h b/drums.h index 0f3c216..05f24fd 100644 --- a/drums.h +++ b/drums.h @@ -2,11 +2,10 @@ MicroDexed MicroDexed is a port of the Dexed sound engine - Dexed ist heavily based on https://github.com/google/music-synthesizer-for-an - droid + Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2021 H. Wirtz - (c)2021 H. Wirtz , M. Koslowski + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_modulated_delay.cpp b/effect_modulated_delay.cpp index 8e46d2f..3fd88c6 100644 --- a/effect_modulated_delay.cpp +++ b/effect_modulated_delay.cpp @@ -1,6 +1,6 @@ /* Copyright (c) 2014, Pete (El Supremo) - Copyright (c) 2019-2021 H. Wirtz + Copyright (c) 2019-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_modulated_delay.h b/effect_modulated_delay.h index 7fa0630..aae76ac 100644 --- a/effect_modulated_delay.h +++ b/effect_modulated_delay.h @@ -1,6 +1,6 @@ /* Copyright (c) 2014, Pete (El Supremo) - Copyright (c) 2019-2021 H. Wirtz + Copyright (c) 2019-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_mono_stereo.cpp b/effect_mono_stereo.cpp index 4d9d58d..5490b0d 100644 --- a/effect_mono_stereo.cpp +++ b/effect_mono_stereo.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 H. Wirtz + Copyright (c) 2018-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_mono_stereo.h b/effect_mono_stereo.h index 7d41bfa..2e11eb5 100644 --- a/effect_mono_stereo.h +++ b/effect_mono_stereo.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 H. Wirtz + Copyright (c) 2018-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_stereo_mono.cpp b/effect_stereo_mono.cpp index 4137fef..41496be 100644 --- a/effect_stereo_mono.cpp +++ b/effect_stereo_mono.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2019-2021 H. Wirtz + Copyright (c) 2019-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_stereo_mono.h b/effect_stereo_mono.h index bea2c5d..97ea77e 100644 --- a/effect_stereo_mono.h +++ b/effect_stereo_mono.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2019-2021 H. Wirtz + Copyright (c) 2019-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_stereo_panorama.cpp b/effect_stereo_panorama.cpp index 8e03016..e9f6843 100644 --- a/effect_stereo_panorama.cpp +++ b/effect_stereo_panorama.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 H. Wirtz + Copyright (c) 2018-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/effect_stereo_panorama.h b/effect_stereo_panorama.h index c07a338..5045721 100644 --- a/effect_stereo_panorama.h +++ b/effect_stereo_panorama.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 H. Wirtz + Copyright (c) 2018-2022 H. Wirtz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sampler.h b/sampler.h index 0209401..d2df926 100644 --- a/sampler.h +++ b/sampler.h @@ -4,7 +4,8 @@ MicroDexed is a port of the Dexed sound engine Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2021 H. Wirtz + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sequencer.cpp b/sequencer.cpp index 0087399..4071474 100644 --- a/sequencer.cpp +++ b/sequencer.cpp @@ -5,8 +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-2021 M. Koslowski - H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/sequencer.h b/sequencer.h index a552a73..a02739c 100644 --- a/sequencer.h +++ b/sequencer.h @@ -5,8 +5,8 @@ (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-2021 M. Koslowski - H. Wirtz + (c)2018-2022 H. Wirtz + (c)2021-2022 H. Wirtz , M. Koslowski 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 diff --git a/teensy_board_detection.h b/teensy_board_detection.h index 83d55ef..d4c2f93 100644 --- a/teensy_board_detection.h +++ b/teensy_board_detection.h @@ -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-2021 H. Wirtz + (c)2018-2022 H. Wirtz 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