Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced ScopedPointer, removed using namespace, updated to juce6 API #212

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

ffAudio
Copy link

@ffAudio ffAudio commented Oct 19, 2021

This commit allows to compile the streaming_example with the current JUCE master (6.1.2)

  • Replaced most ScopedPointer with std::unique_ptr
  • Removed using namespace juce and added juce:: prefixes/use the std types e.g. uint8_t
  • Unified include to juce standard
  • Fixed several initialisation order problems
  • Moved default initialisations to header
  • Fixed some uninitialised variables

Hope that you like it, would love to see this in the repo

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