8bitbubsy / ft2-clone

Fasttracker 2 clone for Windows/macOS/Linux
https://16-bits.org
BSD 3-Clause "New" or "Revised" License
712 stars 48 forks source link

Saved instrument reload doesn't recall keyboard split / map #2

Closed lacostenycoder closed 4 years ago

lacostenycoder commented 4 years ago

I set up a basic instrument where I mapped different samples to keyboard notes. For example I made a simple drum patch with kick, hat, snare, on 3 notes on keyboard. See screenshot of mapping.

But when I reload the saved instrument, the key split mappings are lost and rest to all 0s.

What am I doing wrong?

8bitbubsy commented 4 years ago

You're doing nothing wrong! In fact, it's a bug in the instrument saver routine. I am currently working on a v1.08 of the FT2 clone, and I actually fixed this without knowing this problem existed, because I have been rewriting some of those routines lately. It'll get uploaded soon'ish.

Thanks for reporting the issue.

lacostenycoder commented 4 years ago

Why wouldn't you leave this issue open until the bug fix has been released?

8bitbubsy commented 4 years ago

You're right, I'm still new to this Git thing. =)

8bitbubsy commented 4 years ago

I have now pushed the code for v1.08, which among other fixes has a fix for this problem.