summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_stream_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* bugfix for audio stream generators getting killed accidentally by audio serverFabian Keller2023-09-101-4/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-1/+1
* Change time parameters and variables to double typeDave Palais2022-09-261-4/+4
* Implement BPM supportreduz2022-07-231-1/+5
* Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-0/+4
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-271-1/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add missing license headersRémi Verschelde2019-06-111-0/+30
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+182