Skip to content

Commit

Permalink
Added ability to play imported audio file at cue points. Other non-co…
Browse files Browse the repository at this point in the history
…nsequential improvements and fixes.
  • Loading branch information
globalnomad committed Aug 20, 2020
1 parent ece0cb1 commit 455136e
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
log.txt
quickCUE.spec
labels.txt
build
dist
Binary file added checkmark-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added play-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions pyinstaller command.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
pyinstaller quickCue.spec

or from scratch:

pyinstaller.exe --icon=quickCue.ico --noconsole quickCue.py
213 changes: 151 additions & 62 deletions quickCUE.py

Large diffs are not rendered by default.

Binary file added stop-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 455136e

Please sign in to comment.