Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
Changes
PSG
4 bytes added
,
19 March
/* 0Dh - Volume Envelope Shape (4bit) */
In other words, in Python we have:
def
adsr_to_shape
register_to_shape
(val):
if (val >> 2) == 0: return 1
elif (val >> 2) == 1: return 7
← Older edit
Newer edit →
Phi2x
12,036
edits