PaulStoffregen
|
8fb976cf20
|
Include Arduino.h first in all cpp files, for precompiled header speedup
|
6 jaren geleden |
Frank
|
e0af6f0a94
|
Bugfix for passthrough
did not work because of missing return - for num_channels<=1, "left channel" was still running..
(1 means pass trough)
|
8 jaren geleden |
Frank
|
e5df3287eb
|
Optimize CPU Usage
In my testsketch with 2 x Chorus with n_chrous=4 & #define CHORUS_DELAY_LENGTH (24*AUDIO_BLOCK_SAMPLES),
Cpu-usage decreases from 13.8% to 9.8%
|
8 jaren geleden |
Frank
|
9dc45d9a68
|
Remove debug Serial.print...
|
8 jaren geleden |
PaulStoffregen
|
1dba4b16e5
|
Change Chrous effect to one channel
|
10 jaren geleden |
PaulStoffregen
|
8169a8a766
|
Manually merged Pete's pull request: Correct a calculation in flange;remove static class from chorus and flange
https://github.com/PaulStoffregen/Audio/pull/7
|
10 jaren geleden |
PaulStoffregen
|
e3cb8ba481
|
Add MIT license for Pete's files
|
10 jaren geleden |
PaulStoffregen
|
c274463185
|
Each object includes only required headers
|
10 jaren geleden |
PaulStoffregen
|
f16fb938bf
|
Move other objects to their own files
|
10 jaren geleden |