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

Added option to MidiApi to stop printing errors and warnings #228

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2020

  1. Added a static function to MidiApi to be able to stop printing warnin…

    …gs and errors to the console.
    
    This is especially useful when RtMidi object is initialised with no device connected yet, we don't necessary want a warning being printed.
    SarahVIAUD committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    25ffa58 View commit details
    Browse the repository at this point in the history
  2. Corrected coding style.

    SarahVIAUD committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    35070f6 View commit details
    Browse the repository at this point in the history
  3. Corrected coding style.

    SarahVIAUD committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    4d9cc33 View commit details
    Browse the repository at this point in the history