Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris-zen/kiro-studio
Kiro Studio (early development)
https://github.com/chris-zen/kiro-studio
Last synced: about 2 months ago
JSON representation
Kiro Studio (early development)
- Host: GitHub
- URL: https://github.com/chris-zen/kiro-studio
- Owner: chris-zen
- Created: 2021-08-07T12:50:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T19:09:37.000Z (over 2 years ago)
- Last Synced: 2024-08-04T08:08:08.966Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 544 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kiro Studio
This aims to be some kind of DAW some day.
My main motivation is to continue researching and learning on how to build real-time audio software for music production
using the Rust programming language (see [hero-studio] & [kiro-synth] for previous initiatives).
Please don't expect a polished product for a long time, if it ever becomes something ;-P
I plan to start with something small that doesn't require a UI, for example just using a MIDI surface.
If it goes well I might consider building some kind of MPC device that can run in the Raspberry Pi with a Touch Screen.
Let's see where it goes.[hero-studio]: https://github.com/chris-zen/hero-studio
[kiro-synth]: https://github.com/chris-zen/kiro-synth## Resources
- [Luppp - A real-time audio looping program](http://lac.linuxaudio.org/2012/papers/17.pdf)
- [INTERFACING REAL-TIME AUDIO AND FILE I/O](http://www.rossbencina.com/static/writings/File_IO_ACMC2014_Bencina.pdf)
- [The Ardour DAW – Latency Compensation andAnywhere-to-Anywhere Signal Routing Systems](https://gareus.org/misc/thesis-p8/2017-12-Gareus-Lat.pdf)
- [Introducing Tracktion Graph: A Topological Processing Library for Audio - Dave Rowland - ADC20](https://www.youtube.com/watch?v=Mkz908eP_4g)
- [CppCon 2015: Timur Doumler “C++ in the Audio Industry”](https://www.youtube.com/watch?v=boPEO2auJj4)