musical-keyboard/README.md

28 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-06-13 09:45:49 -04:00
# musical-keyboard
2022-06-13 10:03:38 -04:00
2022-06-13 09:45:49 -04:00
A playable keyboard for Garry's Mod
2022-06-13 10:03:38 -04:00
2022-11-19 21:45:06 -05:00
[![GLuaLint](https://github.com/StyledStrike/musical-keyboard/actions/workflows/glualint.yml/badge.svg)](https://github.com/FPtje/GLuaFixer)
[![Workshop Page](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-steam-workshop.jross.me%2F2656563609%2Fsubscriptions-text)](https://steamcommunity.com/sharedfiles/filedetails/?id=2656563609)
2022-06-13 10:03:38 -04:00
### Features
- Sheets
- Multiple keyboard layouts
- Many instruments in one entity
2022-11-19 21:45:06 -05:00
- Preserves the key press timings when heard by other players
2022-06-13 10:03:38 -04:00
- MIDI support ([Module installation guide](https://steamcommunity.com/workshop/filedetails/discussion/2656563609/3199240042192880687/))
- Multi-language *(Help needed! Feel free to open a issue/pull request to add/update language files)*
2022-11-19 21:45:06 -05:00
![Demo](https://i.imgur.com/hD7VBq1.gif)
2022-06-13 10:03:38 -04:00
### Notice
All samples used on this project are part of freely available soundfonts.
- **GeneralUser GS:** [Custom License](http://www.schristiancollins.com/generaluser.php)
- **Alex's gm soundfont version 1.3:** [Creative Commons Attribution 3.0](https://musical-artifacts.com/artifacts/1390)
2022-11-19 21:45:06 -05:00
- **LMMS Presets:** (https://docs.lmms.io/user-manual/8-legal/8.1-license)
## Contributing
Please follow the [CFC style guidelines](https://github.com/CFC-Servers/cfc_glua_style_guidelines) before opening pull requests.