Skip to content

Instantly share code, notes, and snippets.

@samesimilar
samesimilar / QuestionViewController.swift
Created January 30, 2023 21:08
Starting template for the iSkills iOS workshop
//
// QuestionViewController.swift
// surveyapp
//
// Created by YY Tan on 2023-01-03.
//
import UIKit
struct Question {
var text: String
@samesimilar
samesimilar / faust-pd-notes.txt
Created November 24, 2022 18:37
My notes on Designing a faust dsp synth for the Critter&Guitari Organelle
generating pd external for organelle from faust dsp
NB: These are not intended to be "instructions" or a how-to, just notes based on my experiments with Faust, PureData and the Organelle.
On my laptop run faust to generate the cpp:
faust -a puredata.cpp -o cpgrui-pd.cpp cpgrui.dsp
Copy cpp to organelle and compile: