Skip to content

v1.1.4

Choose a tag to compare

@ColRad ColRad released this 17 May 09:14
· 1 commit to main since this release
7375be0

Features

  • FR: Midi Remote Control of Encoder Values
    • Added 2 new Utility -> Midi Settings
      • DEVICE: Here you can flag a Midi Device for Control mode
      • CONTROL: Here you can edit/create/delete Midi Control Mappings
    • Midi Learn implemented for Encoders, Hold down an Encoder for 2 seconds to open a midi learn modal
      • This is available for encoders in AudioOverview, TrackFX, MasterFX, Mastering and External Channels
      • In the modal you can select different Encoder functions, if the Encoder has multiple Push states
      • A function can only be controlled by one CC value, also one CC value can only control one function
      • There is a warning showing conflicts, with the ability to overwrite an existing mapping
    • Midi Buttons (CC value toggles) can be set in the ADD and EDIT Modals
      • Play, Record, Left, Right, Marker Left, Marker Right, Loop, Loop In, Loop Out, Punch, Set Marker, Cut, Copy, Paste
    • Scroll can be mapped to a Sign Magnitude Midi Jog Wheel
    • All mappings are stored in a separate midi.json file
Screenshot 2026-04-25 at 23 11 41 Screenshot 2026-04-25 at 23 10 25 image
  • FR: New project on startup
    • UTILITY now has a new setting: AT STARTUP
      • LAST PRJ default
      • NEW PRJ
    • When NEW PRJ is selected, Track8 asks to create a new Project on each start with a generated name
image image image image
  • FR: Highlight/Color Pasted Audio For Visual Confirmation
    • This is gated by a new Setting UTILITY -> MOD HI defaulting to OFF (as a secondary function to Encoder 6, puss to access)
    • All modified areas are drawn in orange
    • Reset by:
      • Other cut/paste operations
      • Switching Views
      • Hitting the Audio Button while in the AudioOverview
image image
  • Added Audio Record offset per track in the AUDIO OVERVIEW

    • Cycle to REC OFFSET via Encoder Push
    • Or hold SHIFT + Push Encoder 4
    • per track an offset of 0 to -50ms can be set

    Bug Fixes

  • Bug: Encoder Push Indicators missing for some functions

  • Bug: Fixed issue where opening a different Screen or switching an Encoder Function for the first time after boot would produce cracks when recording

  • Bug: Subtle bug in audio outputs when switching between single and multi-channel audio interface output

  • 1.1.4 - Track8 Start of Audio Tape Volume Automation

    • Added clamp(0) when drawing automation past the tape start
    • Fixed double smoothing that smoothed automations too much
    • Also made general smoothing of encoder parameters faster so they feel more immediate without sounding clicky
    • Fix Marker placement
    • Make sure Markers are better aligned to the grid
    • Only allow to set markers every 1/4 notes. Previously they could be set every 1/256 note with makes double markers hard to spot. Restricting Markers to 1/4 should encourage the user to use the EditView for small cut/copy/paste operations.
  • Fix Midi latency regarding playback and transport commands

    • Fix Scheduling of Midi messages
    • Don't send a barrage of reset Pitch messages (nice to hav e but not necessary according to the Midi standard)
    • Don't echo Panic messages coming from external gear back to the selected Midi channel
  • Fix a buzzing sound on audio MIX export

    • This on tape end the remaining time was not properly filled with 0 but the last buffer was repeated resulting in a buzzing sound
  • Fix clipboard modifier Playback

    • The clipboard content was not played entirely, a small section of 0-80 samples was omitted
    • This resulted in states where the user had to press play multiple times to get the clipboard to play again
  • Fix Cut ramping bug

    • Cutting adjacent regions of audio would leave a small part of audio on the tape
    • This was due to the applies ramping logic, previously ramp was applied inside of the cut region, now ramp is applied to the outside edges of the cur region