https://github.com/maaack/synth-jam-2023
https://github.com/maaack/synth-jam-2023
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maaack/synth-jam-2023
- Owner: Maaack
- License: mit
- Created: 2024-01-06T20:44:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T17:23:20.000Z (over 2 years ago)
- Last Synced: 2025-03-01T21:48:32.209Z (over 1 year ago)
- Language: GDScript
- Size: 24.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Godot MIDI Keyboard
For Godot 4.2.1
Result of some experimenting with Godot, MIDI, and soundfonts.
The application should detect connected MIDI devices and read their output. It can also read MIDI files and play them back on the keyboard.
[Try it on itch.io](https://maaack.itch.io/godot-midi-keyboard)




## Plugins
This Godot project requires the following plugin(s):
1. `Godot MIDI Player for Godot Engine 4` by arlez80.
### Installation
1. Open the Asset Lib window in Godot.
* 
2. Make sure you are searching `godotengine.org`.
* 
3. Search for "MIDI" and select `Godot MIDI Player for Godot Engine 4`.
4. In the details window for the plugin, select download.
* 
5. Let the plugin download and then start the install...
6. Let the plugin install in `/addons/midi`.
* 
7. Open the Project Settings window and select the Plugins tab.
8. Under the column "Status", check the boxes to Enable the plugins.
* 
9. Reload the project.
* 
## Links
[Attribution](ATTRIBUTION.md)
[License](LICENSE.txt)