update deps
Update deps
Update deps
Just panic if can't create a window
Remove all the debug print statements
Add metadata to Cargo.toml
Mildly better waveform display
Add volume/speed control toggle with right mouse button
Update TODO
Use mouse wheel to change the speed of sample playback
Refactor an unwrap to an if let
Move updating of the loop into a closure
Move clip position to mutable state
Remove some commented out scale code
Remove task from TODO
Open file dialog if no cli arg is provided
Up the window size
Remove scaling
Apply rustfmt
Appease clippy