Minor playback changes #9

Merged
Farex-GH merged 6 commits from feat/playback into C#-master 2022-09-11 11:10:54 +03:00
6 Commits
Author SHA1 Message Date
Farex-GH 641074edf2 mainform: playback: Move volume track position to mouse position on click
Allows for smoother volume control
2022-09-11 00:57:22 -07:00
Farex-GH 34ef4c594c mainform: playback: Move song track position to mouse position on click
Allows for smoother track seeking when the song is paused.
For now, we keep the current behavior of disabling all track seeking while the song is playing.
2022-09-11 00:56:47 -07:00
Farex-GH 3dfdec27c6 mainform: playback: Check if there's a song before updating song trackbar
This avoids a null pointer dereference due to updating the song's play position before the user picks a song to edit.
2022-09-11 00:40:28 -07:00
Farex-GH 3ffec77d01 mainform: volume: Add hotkey
Adds using shift+up and shift+down to raise and lower the current song volume, respectively.
2022-09-11 00:28:39 -07:00
Farex-GH 5ff2ae2fd8 mainform: playback: Remove ticks on song trackbar
The ticks aren't really helpful on the trackbar, and end up just causing visual clutter when a song is loaded.
2022-09-11 00:25:45 -07:00
Farex-GH c59d034f48 mainform: playback: Add volume control 2022-09-11 00:24:38 -07:00