-
Notifications
You must be signed in to change notification settings - Fork 6
The Alana Platform
Shaji edited this page Jul 5, 2024
·
5 revisions
- Port / Clone Amp Rack for PC (Linux, Windows)
- Custom Amp Rack Pedal Board
Since the Audio Engine is written in C++, it is already cross platform. How can it not be cross platform? All platforms are written in it.
- Use the same Audio Engine (i.e amp-rack/app/src/main/cpp)
- Write a new UI using Gtk+ (3 or 4?)
- Complete Amp Rack Theme Support
- Complete preset support (i.e firebase)
- A new Low Level™ abstraction API (Audio*) that will #ifdef to use pipewire (jack?) on Linux and Dsound(?) on Windows