Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: midi2-dev/AM_MIDI2.0Lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15
Choose a base ref
...
head repository: midi2-dev/AM_MIDI2.0Lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on May 13, 2025

  1. fix: change pitch bend variable type from uint8_t to uint32_t for imp…

    …roved precision
    neyagakki committed May 13, 2025
    Configuration menu
    Copy the full SHA
    c17e28c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Merge pull request #26 from kb-showhey/Fix_PitchBend

    fix: change pitch bend variable type from uint8_t to uint32_t for imp…
    starfishmod authored May 15, 2025
    Configuration menu
    Copy the full SHA
    6603112 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Add void * refpoint so that we can pass structs on the parser if needed

    Added initial MDS creation
    Fixed Flex Data Message handling with new FlexData struct
    added HirezRepresentation text creation
    Fixed generic Sysex Handling in umpprocessor
    starfishmod committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    6381359 View commit details
    Browse the repository at this point in the history
  2. Add MDS parsing in umpProcessor.cpp/h

    Small fix in hirezRepresentation
    starfishmod committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    eb4b4fa View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    78bbbe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Merge pull request #27 from YuuichiAkagawa/pr_fbin_fix

    Fix bit shift for sender and recv fields in Function Block Info Notification (ui hint)
    
    Thank-you this is a good find!
    starfishmod authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    eef339f View commit details
    Browse the repository at this point in the history
  2. Update utils.h

    bit shifting code risks an integer overflow in hiRezRepresentation
    starfishmod authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    d4349a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Rename setJRProtocolRequest and setJRProtocolNotify to setStreamConfi…

    …gRequest setStreamConfigNotify
    
    Add refpoint passing to setCheckMUID handler
    startSysex7 now reset intTemp stopping bugs
    cleanup in umpProcessor.cpp
    Use FlexData falback call if other specific flexdata messages have not been setup
    starfishmod committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    8472b11 View commit details
    Browse the repository at this point in the history
Loading