Minor playback changes #9

Merged
Farex-GH merged 6 commits from feat/playback into C#-master 2022-09-11 11:10:54 +03:00
Farex-GH commented 2022-09-11 11:04:25 +03:00 (Migrated from github.com)

Hi,

This PR fixes a null pointer dereference that could happen when the user would seek in the song playback bar before they have a song selected.
It also adds volume control and smoother seeking to bars in the playback area.

I haven't written any C# before, so feel free to let me know if the naming or style conventions differ from C# conventions.

Hi, This PR fixes a null pointer dereference that could happen when the user would seek in the song playback bar before they have a song selected. It also adds volume control and smoother seeking to bars in the playback area. I haven't written any C# before, so feel free to let me know if the naming or style conventions differ from C# conventions.
Sign in to join this conversation.