Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipnertkj/chipbox
Open-source DAW with a node graph system.
https://github.com/chipnertkj/chipbox
asio audio beepbox clap daw digital-audio-workstation jack lua microtonal midi music rust sfz synth vst vst3 wasapi
Last synced: 3 months ago
JSON representation
Open-source DAW with a node graph system.
- Host: GitHub
- URL: https://github.com/chipnertkj/chipbox
- Owner: chipnertkj
- License: mpl-2.0
- Created: 2020-08-13T17:56:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T19:01:34.000Z (6 months ago)
- Last Synced: 2024-07-08T22:01:34.159Z (4 months ago)
- Topics: asio, audio, beepbox, clap, daw, digital-audio-workstation, jack, lua, microtonal, midi, music, rust, sfz, synth, vst, vst3, wasapi
- Language: Rust
- Homepage: https://crates.io/crates/chipbox
- Size: 983 KB
- Stars: 46
- Watchers: 8
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-yew - chipbox - chipbox is an open-source desktop DAW written in Rust. (Projects)
README
# chipbox
`chipbox` is an open-source desktop [DAW](https://en.wikipedia.org/wiki/Digital_audio_workstation) written in [Rust](https://www.rust-lang.org/).
This repository is currently set up for my own convenience - the project is in early development.
## Planned features
The following is subject to change, although things already listed here are of high priority.
- An audio [node graph system](https://en.wikipedia.org/wiki/Node_graph_architecture) that enables users to create flexible synthesizers and effects chains.
- [VST3](https://en.wikipedia.org/wiki/Virtual_Studio_Technology), [CLAP](https://cleveraudio.org/), [SF2](https://en.wikipedia.org/wiki/SoundFont), [SFZ](https://sfzformat.com/) support.
- Editor extensibility through [Lua](https://www.lua.org/about.html) scripting.
- [ASIO](https://en.wikipedia.org/wiki/Audio_Stream_Input/Output), [WASAPI](https://learn.microsoft.com/en-us/windows/win32/coreaudio/wasapi), [JACK](https://jackaudio.org/), [ALSA](https://www.alsa-project.org/wiki/Main_Page) audio backends.
- [MIDI](https://en.wikipedia.org/wiki/MIDI) I/O.
- [Microtonal](https://en.wikipedia.org/wiki/Microtonal_music) support.