Skip to content

Releases: westlicht/performer

v0.1.12

06 Apr 22:22
Compare
Choose a tag to compare

Improvements

  • Refactored routing system to be non-destructive (this means that parameters will jump back to the original value when a route is deleted) (#27)
  • First Step, Last Step and Run Mode routes affect every pattern on a track (instead of just the first one)
  • Indicate routed parameters in the UI with an right facing arrow
  • Added ROUTE item in context menu of sequence pages to allow creating routes (as in other pages)
  • Added support for Launchpad Pro

v0.1.11

03 Apr 21:38
Compare
Choose a tag to compare

This release is mostly adding support for additional launchpad devices. However, while testing I unfortunately found that the hardware might have an issue on the USB power supply (in fact there is quite some ripple on the internal 5V power rail) leading to spurious resets of the launchpad. Connecting the launchpad through an externally powered USB hub seems to fix the issue. Therefore it is beneficial to run the launchpad with dimmed leds (default). For now, the brightness can be adjusted by pressing 8 + 6 on the launchpad. I will investigate the hardware issue as soon as possible.

Improvements

  • Added preliminary support for Launchpad S and Launchpad Mk2

Fixes

  • Fixed launchpad display regression (some sequence data was displayed in wrong colors)
  • Fixed fill regression (fills did not work if track was muted anymore)

v0.1.10

01 Apr 21:08
Compare
Choose a tag to compare

Improvements

  • Implemented Step Record mode (#23)

v0.1.9

29 Mar 21:47
Compare
Choose a tag to compare

Improvements

  • Improved editing curve min/max value on Launchpad (#19)
  • Show octave base notes on Launchpad when editing notes (#18)
  • Allow selecting sequence run mode on Launchpad

Fixes

  • Fixed stuck notes on MIDI output

v0.1.8

27 Mar 22:21
Compare
Choose a tag to compare

Improvements

  • Added CV Update Mode to note track settings to select between updating CV only on gates or always
  • Added ability to use curve tracks as sources for MIDI output

Fixes

  • Fixed copying curve tracks to clipboard (resulted in crash)

v0.1.7

22 Mar 23:24
Compare
Choose a tag to compare

Fixes

  • Fixed glitchy encoder (#4)
  • Implemented legato notes and slides via MIDI output (#3)
  • Fixed routing and MIDI output page when clearing or loading a project

v0.1.6

17 Mar 08:46
Compare
Choose a tag to compare

Fixes

  • Fixed MIDI output (note and velocity constant values were off by one before)

v0.1.5

01 Feb 09:43
Compare
Choose a tag to compare

!!! This version is not backward compatible with previous project files !!!

Improvements

  • Run Mode of sequences is now a routing target
  • Added retrigger and note probability bias to track parameters and routing targets
  • All probability values are now in the range of 12.5% to 100%
  • Nicer visualization of target tracks in routing page
  • Allow clock output pulse length of up to 20ms

v0.1.4

24 Jan 11:31
Compare
Choose a tag to compare

Improvements

  • Rearranged quick edit of sequence parameters due to changes in frontpanel
  • Changed the preset scales
  • Note values are now displayed as note index and octave instead of note value and octave
  • Flipped encoder reverse mode in hardware config to make default encoder in BOM act correctly
  • Flipped encoder direction in bootloader

Bugfixes

  • Fixed clock reset output state when device is powered on
  • Fixed tap tempo
  • Fixed pattern page when mutes are activated
  • Fixed clock input/output divisors

v0.1.3

14 Nov 21:10
Compare
Choose a tag to compare

New Features

  • Added MIDI output module
    • Generate Note On/Off events from gate, pitch and velocity of different tracks (or constant values)
    • Generate CC events from track CV
  • Overview page
    • Press PAGE + LEFT to open Overview page
  • Simple startup screen that automatically loads the last used project on power on
  • Added new routing targets for controlling Play and Record

Improvements

  • Sequence Edit page is now called Steps page
  • Show track mode on Sequence page (same as on Track page)
  • Improved route ranges
    • Allow +/- 60 semitone transposition
  • Restyled pattern page
    • Differentiate from Performer page
    • Show selected pattern per track
  • Exit editing mode when committing a Route or MIDI Output

Bugfixes

  • Fixed exponential curves (do not jump to high value at the end)
  • Fixed loading project name
  • Fixed showing pages on leds
  • Fixed launching patterns in latched mode
  • Fixed setting edit pattern when changing patterns on Launchpad