You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
Linux Manjaro [Kernel 5.14.21-2-MANJARO]
Desktop KDE Plasma 5.23.5
"exit" command only works after a song has played. Trying to exit the program by typing "exit" as the program starts, after using a command or after loading tracks to the playlist results to a null pointer exception error. "exit" command only works after using command "p" when there are tracks loaded in the playlist.
some error scenarios are:
start the program
type "exit"
error
and
start the program
type "open"
type "<"
type "+ 1" to load user's .wav files to playlist
type "q" to return to the player
type "exit"
error
scenario where "exit" works:
start the program
type "open"
type "<"
type "+ 1" to load user's .wav files to playlist
type "q" to return to the player
type "p" to play a file
type "exit"
success
I expect to be able to exit the player at any given time, in any given situation when I'm using the program without having to satisfy conditions.
The text was updated successfully, but these errors were encountered:
This happens because I do not set a value for the reference clip in the WAVPlayer except when I play a clip, and when I close the program I call the close function from it and this is an error because at the start of the program it is with null
Linux Manjaro [Kernel 5.14.21-2-MANJARO]
Desktop KDE Plasma 5.23.5
"exit" command only works after a song has played. Trying to exit the program by typing "exit" as the program starts, after using a command or after loading tracks to the playlist results to a null pointer exception error. "exit" command only works after using command "p" when there are tracks loaded in the playlist.
some error scenarios are:
and
scenario where "exit" works:
I expect to be able to exit the player at any given time, in any given situation when I'm using the program without having to satisfy conditions.
The text was updated successfully, but these errors were encountered: