Skip to content

experimental port of OS-251 to AAP (Android Audio Plugin) - not working yet

License

Notifications You must be signed in to change notification settings

atsushieno/aap-juce-os251

Repository files navigation

It is a port of utokusa/OS-251 to Audio Plugins For Android, using aap-juce.

OS251 standalone OS251 on aaphostsample OS251 as MidiDeviceService

This repository contains only a set of build scripts with almost no creative choices (which is a requirement for any copyright claims) but I leave GPLv3 license text for compatibility with OS-251, JUCE and aap-juce.

Unlike other aap-juce porting projects, you have to run OS-251 specific setup for React UI. It is covered in Makefile so running make would suffice, but depending on your node/npm/webpack environment, you might need NODE_OPTIONS=--openssl-legacy-provider make. Regarding the environment variable, see this StackOverflow thread.