sidfactory2
sidfactory2 copied to clipboard
SID Factory II is a cross-platform editor for composing music that will work on a Commodore 64. It uses the reSID emulator and is currently in open BETA.
Draft for fixing #183 Hardcoded fullscreen An extra clearing of the screen is done in `viewport:End()` to eliminate noise in the 'letterboxed' areas. This seems like a hack; I would...
**Is your feature request related to a problem? Please describe.** Not a problem, and I'm still convinced I might be missing this option, but it would be amazing to allow...
- Contains both fonts hardcoded (default and c64) - Tables have twice as many rows when using c64 fonts - Pulse/Filter meters scale with font - Undocumented config `Window.Font` =...
- Alt-o toggles ASID/RESID - Output device shown in status bar - Mouse clicking the status also switches - No switch to ASID if the MIDI port is not open...
* When new configuration item is set to a MIDI interface name, ASID will be sent out in parallel with the reSID audio * Tested with MacOS and Windows *...
ASID support
It may not seem important to us, but it should probably still be considered since a lot of users in the Facebook group actually requested it.
**Is your feature request related to a problem? Please describe.** If SF2 (or my computer) crashes I have lost my work **Describe the solution you'd like** When starting SF2 after...
**Is your feature request related to a problem? Please describe.** The warning about unsaved changes when exiting SF2 doesn't clearly say that this means there *are* unsaved changes. A new...
**Describe the bug** Userfolders not shown as aliases **To Reproduce** Part of my `user.ini`: ``` Disk.UserFolders = "~" Disk.UserFolders.Aliases = "Home (~)" Disk.UserFolders += "/Users/Michel/Music/Michel/SIDFactoryII" Disk.UserFolders.Aliases += "My tunes" ```...
Fixes #174, which is not actually a bug. When the number of user folders is not the same as the number of aliases, no aliases are used. This is not...