Skip to content

Instantly share code, notes, and snippets.

View wyan's full-sized avatar
👾
mingling with retro stuff, yearning for the VT52, still looking at the fnords

Alice Wyan wyan

👾
mingling with retro stuff, yearning for the VT52, still looking at the fnords
  • CIFP Camino de la Miranda
View GitHub Profile
@wyan
wyan / dspD8.ino
Created March 28, 2019 14:36 — forked from anonymous/dspD8.ino
The dsp-D8 drum synthesizer
// dsp-D8 Drum Chip (c) DSP Synthesizers 2015
// Free for non commercial use
// http://janostman.wordpress.com
#include <avr/interrupt.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
@wyan
wyan / README
Created March 5, 2019 14:41
ATTiny85 based MIDI to CV
Requires https://github.com/heartscrytech/DigisparkMIDI
Bootloader https://github.com/micronucleus/micronucleus
See instructions at https://janostman.wordpress.com/cheap-diy-usb-midi-to-cv-interface/
@wyan
wyan / dspHostDrum8.ino
Created March 5, 2019 07:00 — forked from anonymous/dspHostDrum8.ino
Drum8 code for the dsp-Host module
// Copyright 2016 DSP Synthesizers Sweden.
//
// Author: Jan Ostman
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of