djshaji / amp-rack

Amp Rack is a Guitar / Voice Audio Effects Processor for Android. Amp Rack is an Open Source LADSPA Plugins Host for Android. More than 150 high quality audio plugins are available which can be added in any order to the audio effect chain to create distinct high quality tones for your guitar!
https://amprack.in
Apache License 2.0
42 stars 5 forks source link

Create C CLI/GTK App using the same Engine.cpp interface? #61

Open djshaji opened 3 months ago

djshaji commented 3 months ago

The only thing that is Oboe specific is in Engine.cpp, maybe we can have #ifdefs and what not. The rest of it, especially the Plugin.cpp and SharedLibrary.cpp are entirely modular and self contained.

Explore more on this.

We can share plugins across platforms.

Hmm.

djshaji commented 3 months ago

Amp Rack for Linux, and, dare I add, I mean, that other platform, too?

djshaji commented 3 months ago

Explore PWA Web Assembly