Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit b98366e

Browse files
committed
Change PlaySound 'value' to 'note'
1 parent 9800038 commit b98366e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LameAudio.spin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ PUB LoadPatch(patchAddr) | i, j, t, c
9898
SetParam(j, i, byte[t++])
9999
c >>= 1
100100

101-
PUB PlaySound(channel, value)
101+
PUB PlaySound(channel, note)
102102

103103
SetEnvelope(channel, 1)
104104
StartEnvelope(channel)
105-
SetNote(channel, value)
105+
SetNote(channel, note)
106106

107107
PUB StopSound(channel)
108108

0 commit comments

Comments
 (0)