SooperLooper Changelog

What's new in SooperLooper 1.7.3

Dec 15, 2014
  • Fixed initialization bugs with mute/overdub/replace quantization

New in SooperLooper 1.7.2 (May 22, 2014)

  • Better handles multiple AU instance MIDI port names. Fixed wx compile issues.

New in SooperLooper 1.7.1 (Feb 14, 2014)

  • Now includes 32 and 64 bit AudioUnit plugins, for Mac OS X v10.7 and above.

New in SooperLooper 1.7.0 (May 27, 2013)

  • GUI:
  • Fixed SooperLooper being mistakenly identified as remote
  • Now ignoring non audio and non .slsess files in load and save file selection dialogues
  • Mute now flashes when waiting to go into mute instead of rev flashing
  • Mute of others flashes instead of solo flashing when going in and out of solo
  • Fixed CC bindings for commands that need to be registered as hits
  • MIDI bindings choice now sorted alphabetically
  • File selector now defaults to home and tracks last load/save
  • Removed arbitrary maximum loop memory limit in Add Custom Loop...
  • Fixed issue of some controls not showing up when you have more than 5 loops
  • SooperLooper engine:
  • Fixed issue of not being able to load audio files from session when not started from the same directory
  • Fixed fade not working after undo_all
  • Removed 1 sample click in multiply
  • Fixed individual loop monitor not being sent to main-out
  • Fixed toggle MIDI bindings requiring double press when first loaded
  • Fixed some clicks when undoing
  • Added CCon and CCoff messagage types to midi bindings
  • Can now mute and un-mute when loop is in Off state
  • Fixed bug where long-presses were causing undo-all when they weren't supposed to
  • OSC:
  • OSC Auto Update time can now be set between 10-100ms
  • "osc.udp://" can be omitted from the return URL parameter of any OSC message
  • SooperLooper no longer seg-faults when an invalid return URL is given
  • AU:
  • State and waiting AU parameters now working
  • Fixed parameter update race condition, so values reflect newly changed state
  • There are now up to 8 stereo sidechain outputs available (individual outputs for each loop), but for some reason still only 4 stereo inputs available (at least as shown within Live)... it isn't clear why there are fewer input buses, it might be a Live limitation.
  • Others:
  • Small maintenance on help output, OSC doc file and indentation, spelling etc.
  • HTML docs on website now include full MIDI command reference

New in SooperLooper 1.6.18 (Nov 13, 2012)

  • Fixed GUI updating issue with more than 5 loops. Added a few new bindable commands.

New in SooperLooper 1.6.16 (Mar 16, 2011)

  • Fixes several issues with the AudioUnit version and certain hosts.

New in SooperLooper 1.6.14 (Dec 5, 2009)

  • fixes some numeric display resolution for some parameters in AU plugin hosts
  • new bindable commands record_exclusive, record_exclusive_prev/next which first end any operations on other loops, then start recording on the specified/selected, or switch to the next/prev then record. exclusive record commands also select whatever loop they are applied to.
  • also added record_or_overdub_excl* commands which are the same as above except use the record_or_overdub logic instead.
  • added optional press/release logic to commands in AU. look for a new toggle parameter called "Press/release for commands" (in AU plugin generic interface) and
  • turn it on. Then try out mainstage's press/release button bindings, and set press to be 1, and release to be 0. Let me know.
  • Added double tap for the record_or_overdub* commands which does a single UNDO. Remember, a long press of record_or_overdub (note bindings must be used) does Undo All. This makes record_or_overdub variants candidates for one button do-it-all basic looping.
  • added command line utility (slregister) that will set up automatic updating of all SL's OSC parameters to the given OSC host and port of your choice.