Skip to content

MIDI Drum Visualization and Windows Build Fix#407

Merged
cwitkowitz merged 2 commits into
developfrom
derek/ticket-377
Apr 16, 2026
Merged

MIDI Drum Visualization and Windows Build Fix#407
cwitkowitz merged 2 commits into
developfrom
derek/ticket-377

Conversation

@cwitkowitz
Copy link
Copy Markdown
Collaborator

@cwitkowitz cwitkowitz commented Apr 1, 2026

Summary:

  • Implements drum-aware MIDI visualization
  • Adds drum-note flag to MIDI notes
  • Identifies channel 10 MIDI notes as drums
  • Renders drum notes as X markers in the piano roll

Additional Fix:

  • Fixes Windows runtime DLL path detection for Visual Studio BuildTools installs

Context:

  • While implementing Drum MIDI Visualization on Windows, I encountered a runtime DLL path issue that prevented the application from running correctly
  • This fix was made in order to proceed with development and was included as an addition

Notes:

@cwitkowitz cwitkowitz linked an issue Apr 9, 2026 that may be closed by this pull request
@cwitkowitz cwitkowitz changed the title Fix Windows runtime DLL path for VS BuildTools installs MIDI Drum Visualization and Windows Build Fix Apr 9, 2026
@cwitkowitz
Copy link
Copy Markdown
Collaborator Author

Note that the build fix for Windows in this PR is not a general solution. A general solution has been attempted in the branches potential-windows11-build-fix and simplified-windows11-build-fix.

@cwitkowitz cwitkowitz merged commit 7af8b60 into develop Apr 16, 2026
3 of 4 checks passed
@cwitkowitz cwitkowitz deleted the derek/ticket-377 branch April 16, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display / Synthesis of Drum Channel Midi

2 participants