v1.1.4
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
ADDandEDITModals- 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 MagnitudeMidi Jog Wheel - All mappings are stored in a separate
midi.jsonfile
- Added 2 new Utility -> Midi Settings
- FR: New project on startup
- UTILITY now has a new setting:
AT STARTUPLAST PRJdefaultNEW PRJ
- When
NEW PRJis selected, Track8 asks to create a new Project on each start with a generated name
- UTILITY now has a new setting:
- Harmonize Encoder Speed / Step Size
- Added
SHIFT+Encoder functions for fine grained control (except for settings) - Unified Step sizes
- Added
- FR: Audio/Midi Screen Visual Confirmation of Overdub
- The indicator can be touched to quickly toggle Overdub
- FR: Highlight/Color Pasted Audio For Visual Confirmation
- This is gated by a new Setting
UTILITY->MOD HIdefaulting toOFF(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
- This is gated by a new Setting
- Moved the
UTILITYSHADERsetting to a secondary Encoder 7 function to make space for the following feature toggles - FR: Markers to show a vertical line for easy visual reference
- This is gated by a new Setting
UTILITY->MKR LEGdefaulting toOFF
- This is gated by a new Setting
-
Added Audio Record offset per track in the
AUDIO OVERVIEW- Cycle to
REC OFFSETvia Encoder Push - Or hold
SHIFT+ Push Encoder 4 - per track an offset of 0 to -50ms can be set
Bug Fixes
- Cycle to
-
Bug: Fixed issue where opening a different Screen or switching an Encoder Function for the first time after boot would produce cracks when recording
-
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