Holger Wirtz
|
9ae5915738
|
Added UI menu for changing the midi note.
|
2 years ago |
Holger Wirtz
|
5b4c861e9a
|
Added the rest of the drum UI functions.
|
2 years ago |
Holger Wirtz
|
04cf625696
|
Drum panorama menu is ready.
|
2 years ago |
Holger Wirtz
|
04994125ed
|
Removed pitch for drumset.
Changed drum panorama UI function.
Added condif initialization code for drumset.
|
2 years ago |
Holger Wirtz
|
3409d9229c
|
Changing "Drum Main Vol" to bard indicator.
|
2 years ago |
Holger Wirtz
|
7b21d94c77
|
Small fixes for memory footprint.
|
2 years ago |
Holger Wirtz
|
dd97c55117
|
Fixes for snprintf_P().
Removed unused TeensyTimerTool from third-party folder.
|
2 years ago |
Holger Wirtz
|
ebde14e11d
|
Fixes.
|
2 years ago |
Holger Wirtz
|
fdf072be0d
|
Optimizatioins for memory footprint.
|
2 years ago |
Holger Wirtz
|
d0944d43be
|
Replaced sprintf() by snprintf_P() for putting the format strings into FLASH.
Note: compiling with "Smallest code" does disable s(n)printf(_P) functions!
o you have to use "Faster"!
|
2 years ago |
Holger Wirtz
|
2a6187349a
|
Fix for flexible showing float on the LCD.
|
2 years ago |
Holger Wirtz
|
5c630f9242
|
Several small fixes:
- "#pragma once" introduced to header files and wav2c.sh script
- fix for drumset.h
|
2 years ago |
Holger Wirtz
|
5f530b0ea8
|
Removed unused code and data.
|
2 years ago |
Holger Wirtz
|
f961c69b02
|
Removed sequencer code because the sequencer is better supported in MicroDexed-touch.
|
2 years ago |
Holger Wirtz
|
42ec36b607
|
Fixes for portamento code.
|
3 years ago |
Holger Wirtz
|
c10687ba22
|
Fix for displaying the right bank when changing the voice >32 or <1.
|
3 years ago |
Holger Wirtz
|
6dc4190d92
|
Trying to fix chorus level.
|
3 years ago |
Holger Wirtz
|
c1a276a74f
|
Moved effects to external library.
|
3 years ago |
Holger Wirtz
|
8f4b1f65ce
|
Added new version of ArduinoJson.
Removed effect_freeverb_simd.
Removed teensy_board_detection.h and exchanged checing for macros from TeensyDuino.
|
3 years ago |
Holger Wirtz
|
b050b8ca27
|
Copyright adapted.
|
3 years ago |
Holger Wirtz
|
09c4feb592
|
Added menu stumbs for custom MIDI-CC and custom drummap.
Added initial drmmap.json file.
|
3 years ago |
positionhigh
|
2b4926e67b
|
Dateien hochladen nach „“
|
3 years ago |
Holger Wirtz
|
e59ea3636f
|
Reduced chorus delaylines from 20.0ms to 15.0ms.
Removed change_disp_sd().
|
3 years ago |
Holger Wirtz
|
4c9f5c4d9b
|
Several changes in naming function calls for better matching with MD_next.
Fixes for seq.data[] -> seq.note_data[]
|
3 years ago |
Holger Wirtz
|
257d2a9125
|
Renaming of "seq.seq_*" to "seq.*" and "lcd.*" to "display.*"
|
3 years ago |
Holger Wirtz
|
f732150d00
|
Ready. Fixed all problems with epiano. Ready for merge.
|
3 years ago |
Holger Wirtz
|
29d8634a1e
|
EP stereo chorus fixes.
|
3 years ago |
Holger Wirtz
|
a38f64bd39
|
Converted all JSON files to unix format.
Fixed transpose problem for epiano.
Fixed storing of epiano data.
|
3 years ago |
Holger Wirtz
|
68508e9148
|
Fixes for chorus and stereo panning.
|
3 years ago |
Holger Wirtz
|
08a1d68a0d
|
Added stereo modulated delay.
|
3 years ago |
Holger Wirtz
|
109462f0b0
|
Fixes for stereo-panning.
Fixes for dynamic memory allocation of the delaylines for chorus effects.
|
3 years ago |
Holger Wirtz
|
8aaf3b92d4
|
Fixes.
|
3 years ago |
Holger Wirtz
|
acd4ec6bfc
|
Changed LCDMenuLib2 so constants are now stored in PROGMEM.
|
3 years ago |
Holger Wirtz
|
d54852d5d6
|
Added epiano.json configuration file.
|
3 years ago |
Holger Wirtz
|
8ac058fa60
|
Fixes for stereo panner.
Small fixes for E-Piano.
|
3 years ago |
Holger Wirtz
|
2d2fa02afc
|
Again: several fixes.
|
3 years ago |
Holger Wirtz
|
c018b94c7e
|
Again: Fixes.
|
3 years ago |
Holger Wirtz
|
3b08955c43
|
Several Fixes.
|
3 years ago |
Holger Wirtz
|
d2bb545e5d
|
Several additions and fixes.
|
3 years ago |
Holger Wirtz
|
8a4e5986ef
|
Added menu functions for EP.
|
3 years ago |
Holger Wirtz
|
60d0e984b1
|
Fixes and menu stubs for EP.
|
3 years ago |
Holger Wirtz
|
486f2794ba
|
Fixes.
|
3 years ago |
Holger Wirtz
|
67826b21ed
|
Small fixes.
|
3 years ago |
Holger Wirtz
|
64ad2968c7
|
EPiano works, but the audio chain is not yet correct.
|
3 years ago |
Holger Wirtz
|
16e9ba2842
|
Only saving the current state. It's not ready...
|
3 years ago |
Holger Wirtz
|
1cbb1b0962
|
Started to add MDA-EPiano.
|
3 years ago |
Holger Wirtz
|
0412e88ba4
|
Disabled sequencer for T_3.6 due to CPU limitations.
|
3 years ago |
Holger Wirtz
|
9180cd4758
|
Cleanup in configuraton struct.
|
3 years ago |
Holger Wirtz
|
213160d30f
|
Global sequencer data is now inside the struct
|
3 years ago |
Holger Wirtz
|
07f176f49c
|
Only optical changes for code.
|
3 years ago |