-
Notifications
You must be signed in to change notification settings - Fork 7.7k
feat(usb): allow the MIDI constructor to define a device name #11720
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
Merged
+119
−2
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
87819f6
feat(usb): allow the MIDI constructor to define a device name
SuGlider e8d506c
feat(usb): changes the MIDI device descriptor in the example
SuGlider 36ac341
feat(usb): changes the MIDI device descriptor in the example
SuGlider 74fa530
fix(usb): typo in commentary - start CI again
SuGlider 5af16d1
feat(usb): allow the MIDI constructor to define a device name
SuGlider 8bb446b
fix(usb): correct constructor declaration
SuGlider fdd6ccd
fix(usb): typo in commentary - start CI again
SuGlider 473a4c6
feat(usb_midi): Enhance USBMIDI with device name
SuGlider 75d04db
feat(usb_midi): Refactor USBMIDI with device name handling
SuGlider b3fbce7
feat(usb_midi): Add macro to set USB MIDI device name
SuGlider c930bc1
feat(usb_midi): demonstrate the use of macro to change the device name
SuGlider 40fbd4f
fix(usb_midi): reduce changes to the code
SuGlider 059a037
Merge branch 'master' into feature/device_name_usb_midi
SuGlider fb36be8
fix(usb_midi): Add macro guards
SuGlider 2f4667a
Merge branch 'master' into feature/device_name_usb_midi
SuGlider b7b61c3
feat(midi): add midi dev name from macro
SuGlider 1b4aea2
feat(midi): Enhance USBMIDI device name handling
SuGlider 60e4a0b
feat(midi): USBMIDI class for device name
SuGlider 219f838
fix(midi): comment typo
SuGlider 10e1948
fix(rmt): fixes bad commentary formating
SuGlider 62659c9
feat(rmt): more commentaries
SuGlider 0d4dce2
fix(midi): move commentaries
SuGlider f3bd145
fix(midi): move commentaries
SuGlider c5cb5f0
feat(midi): add more commentaries
SuGlider fa7d041
fix(midi): fixes constructor commentary
SuGlider ce55c99
fix(midi): safeguard for memory leak
SuGlider c14e769
fix(midi): removes debug logging
SuGlider 861abb9
feat(midi): explicit safer test and return
SuGlider 3f59ac6
feat(midi): avoids possible strlen(NULL)
SuGlider d9f89b8
Merge branch 'master' into feature/device_name_usb_midi
SuGlider 4bca706
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.