Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)