Skip to content

Instantly share code, notes, and snippets.

View alexander-daniel's full-sized avatar
💭
🌲 🌲

alexander alexander-daniel

💭
🌲 🌲
View GitHub Profile
// does somethign need to be an `arg` to write to (.set()) it?
(
SynthDef.new(\horn, {
arg out = 0, freq = [440, 440];
ar sig;
// var freq = [[660, 662], [440, 442]].choose;
var env = Env(

Things I'd like to talk about!

MI Grids Input Op Amp Configuration discussion (example: why -5V? what's really going on here?) schematic

How does diode voltage protection work and is it enough? Hagiwo example To me it seems just like a hard limiting

[
"https://www.cbc.ca/podcasting/includes/frontburner.xml",
"http://www.baseballprospectus.com/blog/daily_podcast/feed.xml"
]
function updatePosts(posts) {
return {
type: "UPDATE_POSTS",
posts
};
}
// action thunk
function goGetLatestPostsForUser(userID) {
return async (dispatch, getState) => {
[
{
"genre":"House",
"subgenres":[
"Big Room House",
"Progressive House",
"Deep House",
"Disco",
"EDM",
"Electro",
@alexander-daniel
alexander-daniel / webpack.config.js
Last active March 5, 2018 19:22
example sass and js build in same webpack
const path = require('path');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const jsEntryPath = path.resolve(__dirname, 'index.js');
const sassEntryPath = path.resolve(__dirname, 'scss', 'style.scss');
const outputPath = path.resolve(__dirname, 'static');
const sassLoaderRule = {
test: /\.scss/,
loader: ExtractTextPlugin.extract(['css-loader', 'sass-loader'])
// JS //
let x = 0;
let y = 0;
function init() {
}
# bash/zsh completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names
# *) local and remote tag names
export const skillCategories = {
"Live_Sounds": "",
"Live_Sounds.Bass": "Bass",
"Live_Sounds.Bass.Acoustic": "Bass",
"Live_Sounds.Bass.Electric": "Bass",
"Live_Sounds.Brass_&_Woodwinds": "Brass",
"Live_Sounds.Brass_&_Woodwinds.Section": "Brass.Section",
"Live_Sounds.Brass_&_Woodwinds.Trombone": "Brass.Trombone",
"Live_Sounds.Brass_&_Woodwinds.Trumpet": "Brass.Trumpet",
"Live_Sounds.Brass_&_Woodwinds.French_Horn": "Brass",