Make make faster

Did you ever have to compile a large project with make? It can be realy slow. Use the -j option to allow make to run multiple jobs simultaneously:

# run 4 jobs simultaneously
make -j 4

As a rule of thumb, choose -j to be the number of CPU cores.

BlipKit library

BlipKit is a C library for creating the beautiful sound of old sound chips.

  • Generate waveforms: square, triangle, noise, sawtooth, sine and custom waveforms
  • Use an unlimited number of individual tracks
  • Use stereo output or up to 8 channels
  • Define instruments to create envelopes and other interesting effects
  • Use effects: portamento, tremolo, vibrato and some more
  • Load multi-channel samples and play them at different pitches