https://github.com/abelkevich/nano_daw
minimalistic digital audio workstation
https://github.com/abelkevich/nano_daw
audio cpp daw
Last synced: 11 months ago
JSON representation
minimalistic digital audio workstation
- Host: GitHub
- URL: https://github.com/abelkevich/nano_daw
- Owner: abelkevich
- Created: 2019-10-13T00:47:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T23:32:07.000Z (about 6 years ago)
- Last Synced: 2024-11-18T00:37:18.718Z (over 1 year ago)
- Topics: audio, cpp, daw
- Language: C++
- Homepage:
- Size: 144 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# nano_daw
## What is it?
nano_daw is a DAW (digital audio workstation) that support external plugins (codecs, effects), real-time audio processing (via PortAudio) and REST-like API to control user workflow.
## History
This software was developed by students as a demo project at open C/C++ lectures (KPI, Ukraine). Some design concepts were simplified for better readability and dev. time saving.
## Community
We have telegram group [@nano_daw](t.me/nano_daw). Feel free to ask any help or chat with contributors.
## Releases
All compiled binaries are stored as an assests on this github repo.
## Contributors
All involved people you can find at our telegram group.
Here are people that successfully implemented their features that now are in nano_daw releases:
- [YourFrieng](https://github.com/YourFrieng)