Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 16:30

Added

  • Clicking the parameter slider also selects that parameter (#112)
  • The vertical and horizontal split bars indicate with a cursor that they can be
    resized (#145)

Fixed

  • When adding a unit on the last row of the unit list, the editor for entering
    the type of the unit by text did gain focus.
  • When inputting a note to the note editor, advance the cursor by step
    (#144)
  • When loading an instrument, make sure the total number of voices does not go
    over the maximum number allowed by vm, and make sure a loaded instrument has
    at least 1 voice
  • Potential ID collisions when clearing unit or pasteing instruments
  • Assign new IDs to loaded instruments, and fix ID collisions in case they
    somehow still appear (#146)
  • In x86 templates, do not optimize away phase modulations when unisons are used
    even if all phase inputs are zeros, as unisons use the phase modulation
    mechanism to offset the different oscillators
  • Do not include delay times in the delay time table if the delay unit is
    disabled (#139)
  • Moved the error and warning popups slightly up so they don't block the unit
    control buttons (#142)

Changed

  • Do not automatically wrap around the song when playing as it was usually
    unwanted behaviour. There is already the looping mechanism if the user really
    wants to loop the song forever.