We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Xcode Classes -> SwiftFlutterMidiPlugin.swift Line 40
From try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)
to try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback)
The text was updated successfully, but these errors were encountered:
Do you mind making a PR?
Sorry, something went wrong.
hey @rodydavis , thanks for the library. I've created a PR with the fix #10.
@rodydavis Could you please release #10 change as a new version? I want to use by pubspec.yaml.
No branches or pull requests
Xcode
Classes -> SwiftFlutterMidiPlugin.swift
Line 40
From
try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)
to
try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback)
The text was updated successfully, but these errors were encountered: