uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 328f52128bc7317aea7d0730bf963926c4e168b6
parent c26c27a730375a2c44cf9dceb445f68604df2193
Author: neauoire <aliceffekt@gmail.com>
Date:   Fri, 20 Oct 2023 10:52:13 -0400

(piano.tal) Support new volume port

Diffstat:
Mprojects/software/piano.tal | 13++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/projects/software/piano.tal b/projects/software/piano.tal @@ -91,10 +91,17 @@ BRK #1000 &loop .adsr-view/x2 LDZ2 #003a SUB2 .Screen/x DEO2 - #10 OVR SUB .Audio0/output DEI - DUP2 #0f AND LTH .Screen/pixel DEO + ( left ) + #10 OVR SUB + #00 .Audio0/output DEI + #00 .Audio0/volume DEI #04 SFT + MUL2 #08 SFT2 NIP LTH .Screen/pixel DEO .Screen/x DEI2k INC2 INC2 ROT DEO2 - #04 SFT LTH .Screen/pixel DEO + ( right ) + #10 OVR SUB + #00 .Audio0/output DEI + #00 .Audio0/volume DEI #0f AND + MUL2 #08 SFT2 NIP LTH .Screen/pixel DEO .Screen/y DEI2k INC2 INC2 ROT DEO2 INC GTHk ?&loop POP2