cdcEngineDXHR/cdcSound
2023-03-04 00:35:00 +00:00
..
cdcSound.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
CMakeLists.txt sound: minimal implementation of SoundPlexChoiceList 2022-12-25 16:07:40 +00:00
RingBuffer.cpp rename sound -> cdcSound 2022-10-29 22:02:22 +01:00
RingBuffer.h rename sound -> cdcSound 2022-10-29 22:02:22 +01:00
Sample.cpp fix ENABLE_IMGUI=0 build 2023-03-04 00:35:00 +00:00
Sample.h sound: make SoundPlexWave delete the Voice after use, and implement the Voice destructor 2022-12-22 22:50:16 +00:00
snd.cpp sound: play samples through SoundPlexWave (prototype) 2022-12-20 22:12:44 +00:00
snd.h sound: play samples through SoundPlexWave (prototype) 2022-12-20 22:12:44 +00:00
Sound.cpp sound: let soundplexes delete themselves when they're done 2022-12-22 22:50:18 +00:00
Sound.h sound: play samples through SoundPlexWave (prototype) 2022-12-20 22:12:44 +00:00
SoundOwner.h start showing soundplex hierarchies in drm window 2022-12-17 21:17:27 +00:00
SoundPlex.cpp sound: minimal implementation of SoundPlexChoiceList 2022-12-25 16:07:40 +00:00
SoundPlex.h sound: add passthrough implementation of SoundPlexAssignment 2022-12-23 14:05:07 +00:00
SoundPlexAssignment.cpp sound: add passthrough implementation of SoundPlexAssignment 2022-12-23 14:05:07 +00:00
SoundPlexAssignment.h sound: add passthrough implementation of SoundPlexAssignment 2022-12-23 14:05:07 +00:00
SoundPlexChoiceList.cpp sound: minimal implementation of SoundPlexChoiceList 2022-12-25 16:07:40 +00:00
SoundPlexChoiceList.h sound: minimal implementation of SoundPlexChoiceList 2022-12-25 16:07:40 +00:00
SoundPlexCinematic.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexEffect.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexEnvelope.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexMaterialList.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexOscillator.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexOverlap.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexReaction.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexSelector.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexSequence.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexStitching.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexStream.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexTimeIn.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
SoundPlexWave.cpp sound: SoundPlexWave shall self-delete when the corresponding voice has stopped, and voice deletion is enabled by maintainance of the VoiceCollection linked list 2022-12-22 22:50:19 +00:00
SoundPlexWave.h sound: SoundPlexWave shall self-delete when the corresponding voice has stopped, and voice deletion is enabled by maintainance of the VoiceCollection linked list 2022-12-22 22:50:19 +00:00
Voice.cpp sound: SoundPlexWave shall self-delete when the corresponding voice has stopped, and voice deletion is enabled by maintainance of the VoiceCollection linked list 2022-12-22 22:50:19 +00:00
Voice.h sound: minimal implementation of SoundPlexChoiceList 2022-12-25 16:07:40 +00:00