diff --git a/config.h b/config.h index 69b0e18..460466b 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Marcel Licence + * Copyright (c) 2023 Marcel Licence * * 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 @@ -47,7 +47,7 @@ #define CONFIG_H_ -#define SERIAL_BAUDRATE 115200 +#define SERIAL_BAUDRATE 115200 //#define BOARD_ML_V1 /* activate this when using the ML PCB V1 */ diff --git a/doc/board_info.md b/doc/board_info.md index 05b73b7..7640ec0 100644 --- a/doc/board_info.md +++ b/doc/board_info.md @@ -7,8 +7,8 @@ Below you will find a list of build which can be configured and should compile w Version: 2.0.0
Board: ESP32 Dev Module

-Program storage space: 719577 bytes
-Dynamic memory: 41324 bytes
+Program storage space: 720193 bytes
+Dynamic memory: 41244 bytes

PSRAM: Enabled
Partition Scheme: Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
@@ -32,7 +32,7 @@ Below you will find a list of build which can be configured and should compile w ML SynthTools - 1.0.1 + 1.1.0 https://github.com/marcel-licence/ML_SynthTools https://github.com/marcel-licence/ML_SynthTools.git False @@ -84,7 +84,7 @@ Below you will find a list of build which can be configured and should compile w Version: 2.0.7
Board: ESP32 Dev Module

-Program storage space: 783609 bytes
+Program storage space: 784517 bytes
Dynamic memory: 45976 bytes

JTAG Adapter: Disabled
@@ -111,7 +111,7 @@ Below you will find a list of build which can be configured and should compile w ML SynthTools - 1.0.1 + 1.1.0 https://github.com/marcel-licence/ML_SynthTools https://github.com/marcel-licence/ML_SynthTools.git False @@ -163,8 +163,8 @@ Below you will find a list of build which can be configured and should compile w Version: 1.0.6
Board: ESP32 Dev Module

-Program storage space: 764298 bytes
-Dynamic memory: 41720 bytes
+Program storage space: 764934 bytes
+Dynamic memory: 41640 bytes

PSRAM: Enabled
Partition Scheme: Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
@@ -186,7 +186,7 @@ Below you will find a list of build which can be configured and should compile w ML SynthTools - 1.0.1 + 1.1.0 https://github.com/marcel-licence/ML_SynthTools https://github.com/marcel-licence/ML_SynthTools.git False diff --git a/esp32_multitrack_looper.ino b/esp32_multitrack_looper.ino index f8702ea..976c1ba 100644 --- a/esp32_multitrack_looper.ino +++ b/esp32_multitrack_looper.ino @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Marcel Licence + * Copyright (c) 2023 Marcel Licence * * 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 @@ -283,7 +283,7 @@ void Synth_SetSlider(uint8_t channel, float value) Delay_SetLength(0, value); break; default: - // Serial.printf("slider not connected!\n"); + // Serial.printf("slider not connected!\n"); break; } } @@ -333,7 +333,6 @@ static float fl_offset = 0.0f; static float fr_offset = 0.0f; - static float fl_sample[SAMPLE_BUFFER_SIZE], fr_sample[SAMPLE_BUFFER_SIZE]; @@ -347,7 +346,7 @@ inline void audio_task() Audio_Input(fl_sample, fr_sample); - for (int i = 0; i < SAMPLE_BUFFER_SIZE; i++) + for (int i = 0; i < SAMPLE_BUFFER_SIZE; i++) { fl_sample[i] *= click_supp_gain; fr_sample[i] *= click_supp_gain; @@ -378,7 +377,7 @@ inline void audio_task() */ Delay_Process_Buff2(fl_sample, fr_sample, SAMPLE_BUFFER_SIZE); - for (int i = 0; i < SAMPLE_BUFFER_SIZE; i++) + for (int i = 0; i < SAMPLE_BUFFER_SIZE; i++) { /* * processing of click/metronom/tempo