8000 Tags · jpage8580/GTUltra · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jpage8580/GTUltra

Tags

v1.5.5

Toggle v1.5.5's commit message
Fixed: Note only played when either jamming or when editing note column

(Was playing notes when entering values in pattern view)

V1.5.4.4

Toggle V1.5.4.4's commit message
Fixed note input using MIDI

Fixed playing of note in record mode (QWERTY and MIDI)

v1.5.4.3

Toggle v1.5.4.3's commit message
Export - Ctrl-F9 now does a fast export (if you've already exported, …

…it will export to the same file, using the same settings)

Improved handling of quitting export option pages (restores options to the settings when you entered export page)

BUG FIX: Shift+Left when song was playing could cause a crash if the song position was at the beginning of the song.

V1.5.4.2

Toggle V1.5.4.2's commit message
Fixed export possibly displaying incorrect pattern number as being to…

…o large

v1.5.4.1

Toggle v1.5.4.1's commit message
Fix potential for saving a corrupt .sng file:

1. Enter expanded orderlist view
2. change the FF end marker to 00

** appears to indicate that orderlist length is now too long.
F11 is disabled (you can't save). You also can't swap back to original orderlist view until you fix the orderlist length... All good.. But...

Changing subsong allows you to save still. As such, it's possible to save a corrupted sng.

FIX:
- I've stopped the ability to change subsongs when ** is shown. This forces you to fix the length before you can proceed further.

v1.5.4

Toggle v1.5.4's commit message
updated

v1.5.3

Toggle v1.5.3's commit message
V1.5.3

- Added option to still allow SID playback when selecting zeropage mode in the SID export page
  (Allows coders to still easily access the SID registers from the zp RAM, without needing to write the code to also do playback)
- Modified SIDTracker64 mode. Now enable with EITHER Shift or Ctrl F12

v1.5.2

Toggle v1.5.2's commit message
Fixed up issues with gt2reloc

v1.5.1

Toggle v1.5.1's commit message
Fixed export to wav where samplerate isn't set to 44100 in the cfg file.

Exported WAV will now match that sample rate

Improved reporting of song length - automatically updates when patterns lengths are changed or if orderlist entries are inserted / deleted, etc.

v1.5.0

Toggle v1.5.0's commit message
V 1.5.0

Drag / Drop to load files
- No need to use the F10 menu option
Bug fixes and stability improvements
Improved jamming mode
- KeyOff performed automatically on key release
SIDTracker64 mode
- KeyOff automatically applied on an empty pattern row
- Enter Key - create Key On entries from previous note to cursor position to extend note length prior to Key Off
- F2-F3 keys act different:
    F2 = Play current pattern from the cursor position
    F3 = Play current pattern from the beginning
- Shift-F12 to toggle this mode on or off
Export to WAV
- Shift-F11 to display this panel
- Normalization on/off option
- Will export to 16 bit, stereo, 44.1KHz .WAV file
- Uses current mute settings (allows you to export individual channels)
Change: CTRL+A to select whole pattern row
- SHIFT+A to decrease note values (used to also work with CTRL+A)
Change: 3 different auto-advance modes (SHIFT-Z) when entering data, depending on where cursor is within pattern area
- Notes only (advance if you enter a note, rest, key on or key off. NOT if you are entering hex data)
- All (Advance when entering notes or values)
- OFF (no auto advance)
Mouse Wheel
- Use the mouse wheel to scroll through panels, depending on where your flashing editor cursor is currently located
New: Improved failing merge of 2 .sng files (if running out of instruments or patterns)
- Original GT gave no warning of a failed merge.
Optional Debug mode in .cfg file
- When enabled, memory checks are performed to check for memory leaks
Optional “Use repeats when compressing from expanded order list view
- By default, the expanded orderlist will insert REPEAT commands when converting back to the original orderlist. This keeps the data small, however it makes it difficult to read. Use this option to disable the use of the REPEAT command
Optional “Automatically move to next or previous pattern in order list when moving cursor”
- Previously this was always enabled. Now it is possible to disable
- SHIFT+Click on Follow icon to toggle this mode
Added new .sng file (JasonPage/RType: Amiga2SID.sng)
- This uses the SIDTracker64 mode
0