Holger Wirtz
|
cb2b538478
|
Removed OpenAudio test code.
Added midi-clock-handler code for syncing delay towards the midi clock.
|
3 years ago |
Holger Wirtz
|
07f232fd30
|
.
|
3 years ago |
Holger Wirtz
|
33e33e9a9a
|
.
|
3 years ago |
positionhigh
|
bc5513aaaf
|
Dateien hochladen nach „“
|
3 years ago |
positionhigh
|
ea7048bba8
|
Dateien hochladen nach „“
|
3 years ago |
Holger Wirtz
|
a3ac774a23
|
Added a slightly better version of synth_dexed which supports also F32 (if you set
USE_OPEN_AUDIO_LIB).
|
3 years ago |
Holger Wirtz
|
4b2fbe09d5
|
Converted the dexed engine into _one_ piar of header and functions file.
Removed the "MkI" and "OPL" engine, so MicroDexed is now using only the "Modern" engine.
|
3 years ago |
Holger Wirtz
|
860f7c55e9
|
Fixex.
|
3 years ago |
Holger Wirtz
|
bae8dbe1c9
|
Trying to fix stopping of unheard notes.
|
3 years ago |
Holger Wirtz
|
6fdce7fad2
|
Adding old AUDIO_MEM doubling code when less latency is used.
|
4 years ago |
Holger Wirtz
|
72461d009c
|
Added freeverb as float version with stereo inputs.
|
4 years ago |
Holger Wirtz
|
2288a84fd3
|
Fixed favorite initialisation.
|
4 years ago |
Holger Wirtz
|
71412c4bd6
|
Startet to add plate reverb parameters to menu (T_4.x only).
|
4 years ago |
Holger Wirtz
|
5706e0f59d
|
Dynamic polyphony allocation now allows to distribute the voices dynamically with bitimbral engine.
|
4 years ago |
Holger Wirtz
|
fafbf8f90c
|
Exchanged static memory allocation for polyphony against dynamcic allocation.
|
4 years ago |
positionhigh
|
ab0785ab01
|
Dateien hochladen nach „“
|
4 years ago |
Holger Wirtz
|
34c0877704
|
Fixing stereo reverb output: wrong connection (only one output ws connected).
|
4 years ago |
Holger Wirtz
|
7c8e516caf
|
Using freeverbf for T_3.6 and platereverb fro T_4.x.
|
4 years ago |
Holger Wirtz
|
6c4a11c91e
|
Replaced FreeVerb with patched version of PlateReverb. Thanks @positionhigh!!!
|
4 years ago |
Holger Wirtz
|
fecebf1b4a
|
Fixing copyright date.
Removing options for patched freeverb (will be implemented in Teensyduino-1.54) and making usage of
freeverbfp as default without any other options.
|
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
|
b5f75705bf
|
Renaminga macro FREEVERBF to FREEVERB_FLOAT.
|
4 years ago |
Holger Wirtz
|
140c4adc69
|
Added dirkensteins@gitub floating point version of freeverb and exchanged the current patched version
against the new one. Testing is currently needed.
|
4 years ago |
Holger Wirtz
|
288e1cbe72
|
Added additional MIDI-CC functions.
Turning encoder sends MIDI-CC for this fucntions.
|
4 years ago |
Holger Wirtz
|
7769d75ef4
|
Fixes.
|
4 years ago |
Holger Wirtz
|
3b77a35c2e
|
Started to add MIDI-CC send for changing local parameters.
|
4 years ago |
Holger Wirtz
|
150df1ba6a
|
Added fixed freeverb to avoid buzzing noise (PR from https://github.com/PaulStoffregen/Audio/pull/357/files)
|
4 years ago |
Holger Wirtz
|
fea4f16c6b
|
Fixing error with chorus in bitimbral mode.
|
4 years ago |
Holger Wirtz
|
6bb5a024ab
|
Added FreeMem() debugging functions.
|
4 years ago |
Holger Wirtz
|
c8a2fdbccc
|
Fixes: Disabling audio thru by default because it's noisy.
|
4 years ago |
Holger Wirtz
|
8452f8c310
|
Fixing audio thru for SGTL5000 Teensy audio card.
|
4 years ago |
Holger Wirtz
|
978f876ab5
|
Bugfix for setting delay level.
Fix pseudo-log curve.
|
4 years ago |
Holger Wirtz
|
0c27d1bb60
|
Removing not used files.
Added a wy to not use the Reverb-Anitalias-Filter and tried the one mentioned in https://github.com/PaulStoffregen/Audio/pull/357/files.
|
4 years ago |
Holger Wirtz
|
cfba74f860
|
Fix for loading EEPROM data.
Fix for loading configs from SD,
|
4 years ago |
Holger Wirtz
|
68fa709cda
|
Fixes for some MIDI-CC handling.
Extension with MIDI-CCs for the user manual.
|
4 years ago |
Holger Wirtz
|
46c6e3b1f0
|
Fixes for loading setups/performances.
|
4 years ago |
Holger Wirtz
|
81b7d276cf
|
Fixed issue #29: Voice-config has filter parameters inside, should be better located in fx-config.
|
4 years ago |
Holger Wirtz
|
5377d12336
|
Fixes for resetting sustain mode when fire up panic().
Fixes for preprocessor code for selecting the right number of voices dependent on USE_FX, CPU speed and processor.
|
4 years ago |
Holger Wirtz
|
d65cb2a8ef
|
Fixes for bitimbral mode on T_3.6 (max. 10 voices per instance).
|
4 years ago |
Holger Wirtz
|
c24bdb4cfd
|
Small fixes for audio-thru support.
Removing a not used menu.
|
4 years ago |
Holger Wirtz
|
872c5e9594
|
Added detection for overclocking (>=204 Mhz) and extending automaticly polyphony
Added connection von SGTL5000 audio in directly to master_mixer_* port 2 for audio thru.
|
5 years ago |
Holger Wirtz
|
1bbfed551e
|
Added sending of banks via sysex.
|
5 years ago |
Holger Wirtz
|
ff6e5cd6cb
|
Sending voice data via MIDI (DIN and USB) when changing a voice.
|
5 years ago |
Holger Wirtz
|
f29d26d7d6
|
Fixing bank upload.
|
5 years ago |
Holger Wirtz
|
1ff6ea3d5f
|
Added MIDI bank receive and storing - but does not work yet.
|
5 years ago |
Holger Wirtz
|
a43b6ace1e
|
Added SGTL5000 EQ (2 band tone control).
|
5 years ago |
Holger Wirtz
|
65861b256f
|
Fix more max polyphony.
Fix for MIDI indicator and pressed sustain pedal.
|
5 years ago |
Holger Wirtz
|
91a4dbbb33
|
Fixing handling of internal sound intensity and MIDI-CC#7.
|
5 years ago |
Holger Wirtz
|
90927a5a28
|
Fixing log volume curve.
|
5 years ago |
Holger Wirtz
|
b12c2fe619
|
Added simple compression for audio generation loop.
|
5 years ago |