uxn

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

commit ca93072e06fa2416f33b2bc2556cea0dc821a6d4
parent cb649172bda6334f82c3f1ace1537f20406b6376
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Tue, 10 Aug 2021 19:37:40 +0100

Added tiny optimisation to piano.tal

Diffstat:
Mprojects/examples/demos/piano.tal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/examples/demos/piano.tal b/projects/examples/demos/piano.tal @@ -97,9 +97,9 @@ BRK #10 #00 &loop .adsr-view/x2 LDZ2 #003a -- .Screen/x DEO2 - DUP #10 SWP - .Audio0/output DEI #0f AND < .Screen/pixel DEO + #10 OVR - .Audio0/output DEI #0f AND < .Screen/pixel DEO .adsr-view/x2 LDZ2 #003a -- #0002 ++ .Screen/x DEO2 - DUP #10 SWP - .Audio0/output DEI #04 SFT < .Screen/pixel DEO + #10 OVR - .Audio0/output DEI #04 SFT < .Screen/pixel DEO .Screen/y DEI2 #0002 ++ .Screen/y DEO2 #01 + GTHk ,&loop JCN POP2