You are here: Symbol Reference > AsioAudioSignal Namespace > Classes > TSignalAsio Class > public > TSignalAsio.MonitorInputBuffer Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalAsio.MonitorInputBuffer Method

Thread safe method to obtain ASIO buffer for monitoring.

Pascal
procedure MonitorInputBuffer(Dst: TVec; Channel: integer);

property AsioFuture: TAsioFuture read FAsioFuture write SetAsioFuture;  

Thread safe method to obtain current ASIO buffer contents from the drivers thread. For real-time processing use OnProcessRealTime event and access the InputBuffers property directly. To specify arbitrary size of the buffered data use MonitorInput method.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!