Holger Wirtz
|
b688590915
|
Replacing copyright notice.
|
2 years ago |
Holger Wirtz
|
6993cdcb0b
|
Several fixes fir loading and saving performances.
Additional small fixes.
|
2 years ago |
Holger Wirtz
|
2c1c3bb5bb
|
Fix for displaying strings on display.
Small fixes.
|
2 years ago |
Holger Wirtz
|
a0d3fee52f
|
Added new ArduinoJson library.
Disabled drum menus when drums not enabled.
Replaced all strcpy(),strncpy(),strcat(),strncat() against strlcpy()/strlcat.
|
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
|
b050b8ca27
|
Copyright adapted.
|
3 years ago |
Holger Wirtz
|
08a1d68a0d
|
Added stereo modulated delay.
|
3 years ago |
Holger Wirtz
|
fafbf8f90c
|
Exchanged static memory allocation for polyphony against dynamcic allocation.
|
4 years ago |
Holger Wirtz
|
48710fa0a3
|
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
Replacing env.cpp and env.h with the newest msfa version with some fixes
|
4 years ago |
Holger Wirtz
|
28c4de6da6
|
Fixing hanging and problems when reading from SD caused from panic() and disabling the audio interrupt.
|
5 years ago |
Holger Wirtz
|
ae301b85b9
|
Exchanged pan effect (simpler implementation).
Fixed small errors.
Fixed maximum of concurrent voices.
|
5 years ago |
Holger Wirtz
|
b49f7088f3
|
Fixed display error.
|
5 years ago |
Dirk Niggemann
|
d64bd4e614
|
Adjust values for pull
|
5 years ago |
Dirk Niggemann
|
e4e5eb7ef6
|
SSD1306 support
|
5 years ago |
Dirk Niggemann
|
1805cd5325
|
Replace LiquidCrystalPlus_I2C with template version
|
5 years ago |
Dirk Niggemann
|
aabcb40f23
|
Initial commit of SSD1322/u8x8 support
|
5 years ago |
Holger Wirtz
|
1d4c19e49c
|
Added switching logic between voice and menu.
Added autotmatic volume screen for left encoder (right/left).
|
5 years ago |
Holger Wirtz
|
6049fa6e91
|
Removed complete UI code for a clean start with LCDMenuLib2.
|
5 years ago |
Holger Wirtz
|
b333216b0f
|
Switched to Teensy Audio Board.
Added link to source of LiquidCrystal_I2C.
|
6 years ago |
Holger Wirtz
|
2a93214d17
|
Added left encoder as volume pot.
|
6 years ago |
Holger Wirtz
|
06e410173e
|
Created derived classes for Encoder4 and LiquidCrystal_I2CPlus.
|
6 years ago |