comparison audio/AudioCallbackPlaySource.h @ 737:497d80d3b9c4

More useful error reporting in cases where auditioning plugin fails
author Chris Cannam
date Wed, 05 Feb 2020 12:33:24 +0000
parents e0b0f3e163ca
children 48001ed9143b
comparison
equal deleted inserted replaced
736:4b58b8f44be7 737:497d80d3b9c4
369 float m_outputLeft; 369 float m_outputLeft;
370 float m_outputRight; 370 float m_outputRight;
371 bool m_levelsSet; 371 bool m_levelsSet;
372 RealTimePluginInstance *m_auditioningPlugin; 372 RealTimePluginInstance *m_auditioningPlugin;
373 bool m_auditioningPluginBypassed; 373 bool m_auditioningPluginBypassed;
374 bool m_auditioningPluginFailed;
374 Scavenger<RealTimePluginInstance> m_pluginScavenger; 375 Scavenger<RealTimePluginInstance> m_pluginScavenger;
375 sv_frame_t m_playStartFrame; 376 sv_frame_t m_playStartFrame;
376 bool m_playStartFramePassed; 377 bool m_playStartFramePassed;
377 RealTime m_playStartedAt; 378 RealTime m_playStartedAt;
378 379