uxn

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

commit 6381ebb5454b9f8b792ca54066e4cde99d713524
parent f1d903c775cf2dbf95e114c59aad9a4fcbae0fb7
Author: neauoire <aliceffekt@gmail.com>
Date:   Mon, 23 Oct 2023 05:08:41 -0400

(audio-test) Loop melody

Diffstat:
Mprojects/examples/devices/audio-tests.tal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/examples/devices/audio-tests.tal b/projects/examples/devices/audio-tests.tal @@ -59,7 +59,7 @@ BRK @get-note ( offset* -- ) - ;melody ADD2 LDA + #001f AND2 ;melody ADD2 LDA JMP2r @on-audio1 ( -> )