shithub: neindaw

Download patch

ref: d92a4578490a554a34b3e81dd16129c6c96f3dcc
parent: 79305b636909d40a7275b5a6ac2b69d3abce12cb
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Aug 24 06:10:57 EDT 2021

piper: reduce volume even more

--- a/piper/piper.c
+++ b/piper/piper.c
@@ -26,7 +26,7 @@
 
 static int bpm = 120;
 static float bar = 2.0;
-static float vol = 0.5;
+static float vol = 0.25;
 static QLock grouplock;
 static Group *groups;
 static int numgroups;