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: 8553095
Choose a base ref
...
head repository: m-labs/flickernoise
compare: e6fa3f6
Choose a head ref
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 30, 2012

  1. experimental/T.fnp: Tornado Rain Dance variant for new MIDI control s…

    …election
    
    This is only temporary to better track changes.
    wpwrak committed Jan 30, 2012
    Copy the full SHA
    1dd1b1c View commit details
    Browse the repository at this point in the history
  2. controls: removed indirection via cvar array

    MIDI input now changes the register array directly. Note that this
    means that writing to a control variable changes its value until
    the next time it is updated by MIDI. Not sure if this is more
    feature or bug.
    wpwrak committed Jan 30, 2012
    Copy the full SHA
    b4458bc View commit details
    Browse the repository at this point in the history
  3. renderer: keep patch_lock around and clear current_patch when stopped

    This commit makes renderer_lock_patch, renderer_unlock_patch, and
    renderer_get_patch produce meaningful resuls also when the renderer
    is not running.
    wpwrak committed Jan 30, 2012
    Copy the full SHA
    23b34a3 View commit details
    Browse the repository at this point in the history
  4. sampler.c: only enter patch-specific stimulus processing if we have a…

    … patch
    
    Not checking for this crashed FN when running the sampler without
    rendering, e.g., in the audio dialog.
    wpwrak committed Jan 30, 2012
    Copy the full SHA
    f5721eb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9b64d06 View commit details
    Browse the repository at this point in the history
  6. compiler: move retrieval of stimuli pointer from parser into compiler.c

    A bit cleaner this way.
    wpwrak committed Jan 30, 2012
    Copy the full SHA
    bcb404d View commit details
    Browse the repository at this point in the history
  7. stimuli: rename stim_add to stim_add_midi_ctrl

    It's not generic.
    wpwrak committed Jan 30, 2012
    Copy the full SHA
    e6fa3f6 View commit details
    Browse the repository at this point in the history