shithub: neindaw

Download patch

ref: 75686444e07d768ce76c383ba434fdeb55c6c13d
parent: 42599f25a9d3759f5f6b1707f039d81a1474351d
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed May 13 11:39:11 EDT 2020

piper: remove per-instance volume handling

--- a/piper/ay.c
+++ b/piper/ay.c
@@ -52,10 +52,6 @@
 		fprint(ay->env.hit, "1");
 		break;
 
-	case CmdVol:
-		fprint(ay->volume, "%g", c->vol);
-		break;
-
 	case CmdRaw:
 		break;
 	}
--- a/piper/kick.c
+++ b/piper/kick.c
@@ -43,10 +43,6 @@
 		fprint(k->gate, "1");
 		break;
 
-	case CmdVol:
-		fprint(k->volume, "%g", c->vol);
-		break;
-
 	case CmdRaw:
 		break;
 	}