Skip to content

Commit

Permalink
Change PlaySound 'value' to 'note'
Browse files Browse the repository at this point in the history
  • Loading branch information
bweir committed Sep 20, 2015
1 parent 9800038 commit b98366e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LameAudio.spin
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ PUB LoadPatch(patchAddr) | i, j, t, c
SetParam(j, i, byte[t++])
c >>= 1

PUB PlaySound(channel, value)
PUB PlaySound(channel, note)

SetEnvelope(channel, 1)
StartEnvelope(channel)
SetNote(channel, value)
SetNote(channel, note)

PUB StopSound(channel)

Expand Down

0 comments on commit b98366e

Please sign in to comment.