Holger Wirtz
|
b2459d980d
|
Fixing drums panning.
|
3 years ago |
Holger Wirtz
|
d1be990130
|
Removed free drum configuration and sounds via SD due to timing problems.
Added drum samples to PROGMEM and playing drum samples from PROGMEM.
|
3 years ago |
Holger Wirtz
|
857a73dcf6
|
Several fixes.
|
3 years ago |
Holger Wirtz
|
0c922276c2
|
Renaming of sequencer timer.
Added steps (per clock) to audio timer function.
|
3 years ago |
Holger Wirtz
|
09ff0cb755
|
First test for sequencer-sync towards the audio interrupt.
|
3 years ago |
positionhigh
|
f74c6ebb0f
|
Dateien hochladen nach „“
|
3 years ago |
Holger Wirtz
|
b6e8006b6a
|
Fixes for schowing the sample filenames.
|
3 years ago |
Holger Wirtz
|
ee10414a03
|
Fixing drum filename handling.
Adding drums and sequencer to T_3.6 menus.
|
3 years ago |
positionhigh
|
bc025445fa
|
Dateien hochladen nach „“
|
3 years ago |
Holger Wirtz
|
8125a895e4
|
Drums folder organization changed for using different drumsets later.
|
3 years ago |
Holger Wirtz
|
408d34d984
|
Added JSON parser for drum configuration (drm/CFGDrums.json). A maximum of 24 drum-sounds can be configured. An "EMPTY" drum-sound for the step sequencer is added internally.
|
3 years ago |
Holger Wirtz
|
f55cc2b1db
|
Drum config is now a JSON file.
|
3 years ago |
Holger Wirtz
|
3197d138ad
|
Commit before merge.
|
3 years ago |
Holger Wirtz
|
81a56cc3ab
|
Commit before merge-pull.
|
3 years ago |
positionhigh
|
054758b426
|
Dateien hochladen nach „“
|
3 years ago |
Holger Wirtz
|
bf62c37cf7
|
Replaced PlaySDRaw with PalySDWav because WAV playing has a much better buffer handling so dropouts no longer occur.
|
3 years ago |
Holger Wirtz
|
5e19003eb9
|
Added Mixer8 for using up to 8 simultanious drums.
|
3 years ago |
Holger Wirtz
|
221e5e5a30
|
Added checking JSON configuration data after loading.
|
3 years ago |
Holger Wirtz
|
33d3ddfe6b
|
Fixed initial reverb-level failure due to wrong level.
|
3 years ago |
Holger Wirtz
|
cd3f859d73
|
Fixes for drums reverb-send.
|
3 years ago |
Holger Wirtz
|
84178af143
|
Fixing a copy'n'paste error...
|
3 years ago |
Holger Wirtz
|
9654859fea
|
Adding a reverb-send value for each drum.
|
3 years ago |
positionhigh
|
862db5835a
|
Dateien hochladen nach „“
|
3 years ago |
Holger Wirtz
|
d309fbf2cf
|
Now drum-volume can be controlled by velocity.
Small fixes for sequencer.
|
3 years ago |
Holger Wirtz
|
42291e8a94
|
First working version of drum sampleplayer.
|
3 years ago |
Holger Wirtz
|
4764799bb9
|
Implemented drumtype locking.
|
3 years ago |
Holger Wirtz
|
3f0279987d
|
Fixed problems with input block handling in modulated_delay and mono_stereo.
|
3 years ago |
Holger Wirtz
|
912684b132
|
Trying to fix Drums with FX.
|
3 years ago |
Holger Wirtz
|
3ad706aaf4
|
Small fixes.
|
3 years ago |
Holger Wirtz
|
890f7690b3
|
Small fixes.
|
3 years ago |
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 |