Commit Graph

24 Commits

Author SHA1 Message Date
8b0e937935 initialize all voices instead of dynamic allocation (fixes access errors) 2025-06-20 17:12:17 +02:00
24ef40bc07 add constructor parameter controlling reservation of number of voices 2025-06-20 15:23:03 +02:00
c586ba50a5 add audio buffer class to remove std::span dependency 2025-06-17 17:56:33 +02:00
8f69b4fcf8 add optional modulators to synth/voices 2025-05-16 13:44:15 +02:00
Chris
70c9819422 add missing include 2024-08-06 14:02:33 +02:00
ce8a248247 fix offset comparison 2024-07-10 17:20:29 +02:00
506f17ca75 add missing includes 2024-06-29 08:32:17 +02:00
Chris
b92ffbec00 copy voice if there are more that 0 voices 2023-08-25 13:39:06 +02:00
Chris
8581a79659 changed to vector of shared pointers 2023-08-24 11:36:59 +02:00
Chris
d2d2fd1473 change to vector of pointers 2023-08-23 17:11:35 +02:00
Chris
9dc4dd5192 block based processing 2023-08-16 13:30:39 +02:00
Chris
044f42374b clang format 2023-08-12 09:49:26 +02:00
Chris
1824fcd4d8 optimized voice stealing 2023-08-07 13:44:24 +02:00
Chris
35a29b9c2f templated sample data type 2023-07-18 20:25:39 +02:00
Christopher Herb
d0fcc225a1 formatting 2023-07-10 18:11:42 +02:00
Christopher Herb
7c1bd1c982 voice interface and type checks 2023-07-10 18:10:25 +02:00
Christopher Herb
f954c5b47c access pitch modulation through function 2023-07-10 17:25:50 +02:00
Christopher Herb
bc213362f0 added support for pitch wheel modulation 2023-07-10 17:04:16 +02:00
Christopher Herb
8cd0a2a7df stripped samplerate from constructors 2023-07-08 07:25:13 +02:00
Christopher Herb
eaf72afdab updated namespaces 2023-07-08 05:51:31 +02:00
Christopher Herb
ebae50c2e6 stereo operation 2023-07-07 17:38:31 +02:00
Christopher Herb
810be3b0b7 bugfixes to make tx_voice work with base synth 2023-07-07 16:57:30 +02:00
Christopher Herb
feba37aae8 added midi synth base class and voice allocator 2023-07-07 15:48:32 +02:00
Christopher Herb
d9bcd96276 added generic voice allocator 2023-07-07 14:42:10 +02:00