|
| std::vector< float > | buf_ |
| | Audio-like data buffer.
|
| std::unique_ptr< RingBuffer< float > > | audio_ring_ |
| | Ring buffer for saving the contents of the audio buffer to be used in the UI instead of directly accessing the buffer.
|
| std::atomic< int > | num_ring_buffer_readers_ { 0 } |
| | Number of entities that want ring buffers to be written.
|
Definition at line 307 of file port.h.
◆ prepare_for_processing()
◆ release_resources()
| void AudioAndCVPortMixin::release_resources |
( |
| ) |
|
|
inlinefinalvirtual |
◆ audio_ring_
| std::unique_ptr<RingBuffer<float> > AudioAndCVPortMixin::audio_ring_ |
Ring buffer for saving the contents of the audio buffer to be used in the UI instead of directly accessing the buffer.
This should contain blocks of block_length samples and should maintain at least 10 cycles' worth of buffers.
This is also used for CV.
Definition at line 346 of file port.h.
◆ buf_
| std::vector<float> AudioAndCVPortMixin::buf_ |
Audio-like data buffer.
Definition at line 335 of file port.h.
The documentation for this class was generated from the following file: