Releases: dannye/crystal-tracker
Releases · dannye/crystal-tracker
v0.7.0
Crystal Tracker v0.7.0 (2024-06-08)
- Better Pencil: Click and drag to pick note length.
- Better tempo handling:
- Visualize all tempo changes with dark purple or dark yellow lines.
- Automatically split rests according to first channel tempo changes.
- Disable tempo property input box for non-first channels.
- Add Postprocess Channel to Edit menu to trigger automatic rest splitting on-demand.
- Better Measure Ruler:
- Add ruler config dialog to set the time signature of the ruler to match the song, including pickup notes.
- Remember ruler config for recent files.
- Increase max grid width from 16 to 32.
- Better toolbar:
- Add loop verification toolbar button.
- Add toolbar buttons for moving/resizing notes.
- Add Delete, Snip, Split, and Glue to toolbar.
- Better zoom: Add extra zoom-out zoom level.
- Better playback: Slightly improve vibrato playback for slow tempos.
- Better editing: Add Insert Rest to Edit menu; useful for widening inner loops and calls.
- Update to FLTK 1.4-alpha.
This release was built with FLTK 1.4-alpha, commit e5693efb75f8ab50362256c630421e71291cfb46.
v0.6.3
v0.6.2
v0.6.1
Crystal Tracker v0.6.1 (2024-02-12)
- Bugfix: Calls containing loops cannot be inserted into other loops.
Crystal Tracker v0.6.0 (2024-02-11)
- Add right-click context menu with loop and call functions.
- Loops: Reduce, Extend, Unroll, Create
- Calls: Delete, Unpack, Create, Insert
- Add note label toggle.
- Add key label toggle, note label toggle, and ruler toggle to toolbar.
- Shorten and Lengthen now drag the cursor if the cursor is aligned to the right edge of a selected note.
- Clicking into the measure ruler now sets the playhead.
- Placing new notes now copies the speed of the previous note when possible.
- Note properties panel now supports alt shortcut keyboard navigation.
- Add Select Invert function.
- Unreferenced labels are now visualized in the timeline with a gray line.
- Add gray flag for misc/other settings changes.
- Add warning when labels are used by multiple channels.
- Add error when loading a song that contains unsupported rgbds keywords (eg, rept).
- Add warning when note properties differ on the second iteration of the main loop.
- Add menu option checkbox to disable main loop verification.
- Increase max undo limit from 100 to 256.
v0.6.0
Crystal Tracker v0.6.0 (2024-02-11)
- Add right-click context menu with loop and call functions.
- Loops: Reduce, Extend, Unroll, Create
- Calls: Delete, Unpack, Create, Insert
- Add note label toggle.
- Add key label toggle, note label toggle, and ruler toggle to toolbar.
- Shorten and Lengthen now drag the cursor if the cursor is aligned to the right edge of a selected note.
- Clicking into the measure ruler now sets the playhead.
- Placing new notes now copies the speed of the previous note when possible.
- Note properties panel now supports alt shortcut keyboard navigation.
- Add Select Invert function.
- Unreferenced labels are now visualized in the timeline with a gray line.
- Add gray flag for misc/other settings changes.
- Add warning when labels are used by multiple channels.
- Add error when loading a song that contains unsupported rgbds keywords (eg, rept).
- Add warning when note properties differ on the second iteration of the main loop.
- Add menu option checkbox to disable main loop verification.
- Increase max undo limit from 100 to 256.
Note: Pre-built binaries are not available for this release. Please see v0.6.1.
v0.5.0
v0.4.0
Crystal Tracker v0.4.0 (2023-12-14)
- Add rectangle select.
- Improve tempo to bpm approximation for playback.
- Improve playback of noise samples that never fade out. (See: Pinball's seelstage.asm)
- More intuitive keyboard controls for the Note Properties panel.
- Escape now aborts note property changes.
- Enter now also deselects the textbox.
- Fix playback of drum samples for songs that also use inline waves.
- Warn for songs that use too many inline waves.
- Using too many drums is now a warning and not an error.
- Allow setting drumkit from Note Properties panel.