this post was submitted on 06 Dec 2023
2 points (100.0% liked)

Mobile Development ๐Ÿ“ฑ | iOS and Android Programming

114 readers
1 users here now

A community for all things related to iOS and Android application development. Also check out /c/mobile and /c/swift.

founded 1 year ago
MODERATORS
 

Sorry if this is not the right place to ask this kind of question, my options on Lemmy are kind of limited.

I play around a lot with experimental types of music and have been using a series of poly-rythm soundscapes that I have created for sleep aid. A couple of friends tried out the stuff I created and said it was amazing for sleep and relaxation.

This gave me the idea for an app that created the poly-rythm soundscapes using simple(ish) formulas that allowed the user to change the scale, scale mode, duration, ambient effects, and poly-meter type to suit their preferences.

I am currently injured and am on disability so have all time and boredom in the world to throw into this project.

My entire programming experience was a single semester of Visual Basic in 2003.

Where would I begin to bring something like this into existence?

Thanks in advance.

top 3 comments
sorted by: hot top controversial new old
[โ€“] slazer2au@lemmy.world 2 points 9 months ago (1 children)

You could have a look at Godot to build an app. The scripting engine is like JavaScript/python and shouldn't be too hard to convert your vb knowledge to.

[โ€“] ImpossibilityBox@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

Hmm, it didn't cross my mind that a game engine might be a path forward. Thanks for the idea, I'll look into it.

[โ€“] mindlessLump@lemmy.world 1 points 9 months ago* (last edited 9 months ago)

https://developer.android.com/codelabs/build-your-first-android-app-kotlin

Iโ€™d start here. After you complete this, you will probably have a host of questions for which you can search the web, ask AI or come back here.