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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.