Skip to content

Commit 5d60d53

Browse files
committed
version 2.0.1
1 parent dff442d commit 5d60d53

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ run:
3636

3737
release:
3838
just build
39-
rm CS-16.pdx.zip
39+
-rm CS-16.pdx.zip
4040
zip -rq CS-16.pdx.zip CS-16.pdx

src/buttons.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ function instrument.AButtonDown() -- sorry, "track" screen in manual is referred
153153
filename = listview:getSelectedRow() .. ".pda"
154154
end
155155

156+
newSample:decompress()
157+
156158
instrument.selectedInst:setWaveform(WAVE_SIN)
157159
instrument.selectedInst:setWaveform(newSample)
158160
trackNames[listview:getSelectedRow()] = "smp"

src/pdxinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ author=nanobot567
33
description=cranky synth 16: a 16-track synthesizer/sampler for playdate.
44
bundleID=com.nano.cs16
55
version=2.0
6-
buildNumber=4582
6+
buildNumber=4587
77
imagePath=SystemAssets/

0 commit comments

Comments
 (0)