Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)