Schismtracker now on Github?
category: music [glöplog]
SchismTracker is now on Github!
https://github.com/schismtracker/schismtracker
Not sure if this should be on category music or category code. both?
https://github.com/schismtracker/schismtracker
Not sure if this should be on category music or category code. both?
cool, hopefully this means development on it is picking back up. :)
Yeah, some recent activity in this thread
Any chance to run Schism Tracker on macOS Big Sur with M1 chip?
I've got the white painted window, while the app seems working (Esc, Ctrl+Q, Y cause exit, as expected).
There is driver=sdl line in config's [Video] section, may be it is possible to change the value (to what?). Or may be libSDL-1.2.0.dylib must be replaced in the app?
Please, help.
I've got the white painted window, while the app seems working (Esc, Ctrl+Q, Y cause exit, as expected).
There is driver=sdl line in config's [Video] section, may be it is possible to change the value (to what?). Or may be libSDL-1.2.0.dylib must be replaced in the app?
Please, help.
Does this workaround work for you?
Great, thanks! Works perfect:
[Video]
driver=opengl
[Video]
driver=opengl
Another question: my Macbook Pro has no Insert key, and it's almost impossible to work in Schism Tracker without this key. Any solution, please? (except "go and buy external keyboard)
Fn + return ?
No, Fn+Return does not work on MacOS Monterey. May be I need to switch keyboard layout to any special one?
I don't know about MacOS but here's several things that may work on some operating systems:
1) Run the program in a virtual terminal and then OS hotkeys (other than changing virtual terminals) are disabled
2) Change Desktop Environment hotkeys
3) Change the instances of "SDLK_INSERT" in a source code to some other SDL_Keycode (preferably to one which does not appear yet in the code) and then compile it. The program is easy and fast to compile (at least on some OSs).
Also, the list of SDL_Keycodes seems to say that on some Macs "Help" works as "Insert"
1) Run the program in a virtual terminal and then OS hotkeys (other than changing virtual terminals) are disabled
2) Change Desktop Environment hotkeys
3) Change the instances of "SDLK_INSERT" in a source code to some other SDL_Keycode (preferably to one which does not appear yet in the code) and then compile it. The program is easy and fast to compile (at least on some OSs).
Also, the list of SDL_Keycodes seems to say that on some Macs "Help" works as "Insert"
https://karabiner-elements.pqrs.org/ is proving to be a very powerful keyboard remapping tool.
Thank you, raina!
I mapped ` to Insert for awhile. Need to dig some docs to figure out how to map fn+return
I mapped ` to Insert for awhile. Need to dig some docs to figure out how to map fn+return
just use karabiner to remap keys. or keyboard maestro.
granted, however, any 2023 tracker should have a possibility to configure shortcuts. this isn't the dark ages anymore.
granted, however, any 2023 tracker should have a possibility to configure shortcuts. this isn't the dark ages anymore.