-
Notifications
You must be signed in to change notification settings - Fork 95
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
Extend management class to allow saving / restoring devices #106
Comments
Hi John, I like this idea. In the Mixed In Key apps that use MIKMIDI, we have such a class, but it's part of the application code, not something in MIKMIDI. I can certainly see the value in MIKMIDI providing a generic, nicely reusable connection manager class. I'm not sure when I'll be able to implement this, but a pull request would certainly be welcome :). |
Turns out this matches up well with something I'm working in one of our apps today, so I'm going to give it a shot. |
Awesome Andrew. Happy to test it out. |
Yep, that's part of what we need too. Sent from my iPhone
|
…ered the saved configuration during loading.
…n disconnection to MIKMIDIConnectionManager.
See pull request #115. |
… disconnected upon calling -[MIKMIDIConfigurationManager loadConfiguration].
…ager initWithName:delegate:eventHandler:].
…tion on application backgrounding/termination.
Implements MIKMIDIConnectionManager (Issue #106)
I acknowledge your efforts with this library which is amazing -
but without a boiler plate connect manager class like this
https://github.com/zakk4223/CocoaSplit/blob/master/CocoaSplit/CSMidiWrapper.h
there's a degree of unnecessary difficulty in storing / saving preferences.
The vvmidid open source library had a plist of preferred / enabled devices. vvmanager.
load settings which gives quite a bit of mileage.
https://github.com/mrRay/vvopensource/blob/master/VVMIDI/FrameworkSrc/VVMIDIManager.h
The text was updated successfully, but these errors were encountered: