https://github.com/esgameco/ss13midi2music
Converts MIDI controller key presses to keyboard for playing instruments in Space Station 13.
https://github.com/esgameco/ss13midi2music
ahk byond goonstation space-station-13 ss13
Last synced: 13 days ago
JSON representation
Converts MIDI controller key presses to keyboard for playing instruments in Space Station 13.
- Host: GitHub
- URL: https://github.com/esgameco/ss13midi2music
- Owner: esgameco
- License: mit
- Created: 2022-12-15T02:49:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T02:43:00.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:33:55.722Z (2 months ago)
- Topics: ahk, byond, goonstation, space-station-13, ss13
- Language: AutoHotkey
- Homepage:
- Size: 1.33 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SS13Midi2Music
Converts midi controller key presses to keyboard key presses for playing instruments in Space Station 13.
Works in Goonstation.
## Download
1. Download Zip (in Code -> Download Zip)
2. `git clone https://github.com/esgameco/SS13Midi2Music.git`## Run
Double click "main.ahk" or "main.exe" if you don't have AHK.
- Type "Fiddle" to use fiddle keys
- Type "Sax" to use sax keys
- Type "Trumpet" to use trumpet keys
- Guitar not yet setup
## Key Binding Order
Put the key binding order for your specific instrument in the text bar at the top.
- Fiddle: zsxdcvgbhnjmq2w3er5t6y7ui9o0p+14,8k
- Sax: jmq2w3er5t6y7ui9o0p+14,8kzsxdc
- Trumpet: zsxdcvgbhnjmq2w3er5t6y7ui9o0p+14,
## Contributing
If you know how to dynamically set labels, please send a pull request to make the code cleaner.
Also, if you have access to other instruments, please add a key binding order and what key the instrument starts on.