Skip to content

Instantly share code, notes, and snippets.

View lewislepton's full-sized avatar
🏳️‍🌈
tofu bouncing bonanza

Lewis Lepton lewislepton

🏳️‍🌈
tofu bouncing bonanza
View GitHub Profile
@lewislepton
lewislepton / BufferedAudioBus.hpp
Created March 31, 2017 13:25
AudioKit on Audio Unit v3 (extension)
/*
<samplecode>
<abstract>
Utility classes to manage audio formats and buffers for an audio unit implementation's input and output audio busses.
</abstract>
</samplecode>
*/
#import <AudioToolbox/AudioToolbox.h>
#import <AudioUnit/AudioUnit.h>
@lewislepton
lewislepton / Project.hx
Last active March 21, 2017 18:00 — forked from wighawag/Main.hx
Kha White Noise
package;
import kha.Framebuffer;
import kha.Color;
import kha.Assets;
import kha.audio2.Audio;
import kha.audio2.Buffer;
class Project {
public function new() {