uxn

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

commit c7c237895ac4712f5727988e64cbdff72d9c537d
parent 818ade6db1564a1fb9b9c8e0d0ded2f0ac4a07c9
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Mon,  5 Apr 2021 11:16:43 +0100

Corrected audio example pitch constants.

Diffstat:
Mprojects/examples/dev.audio.usm | 13+++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/projects/examples/dev.audio.usm b/projects/examples/dev.audio.usm @@ -153,24 +153,21 @@ BRK DUP #ff NEQ ^$skip1 JNZ POP ^$listen2 JMP $skip1 - #00 SWP ,notes ADD2 PEK2 - #0c #03 MUL SUB =Audio.ch1pitch + #00 SWP ,notes ADD2 PEK2 =Audio.ch1pitch $listen2 ,track.ch2 #00 ~head.pos #08 DIV ADD2 PEK2 #01 SUB DUP #ff NEQ ^$skip2 JNZ POP ^$listen3 JMP $skip2 - #00 SWP ,notes ADD2 PEK2 - #0c #03 MUL SUB =Audio.ch2pitch + #00 SWP ,notes ADD2 PEK2 =Audio.ch2pitch $listen3 ,track.ch3 #00 ~head.pos #08 DIV ADD2 PEK2 #01 SUB DUP #ff NEQ ^$skip3 JNZ POP ^$end JMP $skip3 - #00 SWP ,notes ADD2 PEK2 - #0c #03 MUL SUB =Audio.ch3pitch + #00 SWP ,notes ADD2 PEK2 =Audio.ch3pitch $end RTN @@ -438,8 +435,8 @@ RTN @head_icn [ 0018 1818 7e3c 1800 ] @notes [ - 60 62 64 65 67 69 71 - 72 74 76 77 79 81 83 + 3c 3e 40 41 43 45 47 + 48 4a 4c 4d 4f 51 53 ] @knob_icns [