Haptic Metronome
- 2 Devlogs
- 4 Total hours
Haptic Metronome is a app that turns your Apple Watch into a portable metronome that uses the haptic motors inside the watch to vibrate to the set beats per minute.
Haptic Metronome is a app that turns your Apple Watch into a portable metronome that uses the haptic motors inside the watch to vibrate to the set beats per minute.
Had to learn how swifts UserDefaults to store the chosen haptic. I had a really hard time to get the menu to show the correct one when entering the settings. Somehow it would always default to start. Turns out all i needed was to update the selected one on appear.
But now we are done with the settings and just some final touches left and we’ll see if I can maybe make this look better.
The core function is done, you get the slider to choose the bpm and a button start and stop.
The haptics also works, right now using the ‘start’ haptic.
You may have noticed the settings button. I am working on letting you choose which haptic type the metronome uses. But that page is not ready to be shown yet.