Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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