summaryrefslogtreecommitdiff
path: root/servers/audio/effects/audio_effect_record.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-07-28Rename AudioStreamSample to a more discoverable nameDeeJayLSP
2022-06-17Cleanup AudioEffectRecord thread_active variableMarcel Admiraal
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-28Remove last editor code dependencies in template buildRémi Verschelde
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-12Fixed an issue with recording audio.Catchawink
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-08-12Fix recording bus regression.Saracen
2019-07-01fix some crashesFurkan Türkal
2019-05-09Fix AudioEffectRecord messing up the effect stack by not writing to dst_framesBojidar Marinov
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-12Fix AudioEffectRecord not working without thread supportMarcelo Fernandez
2018-10-02Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde
2018-08-21Fix crash while importing corrupted wavPoommetee Ketson
2018-07-27Fix of AudioRecordingEffect propertyGustav Lund
2018-07-26Audio Recording moduleGustav Lund