37

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 8 comments
sorted by: hot top controversial new old
[-] eldritch_lich@lemmy.world 16 points 9 months ago* (last edited 9 months ago)

I would say that your best bet would be to learn React Native. It's an excellent option for mobile apps and you can reuse what you learn for a lot of other things as well. It's super popular so you should find no shortage of resources if you get stuck.

https://reactnative.dev/

Another option is Flutter. I personally don't like it too much unless I also intend to target desktop (and even then I'd probably use something else) but it's fairly popular as well so you should be able to find plenty of learning resources.

https://flutter.dev/

[-] ImpossibilityBox@lemmy.world 5 points 9 months ago

Wow, I had no idea that React Native basically ran most major programs in existence. Looks like it might be time to sit down and take some online courses/YouTube tutorials for this thing if I really want to get serious with this project.

Thanks!

[-] eldritch_lich@lemmy.world 1 points 9 months ago* (last edited 9 months ago)

You're welcome! Have fun!

[-] Kuinox@lemmy.world 4 points 9 months ago

As @eldritch_lich said, react native is a good choice.
Start to learn JS first. Find tutorial in the format you want.
You will have to write useless code for the sake of learning.
Then when you will start to know a bit of JS, you can start to learn html, css, then react. Then you will be able to write your app.
It may sounds like a lot, but:

  • learning JS can be fun in itself
  • you don't need to know a lot of html or css to start building your app.
  • ChatGPT can helps you a lot at building your app, especially for the HTML/CSS part you wont know
[-] ImpossibilityBox@lemmy.world 1 points 9 months ago

Sweet thanks for laying out a simple progression path.

How good have you found ChatGPT to be? My understanding is that sometimes it's great but other times it's way off base. Then you have to figure out what went wrong and you know how the saying goes "You don't know what you don't know."

[-] Kuinox@lemmy.world 3 points 9 months ago* (last edited 9 months ago)

A tip I forgot to give: Use the debugger very early while learning JS, it's very helpful to understand what the code is doing.

How good have you found ChatGPT to be?

It's great for snippets, or explaining simple code. It does fail often when hitting deep in some API, or when you want to do thing in a specific way because you know what you are doing. You have to talk a lot to it, if you want it to produce code for you.
But in your case, i recommend to never copy paste JS from ChatGPT, because it's your first programming language (html and css are not programming language), and making your brain used to code will be the most important thing I said to not copy, but you can ask questions to it, and it will be often correct, dont hesitate to send big chunks of your own code to chatgpt to get explanations.

[-] ImpossibilityBox@lemmy.world 1 points 9 months ago

Awesome, thanks for the clarification on that. Some very good tips to put into action.

[-] knapsackinjury@programming.dev 1 points 9 months ago

ChatGPT should be plenty good for any foundational questions you have. And asking "how could I improve this code" with a code snippet can give you insight into better ways to do things. If you ask it for broad responses like "write me an app for relaxation sounds", I can guarantee that it won't work, but using it alongside a tutorial when you have questions or get an error can save so much time.

this post was submitted on 06 Dec 2023
37 points (93.0% liked)

Programming

16968 readers
293 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS