From f6f7c36909fa161efe53c40e9b4c34856e751536 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 12 May 2026 21:32:53 -0400 Subject: Initial tmix skeleton — model layer + basic UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PulseModel: stable PulseDevice objects keyed by PA index, updated in-place via postEvent reconciliation. No bulk rebuilds. Three signals: deviceAdded, deviceRemoved (device changed handled per-device via volumeChanged/muteChanged/nameChanged). MixerWindow: four-tab layout (Output/Input/Playback/Recording), adds and removes individual DeviceWidgets in response to model signals. Builds and links cleanly against TQt3/TDE + libpulse. Co-Authored-By: Claude Sonnet 4.6 --- build/CMakeFiles/3.25.1/CompilerIdCXX/a.out | Bin 0 -> 16160 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 build/CMakeFiles/3.25.1/CompilerIdCXX/a.out (limited to 'build/CMakeFiles/3.25.1/CompilerIdCXX/a.out') diff --git a/build/CMakeFiles/3.25.1/CompilerIdCXX/a.out b/build/CMakeFiles/3.25.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..ebfc868 Binary files /dev/null and b/build/CMakeFiles/3.25.1/CompilerIdCXX/a.out differ -- cgit v1.2.3