Holger Wirtz
b00e904355
Showing bank on LCD as 8 chars instead of 10.
...
Small internal renaming.
7 years ago
Holger Wirtz
4eb4bee9f7
Timing optimization while writing data to EEPROM: Now everything is written with some time between
...
the write updates for avoiding drop outs due to long uüdate operations.
7 years ago
Holger Wirtz
5ee8533851
Removed reverb (seems to be too noisy).
...
Fixed effect chain.
7 years ago
Holger Wirtz
3a0996aa99
Small fixes.
7 years ago
Holger Wirtz
ec91f59f3e
Added delay, reverb, filter - just with fixed values - only as a first test.
...
Fixed maximum note allocation code in dexed.h.
7 years ago
Holger Wirtz
751e8d2ffe
Fixed filename.
7 years ago
Holger Wirtz
2759ad4ee4
Fix loading voice names when bank changing.
7 years ago
Holger Wirtz
bc67760e18
Fixed autosaving.
7 years ago
Holger Wirtz
42c1b02b67
Changed encoder handling at bank borders to change to the next bank.
7 years ago
Holger Wirtz
951e1f421e
Fixed volume handling for left encoder.
7 years ago
Holger Wirtz
0a3511033a
Fixing MIDI input channel.
7 years ago
Holger Wirtz
187f178a19
Fixes for bank selection between 0 and 99.
7 years ago
Holger Wirtz
df888cf2f8
Added SD card sysex description.
7 years ago
Holger Wirtz
995d8bc730
Added layout for SD card.
7 years ago
Holger Wirtz
f0cbc8d3ab
Added selection of MIDI channel.
...
Added auto-store for volume/midi-channel and voice/bank.
Small fixes.
7 years ago
Holger Wirtz
69f8a44309
Small fixes for displaying volume.
7 years ago
Holger Wirtz
f43164b7d6
Fixed and optimized simple UI handling.
7 years ago
Holger Wirtz
d4fe310fff
Optimized bank and voice loading (not ready yet).
7 years ago
Holger Wirtz
c10258cafd
Fixed volume (loudness) calculation.
7 years ago
Holger Wirtz
66dab0bdbd
Trying to fix loudness...
7 years ago
Holger Wirtz
992fce9e4a
Logarithmic volume also for PT8211.
7 years ago
Holger Wirtz
8c648d4864
Added logarithmic volume curve.
7 years ago
Holger Wirtz
bfac53701b
First complete version of simple UI.
7 years ago
Holger Wirtz
b333216b0f
Switched to Teensy Audio Board.
...
Added link to source of LiquidCrystal_I2C.
7 years ago
Holger Wirtz
190bad2f46
Added showing the current selected volume inside the display.
...
Added configurable number of steps for volume encoder.
7 years ago
Holger Wirtz
2a93214d17
Added left encoder as volume pot.
7 years ago
Holger Wirtz
06e410173e
Created derived classes for Encoder4 and LiquidCrystal_I2CPlus.
7 years ago
Holger Wirtz
ed8be3aa69
Added first steps for a simple UI.
7 years ago
Holger Wirtz
e9e01ea080
Showing some more information at startup.
...
Enhanced presentation of CPU and Mem usage.
Enhanced elapsing timer for showing CPU/Mem usage.
7 years ago
Holger Wirtz
e02a26c40a
Fixed very bad and idiot bug for PT8211 usage.
7 years ago
Holger Wirtz
9cc7d58a63
Showing banks and voices as number beginning from 1 instead of 0.
7 years ago
Holger Wirtz
b67de68c77
Fixing displaying of bank name on LCD.
7 years ago
Holger Wirtz
b846c2f84b
Fixes.
7 years ago
Holger Wirtz
9a8b56f71f
Fixed displaying bank and voice on LCD.
7 years ago
Holger Wirtz
0701e277fe
Merge branch 'master' of https://source.parasitstudio.de:63000/wirtz/MicroDexed
7 years ago
Holger Wirtz
8c4095ca08
Added support for showing band and voice on a LCD display.
...
Added initial support for two encoder+switches.
7 years ago
Holger Wirtz
fb174b37d2
Changes for LineOut volume.
7 years ago
Holger Wirtz
e93d8f6eac
Added unmuting of the LineOut.
7 years ago
Holger Wirtz
a99f5ebca3
Fixing code for setting the volume.
7 years ago
Holger Wirtz
836af67646
Added PT8211 output driver option.
7 years ago
Holger Wirtz
5cee620f4a
Small fixes.
7 years ago
Holger Wirtz
1a63a4e58e
Several fixes:
...
- CRC32 is stored at the end of the EEPROM.
- Fixes for volume/pan storing.
- small fixes.
7 years ago
Holger Wirtz
3124205143
Better EEPROM code:
...
Cheksum calculation and auto initializing EEPROM when there is a checksum
mismatch.
7 years ago
Holger Wirtz
400eca2394
EEPROM handling fixed for initial values.
...
Fixes volume/pan handling.
Added OFFSET for EEPROM-addresses.
7 years ago
Holger Wirtz
7c64ae6d2e
Improved volume and pan management.
...
Storing last volume and pan in EEPROM.
7 years ago
Holger Wirtz
5eaeeff4b1
Fixed VolumeRamp.
7 years ago
Holger Wirtz
44e21b8777
Fixed volume code.
7 years ago
Holger Wirtz
493240126f
Fixed xrun calculation from fixed size to a size which is calculated from AUDIO_BLOCK_SAMPLES.
...
Hint in config.h with a location where to change AUDIO_BLOCK_SAMPLES from 128 to 64 to get better latency.
7 years ago
Holger Wirtz
b8015f455f
Fix reading voice/bank data from EEPROM.
...
Simple loudness reduction changed.
Added MIDI CC 121 (reset controllers) and 126/127 (set mono on/off).
7 years ago
Holger Wirtz
892f3f66db
Cleanup and added peak detection counter.
7 years ago