Holger Wirtz
|
734b23dc35
|
Fixes for T_3.6. I am pretty sure that there is too few AUDIO_MEM for the delay when using dual instances. Perhaps T_3.6 should only use one instance. Will fix this later.
|
3 years ago |
Holger Wirtz
|
7e537456e7
|
Moved creation of the FAV folders for every voice into the store function for less code running at startup.
|
3 years ago |
Holger Wirtz
|
e7cb6d1eb0
|
Now using the external Synth_Dexed library (see folder third_party).
|
3 years ago |
Holger Wirtz
|
fcf70e3392
|
Added global midi_bpm and synced delay (to midi_bpm).
|
3 years ago |
Holger Wirtz
|
7d1ce9bce6
|
Testing delay-sync to midi clock.
|
3 years ago |
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
|
860f7c55e9
|
Fixex.
|
3 years ago |
Holger Wirtz
|
91a86c7fe8
|
Fix for audio memeory usage.
Fix for Mixed case strings in voice and bank names: no they are all uppercase.
|
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
|
501a069884
|
Fixes.
Panorama fix.
|
4 years ago |
Holger Wirtz
|
72461d009c
|
Added freeverb as float version with stereo inputs.
|
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
|
fa983bbdda
|
Enabled Teensy-Audio instead of PT8211.
|
4 years ago |
Holger Wirtz
|
c96b4afdc8
|
Fixing defines for T_3.6/4.x
|
4 years ago |
Holger Wirtz
|
0572b4724d
|
Merging current dev.
|
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
|
95ac874ef2
|
Created a new header file for macros which are describing the type of Teensy board used.
Extended the delay time for Teensy-4 based MicroDexeds
|
4 years ago |
Holger Wirtz
|
e3843ac0c8
|
Fixes for T4.1-Adapter-Board.
|
4 years ago |
Holger Wirtz
|
d7651d2b15
|
Fixing encoder pins for T4.1-Adapter-Board pin layout.
|
4 years ago |
Holger Wirtz
|
7d4a27ca15
|
Fixing panorama.
Fixing max voices for 240Mhz.
|
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
|
6bb5a024ab
|
Added FreeMem() debugging functions.
|
4 years ago |
Holger Wirtz
|
684ec329be
|
Fixing a memory leak when reading from SD card.
Fixing manual for audio-thru.
|
4 years ago |
Holger Wirtz
|
1ceea6a6ed
|
Fixes.
|
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
|
06a3dd2d0f
|
New versions of the manuals.
|
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
|
7f1b71458d
|
Added pictures from a ready build MD.
|
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
|
77d4b83586
|
More additions to the user manual.
|
4 years ago |
Holger Wirtz
|
d02e29df8f
|
Release of 1.0.0
|
4 years ago |
Holger Wirtz
|
432c4e3336
|
Fix for wrong place for TEENSY3_6 definition.
|
4 years ago |