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: m-labs/flickernoise
base: 5606d55
Choose a base ref
...
head repository: m-labs/flickernoise
compare: fedfe72
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 5, 2011

  1. midi.c: "learn" mode for controllers

    While a miniN tag is being clicked (click button 1 and hold down),
    any incoming controller message will map that MIDI variable to the
    respective controller. This simplified MIDI configuration.
    
    Controls appearing as multiple controllers may need special
    precautions. E.g., an X/Y pad may have three controllers: X, Y, and
    touch/release. X and Y can be distinguished by moving the finger
    and simply stopping when the right value has been taken. To prevent
    release from overriding an X/Y controller, release the mouse button
    before releasing the pad.
    
    Some scenarios may be beyond the capabilities of this simple
    mechanism and require manual setup.
    wpwrak authored and Sebastien Bourdeauducq committed Nov 5, 2011
    Copy the full SHA
    a77d1c9 View commit details
    Browse the repository at this point in the history
  2. midi.c: use mtk_bindf + style corrections

    Sebastien Bourdeauducq committed Nov 5, 2011
    Copy the full SHA
    fedfe72 View commit details
    Browse the repository at this point in the history