1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 03:51:01 +00:00
serenity/Servers/AudioServer
Andreas Kling d5352b87b7 AudioServer: Turn ASMixer into a CObject
It was wrongly inheriting from RefCounted<AudioServer> without using
reference counting. Let's just make it a CObject instead.
2019-08-18 12:56:36 +02:00
..
ASClientConnection.cpp AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
ASClientConnection.h AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
ASEventLoop.cpp AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
ASEventLoop.h LibCore: Port CoreIPCServer to using CLocalServer. 2019-07-27 10:53:50 +02:00
ASMixer.cpp AudioServer: Turn ASMixer into a CObject 2019-08-18 12:56:36 +02:00
ASMixer.h AudioServer: Turn ASMixer into a CObject 2019-08-18 12:56:36 +02:00
AudioClient.ipc IPCCompiler: Start working on a simple IPC definition language 2019-08-03 15:17:41 +02:00
AudioServer.ipc IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions 2019-08-03 21:29:09 +02:00
main.cpp Work on AudioServer 2019-07-17 09:39:31 +02:00
Makefile AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00