Holger Wirtz
|
8e7806b081
|
Several fixes and tests.
|
3 years ago |
Holger Wirtz
|
c36bd56c2f
|
First test for a sample drumplayer.
|
3 years ago |
Holger Wirtz
|
a5c102de2f
|
Removed include for compressor/limiter.
|
3 years ago |
Holger Wirtz
|
60ac8c6b02
|
Removed compressor from AudioEffectDynamics library because of wasting CPU time and it seems to be buggy on T_3.6.
Tested all CPU clock modes on T_3.6.
Limited T_3.6 to single engine.
|
3 years ago |
Holger Wirtz
|
75901c90d6
|
Small fixes for MIDI-clock-synced delay.
|
3 years ago |
Holger Wirtz
|
66b872db96
|
Fixes for synced delay calculation.
|
3 years ago |
Holger Wirtz
|
758ef64788
|
Small fixes.
|
3 years ago |
Holger Wirtz
|
61eebb1272
|
Fixed T_3.6 config. I had to go down to single engine with 8 voices (and FX) or 16 voices (without FX).
|
3 years ago |
Holger Wirtz
|
9e7f832e5d
|
Added showing of timing-problems when delay is sync to MIDI-clock and correct delay would be higher than supported delay length.
|
3 years ago |
Holger Wirtz
|
3cd07a4123
|
Added AudioEffectDynamics: each instance got a compressor and the sum got a limiter (right/left).
Also some config defines were added to config.h for both effects.
|
3 years ago |
Holger Wirtz
|
fd4f32ba34
|
Small fix for debug messages.
|
3 years ago |
Holger Wirtz
|
920b653385
|
Fix (error when using only one instance).
|
3 years ago |
Holger Wirtz
|
3b095746de
|
Fixes for Mono/Poly-Mode.
|
3 years ago |
Holger Wirtz
|
22bdb020ca
|
Small fixes.
Added support for full dynamic voice allocation of Dexed.
|
3 years ago |
positionhigh
|
63cb4413a6
|
Dateien hochladen nach „“
|
3 years ago |
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
|
b01eaeb2c3
|
Fixed README.nd
|
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
|
e42232a9d5
|
Now using https://codeberg.org/dcoredump/Synth_Dexed as external library.
|
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
|
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 |