Commit Graph

1242 Commits

Author SHA1 Message Date
Phil Schatzmann
273e9b22aa Merge pull request #345 from andysheen/dev
Delay is now accessible through AudioParameters
2022-09-10 15:59:49 +02:00
Phil Schatzmann
6a259cbc8f CopyAll correction 2022-09-10 15:16:00 +02:00
Phil Schatzmann
c91cf6a943 stk examples 2022-09-10 11:29:26 +02:00
Phil Schatzmann
8e04c040f5 correct copyAll wrong total 2022-09-10 08:04:40 +02:00
Phil Schatzmann
47ae6125a9 STKEffects and flush cleanup 2022-09-10 05:44:58 +02:00
Phil Schatzmann
050ccafb4e stk desktop 2022-09-09 20:38:00 +02:00
Phil Schatzmann
fe22131035 stk desktop example 2022-09-09 20:35:12 +02:00
Phil Schatzmann
8bb5e89cc7 compile warnings 2022-09-09 19:31:32 +02:00
andysheen
6062bedbd6 added Delay to AudioParameters
Delay functions can be accessed and updated through creating an instance and using get and set functions.
2022-09-09 12:05:41 -04:00
Phil Schatzmann
b77fc8b1ca compile errors 2022-09-09 17:06:07 +02:00
andysheen
138632e2bc minor fix to delay types 2022-09-09 10:59:48 -04:00
Phil Schatzmann
9a394ba519 cleanup 2022-09-09 16:52:58 +02:00
Phil Schatzmann
4ea1260800 stk_files 2022-09-09 16:25:50 +02:00
Phil Schatzmann
a9c6305e16 stk file errors 2022-09-09 15:51:19 +02:00
Phil Schatzmann
d4ad1c5d68 Doxygen 2022-09-09 11:24:56 +02:00
Phil Schatzmann
0ae8e67664 STK add template parameter 2022-09-09 11:15:16 +02:00
Phil Schatzmann
c71fb140e6 Some STK examples 2022-09-09 10:11:34 +02:00
Phil Schatzmann
0d7213cf01 copyAll performance optimization 2022-09-09 08:55:06 +02:00
Phil Schatzmann
12c2792385 Merge branch 'main' of https://github.com/pschatzmann/arduino-audio-tools 2022-09-09 08:43:50 +02:00
Phil Schatzmann
2a56dd31f0 copyAll example 2022-09-09 08:43:48 +02:00
Phil Schatzmann
5676c82a27 Merge pull request #344 from andysheen/feature-delay
Updated Delay AudioEffect
2022-09-09 07:55:40 +02:00
Phil Schatzmann
89bdfe97c9 Merge pull request #343 from andysheen/feature-udp
added readBytes function to UDPStream
2022-09-09 07:54:26 +02:00
andysheen
aab1ea3421 Added feedback control to AudioEffects Delay 2022-09-08 23:27:14 -04:00
andysheen
bf1f2c1b08 Updated depthPercent to a float
Noticed some performance issues when working with depthPercent as a uint8_t
2022-09-08 23:18:04 -04:00
andysheen
36fdfec808 Remove Whitespace 2022-09-08 23:15:50 -04:00
andysheen
8dc083254f added readBytes function to UDPStream
Added readBytes fixed issues when using UDPStream with AudioEffects and GeneratorFromStream
2022-09-08 22:48:29 -04:00
Phil Schatzmann
f5b5f7c561 copyAll to return the copied size 2022-09-07 19:52:26 +02:00
Phil Schatzmann
f81da69756 CopyAll 2022-09-07 19:40:38 +02:00
Phil Schatzmann
90f96d3612 AudioFaust use generic Print for output 2022-09-07 14:25:50 +02:00
Phil Schatzmann
a652a738f0 Merge branch 'main' of https://github.com/pschatzmann/arduino-audio-tools 2022-09-06 10:06:38 +02:00
Phil Schatzmann
10663a6f4c Recursive include Str.h 2022-09-06 10:06:35 +02:00
Phil Schatzmann
61f5f36d63 AudioServerEx examples DRAFT 2022-09-05 21:36:17 +02:00
Phil Schatzmann
7ad0a41c25 AudioServerEx DRAFT 2022-09-05 20:09:42 +02:00
Phil Schatzmann
cf71463469 Cleanup 2022-09-04 21:02:11 +02:00
Phil Schatzmann
4748484197 Remove namespace from examples 2022-09-04 20:55:54 +02:00
Phil Schatzmann
cac91b083e Fix complie errors in 2 examples 2022-09-03 12:49:10 +02:00
Phil Schatzmann
eb49f45ef3 Merge pull request #331 from pschatzmann/feature-files
Feature files
2022-09-02 09:17:44 +02:00
Phil Schatzmann
358c6b6fa8 Merge branch 'main' into feature-files 2022-09-02 09:17:28 +02:00
Phil Schatzmann
5525d85ba1 idx correction remove trailing cr 2022-09-02 09:15:31 +02:00
Phil Schatzmann
30c999187f postProcessSmoothTransition 2022-09-01 18:48:35 +02:00
Phil Schatzmann
ec6e5fe301 DynamicMemoryStream post processing 2022-09-01 18:43:01 +02:00
Phil Schatzmann
676c95cbaf DynamicMemoryStream loop correction 2022-09-01 18:12:42 +02:00
Phil Schatzmann
872218123e SPI RAM example cleanup 2022-09-01 14:50:38 +02:00
Phil Schatzmann
76b8465c9e SPI RAM 2022-09-01 14:32:00 +02:00
Phil Schatzmann
5a17117c12 DynamicMemoryStream correction 2022-09-01 14:29:47 +02:00
Phil Schatzmann
7f2bd4a63a looper 2022-09-01 13:55:30 +02:00
Phil Schatzmann
0b2fbfbea1 audiokit-sd-audiokit 2022-09-01 13:48:57 +02:00
Phil Schatzmann
036d106e61 recording example using buffons 2022-09-01 13:05:25 +02:00
Phil Schatzmann
5d29709aaa streams-audiokit-sd-audiokit.ino 2022-09-01 12:28:17 +02:00
Phil Schatzmann
a4c34a602d Doxygen 2022-09-01 10:55:45 +02:00