Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CuarzoSoftware/Levels-Pro
A free, open source and multi-platform DAW.
https://github.com/CuarzoSoftware/Levels-Pro
Last synced: 13 days ago
JSON representation
A free, open source and multi-platform DAW.
- Host: GitHub
- URL: https://github.com/CuarzoSoftware/Levels-Pro
- Owner: CuarzoSoftware
- Created: 2020-04-20T19:29:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T10:12:17.000Z (about 4 years ago)
- Last Synced: 2024-08-01T16:22:51.743Z (3 months ago)
- Language: C++
- Size: 67.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Levels Pro
A free, open source and multi-platform DAW, targeted to Logic Pro and Pro Tools users.## Plaforms
* **Mac OS X** *(Currently in development)*
* **Windows** *(Not in development yet)*
* **Linux** *(Not in development yet)*## Audio Libraries
Levels Pro uses the best audio libraries avaliable for each platform, in order to get the best performance results.* **Mac OS X:** [CoreAudio/AudioUnits.](https://developer.apple.com/documentation/coreaudio?language=objc)
* **Windows:** [ASIO.](http://www.asio4all.org)
* **Linux:** [ALSA/JACK.](https://alsa-project.org)## GUI
The QT framework was choosen to deliver a standar graphical user interface for each platform release.## Documentation
* [User Manual](https://ehopperdietzel.github.io/Levels-Pro/build)
* [C++ Classes](https://ehopperdietzel.github.io/Levels-Pro/build)## Learn
[https://manual.audacityteam.org/man/sample_format_bit_depth.html](https://manual.audacityteam.org/man/sample_format_bit_depth.html)
[https://es.wikipedia.org/wiki/Endianness](https://es.wikipedia.org/wiki/Endianness)
[https://forum.juce.com/t/opencl-gpu-acceleration/19583](https://forum.juce.com/t/opencl-gpu-acceleration/19583)
[https://www.fransabsil.nl/archpdf/advquant.pdf](https://www.fransabsil.nl/archpdf/advquant.pdf)