File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ const (
227
227
InstrumentSquare Instrument = 3
228
228
InstrumentPulse Instrument = 4
229
229
InstrumentOrgan Instrument = 5
230
- InstrumentNoise Instrument = 6 // Not implemented yet.
231
- InstrumentPhaser Instrument = 7 // Not implemented yet.
230
+ InstrumentNoise Instrument = 6
231
+ InstrumentPhaser Instrument = 7
232
232
InstrumentSfx0 Instrument = 8 // Not implemented yet.
233
233
InstrumentSfx1 Instrument = 9 // Not implemented yet.
234
234
InstrumentSfx2 Instrument = 10 // Not implemented yet.
Original file line number Diff line number Diff line change 18
18
* [x] rectangles, lines, circles
19
19
* [ ] fill patterns
20
20
* [ ] stretching sprites
21
- * [ ] map API
21
+ * [ ] Audio
22
+ * [x] playing sound effects
23
+ * [x] updating sound effects and music when the game is run
24
+ * [ ] SFX notes effects
25
+ * [ ] SFX modifiers
26
+ * [ ] ADSR (envelopes)
27
+ * [ ] playing music
28
+ * [ ] map API
22
29
* [ ] math API
23
30
* [x] Cos, Sin, Atan2
24
31
* [x] Min, Max, Mid for integers
51
58
* [ ] sound editor
52
59
* [ ] music editor
53
60
* [ ] Documentation
54
- * [ ] Go docs
61
+ * [x] Go docs
62
+ * [ ] More detailed Go docs
63
+ * [ ] Tutorials
55
64
* [ ] Support for different platforms
56
65
* [x] Windows, Linux, macOS
57
66
* [x] Web browsers (WASM)
You can’t perform that action at this time.
0 commit comments