Building the DAW for Android #42
WormSnacks
started this conversation in
General
Replies: 1 comment 2 replies
-
JUCE and the tracktion engine support android. So in theory you should be able to build the DAW for android, although I’m not too sure how the MIDI stuff will work. I think that’s going to be the main challenge. Never done much android stuff though so can’t really say. I would say look into building a simple JUCE app for android first. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! After some conversations on the Discord I've started poking around at the possibility of building the daw as an apk so that people could potentially replace the pi and screen part of the build with their phone which would cut costs quite a bit with the current pi shortage. After exploring some possibilities I think the most straightforward method is going to be building a Native Activity app with VS which I've been slowly poking at over the last day or so.
That being said, this is all still very new to me, if there's anyone out there with potential insight into this process or experience with building Android apps with C++ I would love some tips or resources!
Beta Was this translation helpful? Give feedback.
All reactions