Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nheuclin/SynthPi
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCollins1999 committed Mar 23, 2022
2 parents 22079f2 + 1498dd3 commit 50777d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/close_jackd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Closing JACK server..."
killall -s SIGINT jackd

# Pause to let bash catch its breath
sleep 1
sleep 2

# Inform the user the JACK server has closed
echo "JACK server closed."
2 changes: 1 addition & 1 deletion src/Controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Controller: public Thread{

//Lock for accessing the noteQueue.
Lock queueLock;
0

float volume;
float wavemix_val;
float attack_time;
Expand Down

0 comments on commit 50777d3

Please sign in to comment.