summaryrefslogtreecommitdiff
path: root/servers/audio/effects/audio_stream_generator.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg
2022-09-26Change time parameters and variables to double typeDave Palais
2022-07-23Implement BPM supportreduz
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-07Add polyphony to Audio Stream Player nodesEllen Poe
2021-08-27Require AudioStream::mix to return the number of frames successfully mixedEllen Poe
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-11Add missing license headersRémi Verschelde
2019-04-10Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky