Skip to content

Instantly share code, notes, and snippets.

View drart's full-sized avatar

Adam Tindale drart

View GitHub Profile
@drart
drart / gist:9573502
Last active August 29, 2015 13:57 — forked from colinbdclark/gist:9179042
An example of combining flocking.js with the compressor in Web Audio.
flock.init();
var as = flock.enviro.shared.audioStrategy;
// Create the new gain node and set some parameters on it.
var compressor = as.context.createDynamicsCompressor();
// Connect the Flocking jsNode up to it.
as.jsNode.connect(compressor);
@drart
drart / C4Workspace.m
Last active December 25, 2015 11:29 — forked from C4Examples/C4Workspace.m
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton and Greg Debicki.
// Updated by Adam Tindale.
#import "C4WorkSpace.h"
@implementation C4WorkSpace
//
// C4WorkSpace.m
//
// Created by Greg Debicki.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
C4Slider *slider;
//
// C4WorkSpace.m
// Swipes Tutorial
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {