Skip to content

Commit

Permalink
last commit before major refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaSundae committed Oct 6, 2023
1 parent d5f0daa commit 72722b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/audio/*
***/__pycache__/*
***/__pycache__/*
**/.venv/*
2 changes: 1 addition & 1 deletion UserInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def srSetup(self):
pygame.init()
self.srLoop = False
self.srPlayer = SoundRandomiser()
self.srInterval = 100
self.srInterval = 50
self.srPlayer.setProbability(0.0625)

def srStart(self, start=False):
Expand Down
3 changes: 3 additions & 0 deletions launch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.venv/bin/pip install pygame
.venv/bin/pip install pymusiclooper==2.5.1
.venv/bin/python UserInterface.py

0 comments on commit 72722b0

Please sign in to comment.