Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsushieno/notium-ng
notium ported to Kotlin. Higher-level MIDI manipulator based on mugene MML instructions.
https://github.com/atsushieno/notium-ng
kotlin midi mml
Last synced: 30 days ago
JSON representation
notium ported to Kotlin. Higher-level MIDI manipulator based on mugene MML instructions.
- Host: GitHub
- URL: https://github.com/atsushieno/notium-ng
- Owner: atsushieno
- License: mit
- Created: 2021-03-22T07:45:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T18:31:57.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T20:20:30.348Z (3 months ago)
- Topics: kotlin, midi, mml
- Language: Kotlin
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notium-ng: Notium, next-gen
## What is this?
This is an ongoing port of my [notium](https://github.com/atsushieno/notium/) programmable MIDI operation generator based on [mugene](https://github.com/atsushieno/mugene) [Music Macro Language](https://en.wikipedia.org/wiki/Music_Macro_Language) instruction sets, so that I can go forward and improve the entire ecosystem and toolchains.
While it is named as next-gen, there is nothing improved from former C# project so far. But at this state, future development will happen here, not in C# repo.
Everything, including the project name, is subject to change at this moment, so if you want to use it you might want to use some revisions off of the `main` branch.
The entire language is not documented at all, but feature wise the API is based on mugene MML compiler.
## License and dependencies
notium-ng is distributed under the MIT License.
notium-ng depends on [atsushieno/ktmidi](https://github.com/atsushieno/ktmidi) which is distributed under the MIT License.