I was fiddling around with the printable sfx when I discovered the f character affected the sound playing, so I decided to make this list:
-- Filters -- n: Noise filter (Noiz) b: Buzz d1: Detune 1 d2: Detune 2 r1: Reverb 1 r2: Reverb 2 -- Characters -- 1: n 2: b 3: n b 4: d1 5: n d1 6: b d1 7: n b d1 8: d2 9: n d2 0: [none] Q: b r2 W: d2 r2 E: b r1 R: n b r1 T: n d1 r1 Y: b d2 r1 U: b r1 I: d1 r1 O: r2 P: r2 A: b d2 S: r1 D: n r1 F: n b r1 G: d1 r1 H: n d1 r1 J: n b d1 r1 K: d2 r1 L: n d2 r1 Z: n b d2 r1 X: n d2 r2 C: r1 V: n b r2 B: n b d2 N: n b d2 r2 M: b d2 r2 -- Example -- ?"\asffbc2c3c4c2c3c4i6c2" print("\asffbc2c3c4c2c3c4i6c2") |
As of my knowledge, this is not yet discovered or documented, so I'm going to document this discovery.
For more info on P8SCII and printable sounds, go to the manual (https://www.lexaloffle.com/pico8_manual.txt) or this informational website (https://iiviigames.github.io/pico8-api/)
[Please log in to post a comment]