Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AudioProcessorARAExtension: Add support for ARAPlaybackRenderer::Alwa…#1505

Open
pierreguillot wants to merge 1 commit intojuce-framework:developfrom
pierreguillot:dev/ara-real-time
Open

AudioProcessorARAExtension: Add support for ARAPlaybackRenderer::Alwa…#1505
pierreguillot wants to merge 1 commit intojuce-framework:developfrom
pierreguillot:dev/ara-real-time

Conversation

@pierreguillot
Copy link
Contributor

The prepareToPlay() methods of the juce::ARAPlaybackRenderer and juce::ARAEditorRenderer classes take ARAPlaybackRenderer::AlwaysNonRealtime as an argument, but the juce::AudioProcessorARAExtension::prepareToPlayForARA() method ignores this argument and defaults to false. This PR allows you to control this argument and set it according to juce::AudioProcessor::isNonRealtime() for example. This can be used to decide which type of juce::AudioFormatReader (Buffering or not) to use, for instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant