Skip to content
Bazz edited this page Apr 1, 2022 · 26 revisions

v0.2.4

New Feature - Pitch Modulation (PMOD)

v0.2.3

New Feature - Pattern Naming

As far as we know, SNES Tracker v0.2.3 is the first music tracker software to have a pattern naming feature! In other words, this may be the first music tracker in the world to include pattern naming.

Pattern naming makes it a lot easier to manage your musical ideas. Here are some pictures of the same song on v0.2.2, and then on v0.2.3 with some patterns named:

BEFORE

before

AFTER

after

Bug Fixes

  • fixes #128 - Automatic appending of file extension to saved files
  • (Licensing) give pcx2snes MIT license with developer permission.
  • fixes #161 - Scroll Instruments box to top when loading a song
  • fixes #162 - Fixes "Numlock ON limits pattern editor functionality"
  • Fixes #167 - [bug] Long BRR Filename overflows Sample Panel on Load
  • Fixes #173 - Recent Files displays incorrect auto-completed file extension file
  • fixes #175 - new pattern gets 0 length
  • Fixes #127 - Building Sub-Makefiles Properly

v0.2.2

Bug Fixes

  • !critical bug fix! No more temporary hangup at runtime #160
  • Wrong info was displayed in Zap Instrument's sample delete dialog #151
  • Instr/Sample Name Length #153

Convenience

  • Do not use INFINITE for default instrument Sustain Release #146

Build System Improvements

  • Native Windows 64-bit compile support
  • 32-bit cross compile support (for win32 binaries)

Binaries available at this time only to Patreon Supporters.

v0.2.1

v0.2.1 new UI

  • Add Wiki, Soundcloud, Stream (Twitch), and Twitter links to the About Menu.
  • Nicer UI as per #142
    • Additionally, I removed the Sequence Length field, as it wasn't very useful.

Under the Hood improvements:

  • Text objects can now control the background color
  • Sonic the Hedgehog now powers the Main_Window class (inside joke from SNES Tracker Twitch stream)
  • The background colors are properly located in the Colors UI array.

v0.2.0

Bug Fixes

  • Fix crash when Preferences.ini Recent File entry is corrupt #139
  • Fix BRR Rip bug #138
  • Fix scenario where echo flag was not saved for a song's instrument #130
  • Fix unsaved changes not always detected when closing app #124

Other

  • As prep for adding in SPD effect commands - Change default SPD to 8 and unlock the adjustment. Technical jargon: Note that this doesn't behave like a traditional SPD yet! and only BPM will affect playback speed for now. I plan on having SPD of 8 reflect the BPM when each row is a 16th note, and adding SPD adjustment commands! woot woot

v0.1.1

Available at https://github.com/bazzinotti/snestracker/releases/tag/v0.1.1

New Features

  • Stereo panning.
  • Fine tune. #111
  • Echo Settings. #80
  • Instrument playback and MIDI input - easily preview instruments directly from the program! #43
  • Live updates - change instruments and settings while a song is playing, and hear the changes in real time.
  • New App Logo icon <3

Usability

  • Better menus (better layouts, nicer colors!)
  • Recent files list. #84
  • Additional Pattern Controls (move up/down, del, clr)
  • Play from playhead (not just play from start of pattern). #108
  • Highlighted pattern row numbers (easier to keep your place when entering repeating notes e.g. drum patterns).
  • STI (SNES Tracker Instrument) file format updated to include non-hardware ADSR.
  • Instrument Duplication (quickly copy instrument to change ADSR, PAN, or finetune settings)
  • Window Title Bar shows the currently open file name.

Compatibility

  • c700 (AddMusicM) BRR file format now supported. #72

Bug Fixes

  • visual bug when switching to pattern of less rows #36
  • long press of button occasionally getting 'stuck' #120
  • [BUG] Program won't launch if /cursors folder is not present #76
  • Vague "File Not Found" Error Handling #10
  • Lots of undocumented fixes!!

Other

  • Add Checkbox GUI element #50

v0.1.0

Available at https://github.com/bazzinotti/snestracker/releases/tag/v0.1.0

New Features

  • Warnings about unsaved changes on exit/new/open.
  • backwards / forwards compatible file formats for Song (STS) and the all new Instrument (STI)
  • Debugger can now rip complete instruments from SPC files (BRR samples with preserved ADSR envelope data) for use directly in your own songs.
  • Add DialogBoxes to UI
  • Keyboard Shortcuts: Ctrl-O open song and Ctrl-E export SPC

Bug Fixes

  • [libgme_m] fill in missing memory read/write reports (color info is more accurate now)

Other

  • [apudriver] better hardware Key Off handling = better sound quality. now there's no pops or clicks
  • Enable many of the greyed out GUI elements, including: Sample Save/Clear Instrument Load/Save/Zap, Sample loop point adjustment,
  • BRR Size info is now viewable from Sample Editor, and the controls are greyed out when sample is not loaded (intuitive)
  • Pattern data beyond the set length now gets saved to your Song for safe keeping 👍