mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-16 16:30:54 +00:00
Pitch envelope fixes.
This commit is contained in:
parent
55cca2ea25
commit
fc05237d37
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -516,9 +516,11 @@ PITCHENV LDA CHANENV,X ; Set envelope number
|
||||
* Update pitch value. Called by PITCHENV.
|
||||
* On entry: A - Change of pitch/step, X is audio channel #
|
||||
* X is preserved
|
||||
UPDPITCH CLC
|
||||
UPDPITCH STX OSCNUM
|
||||
CLC
|
||||
ADC CURRPITCH,X ; Add change to current
|
||||
STA CURRPITCH,X ; Update
|
||||
TAY
|
||||
JSR ENSQFREQ ; Update Ensoniq regs
|
||||
RTS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user