Log In  
Follow
Haizlbliek
[ :: Read More :: ]

Cart #pcmwaveform-0 | 2023-10-05 | Code ▽ | Embed ▽ | No License

I have created a simple PCM audio visualiser while experimenting with PCM.

It:

  • Has three different waveforms:
    • Square
    • Sine
    • Harmonic
  • Visualises the audio output
  • Shows the formula for calculating the wave
  • Allows adjustments to
    • Volume
    • Frequency / Pitch

I hope that this helps!

Planning on making a simple way to play sound effects too. Have a nice day!

P#135466 2023-10-05 17:41

[ :: Read More :: ]

A simple way to break Pico-8's palette.

Changing the screen palette using poke(0x5f2e, 1) and then changing the red or dark red / purple colours, then running, exiting, and going to the sprite tab results in the above image. The red and dark red colours get paled in by Pico-8.

Thought it would be an interesting first topic. Have a good day!

P#135185 2023-10-01 00:11