Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / O2.ino
Created January 30, 2016 15:51
// O2 Minipops rhythm box (c) DSP Synthesizers 2016
// Free for non commercial use
// http://janostman.wordpress.com
#include <avr/interrupt.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
@cnelson
cnelson / README.md
Last active January 19, 2024 08:01
Patches for ShowEQ 5.2.2.0 to run on Ubuntu 14.04

This was done on a stock ubuntu 14.04 cloud install, but should work on any distro (although you'd need to tweak the package install part to use yum or whatever and appropriate package names)

Install needed OS packages:

  • Install the packages needed for things to build

Oneliner:

apt-get update && apt-get install -y curl build-essential libx11-dev libxext-dev libpcap-dev zlib1g-dev libgdbm-dev