cdcEngineDXHR/cdcSound
2023-03-24 07:13:50 +00:00
..
cdcSound.h sound: add virtual methods Update/End to SoundPlex 2022-12-22 18:49:25 +00:00
CMakeLists.txt allow playing of streams through SoundsPlex system 2023-02-22 18:23:46 +00:00
HackMultiplexStream.cpp I never asked for this... 2023-02-22 17:59:47 +00:00
IRingBuffer.h add IRingBuffer 2023-01-31 21:11:08 +00:00
MultiplexStream.cpp I never asked for this... 2023-02-22 17:59:47 +00:00
MultiplexStream.h I never asked for this... 2023-02-22 17:59:47 +00:00
RingBuffer.cpp add IRingBuffer 2023-01-31 21:11:08 +00:00
RingBuffer.h add RingBufferChain 2023-01-31 21:21:47 +00:00
RingBufferChain.cpp add RingBufferChain 2023-01-31 21:21:47 +00:00
RingBufferChain.h add RingBufferChain 2023-01-31 21:21:47 +00:00
Sample.cpp fix ENABLE_IMGUI=0 build 2023-02-28 01:36:36 +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 add subtitle UI 2023-03-24 07:13:50 +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.cpp add subtitle UI 2023-03-24 07:13:50 +00:00
SoundPlexStream.h allow playing of streams through SoundsPlex system 2023-02-22 18:23:46 +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