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: d68317a
Choose a base ref
...
head repository: m-labs/flickernoise
compare: f398564
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 10, 2012

  1. ptest: new options -v and -m to exercise MIDI message processing

    -v var  enabled tracing of the specified control variable. This
    variable must be a system variable. (This is due to an implementation
    detail: we look it up after freeing the symbol table, so only the
    system variables survive that long.)
    
    -m [chan.]ctrl=value  injects a MIDI control message into the stimuli
    system and prints the value of the traced variable after processing
    the message. The -m option can be repeated.
    wpwrak committed Feb 10, 2012
    Copy the full SHA
    42f7314 View commit details
    Browse the repository at this point in the history
  2. test/stimin: added MIDI injection to test cases

    Also corrected differential -> range test that was actually
    range -> range.
    wpwrak committed Feb 10, 2012
    Copy the full SHA
    1f4cdb9 View commit details
    Browse the repository at this point in the history
  3. stimuli: ignore value 0 in midi_proc_diff_button

    We should probably never receive a zero here. But if we do, ignoring
    it seem to be the best choice.
    wpwrak committed Feb 10, 2012
    Copy the full SHA
    7709d04 View commit details
    Browse the repository at this point in the history
  4. test/stimin: added differential -> { unbounded, cyclic, button } and …

    …button -> toggle
    
    This completes the set of "interesting" mappings.
    wpwrak committed Feb 10, 2012
    Copy the full SHA
    f398564 View commit details
    Browse the repository at this point in the history