Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/earthmanmuons/clefcraft
Exploration of Western music theory concepts with Zig
https://github.com/earthmanmuons/clefcraft
midi music music-theory theory zig ziglang
Last synced: about 1 month ago
JSON representation
Exploration of Western music theory concepts with Zig
- Host: GitHub
- URL: https://github.com/earthmanmuons/clefcraft
- Owner: EarthmanMuons
- License: mit
- Created: 2024-04-10T21:05:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:50:00.000Z (7 months ago)
- Last Synced: 2024-04-13T20:48:56.476Z (7 months ago)
- Topics: midi, music, music-theory, theory, zig, ziglang
- Language: Zig
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClefCraft
**Exploration of Western music theory concepts with [Zig][].**
[Zig]: https://ziglang.org/
---
![ClefCraft UI](screenshot.avif "User Interface")
## License
ClefCraft is released under the [Zero Clause BSD License][LICENSE] (SPDX: 0BSD).
Copyright © 2024 [Aaron Bull Schaefer][EMAIL] and contributors
[LICENSE]: https://github.com/EarthmanMuons/clefcraft/blob/main/LICENSE
[EMAIL]: mailto:[email protected]## Credits
Thank you to the following people:
- [@Not-Nik][] for the [raylib-zig][] bindings to the [raylib][] project, used
for GUI (Graphical User Interface) support.- [@ryleelyman][] for the [rtmidi_z][] bindings to the [RtMidi][] project, used
for MIDI (Musical Instrument Digital Interface) support.[@Not-Nik]: https://github.com/Not-Nik
[@ryleelyman]: https://github.com/ryleelyman
[raylib-zig]: https://github.com/Not-Nik/raylib-zig
[raylib]: https://github.com/raysan5/raylib
[RtMidi]: https://github.com/thestk/rtmidi
[rtmidi_z]: https://github.com/ryleelyman/rtmidi_z