--- nono/host/hostsound.h 2026/04/29 17:05:56 1.1 +++ nono/host/hostsound.h 2026/04/29 17:06:02 1.1.1.2 @@ -56,9 +56,9 @@ class HostSoundDevice : public HostDevic // 外部からの読み込み (未対応) int Read() override; - DECLARE_MONITOR_CALLBACK(MonitorUpdate); + DECLARE_MONITOR_SCREEN(MonitorScreen); - std::unique_ptr driver {}; + std::unique_ptr driver /*{}*/; // ホストの(入)出力周波数 [Hz] uint32 freq {};