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

Add autoconnect to winmidi driver #1031

Closed
wants to merge 7 commits into from
Closed

Add autoconnect to winmidi driver #1031

wants to merge 7 commits into from

Commits on Jan 15, 2022

  1. Add comment to explain multi-devices capabilities.

    jjceresa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    b345eff View commit details
    Browse the repository at this point in the history
  2. Add MIDI autoconnect feature.

    It allows to open all MIDI in devices according
    to MIDI channels limit set by synth.midi-channels setting.
    jjceresa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    3c73f28 View commit details
    Browse the repository at this point in the history
  3. Using FLUID_STRCASECMP

    jjceresa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    b463653 View commit details
    Browse the repository at this point in the history
  4. -fix comments.

    -update fluidsettings.xml documentation.
    jjceresa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    6cec702 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Initialize synth.midi-channels unconditionally.

    jjceresa committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9b94dd2 View commit details
    Browse the repository at this point in the history
  2. Add midi.winmidi.mergebox setting.

    jjceresa committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ae186c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Fix comments.

    Add midi.winmidi.mergebox setting documentation in fluidsettings.xml
    jjceresa committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    742fa5c View commit details
    Browse the repository at this point in the history