Skip to content

Instantly share code, notes, and snippets.

View christhompson's full-sized avatar

Chris Thompson christhompson

View GitHub Profile
<CsoundSynthesizer>
<CsOptions>
; non-realtime output
-o hrtf.wav
</CsOptions>
<CsInstruments>
sr = 44100 ; standard sample rates
kr = 4410
ksmps = 10
nchnls = 2 ; final output is stereo

Keybase proof

I hereby claim:

  • I am christhompson on github.
  • I am cthompson (https://keybase.io/cthompson) on keybase.
  • I have a public key whose fingerprint is 7BDD BA06 3806 E1BC C8BB D969 72E7 34FC 5980 BDDC

To claim this, I am signing this object:

<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@christhompson
christhompson / wp_list_comments.php
Created August 25, 2012 18:41
Original wp_list_comments from the Twenty Ten theme in functions and modifications for anonymous comments
if ( ! function_exists( 'twentyten_comment' ) ) :
/**
* Template for comments and pingbacks.
*
* To override this walker in a child theme without modifying the comments template
* simply create your own twentyten_comment(), and that function will be used instead.
*
* Used as a callback by wp_list_comments() for displaying the comments.
*
* @since Twenty Ten 1.0
<CsoundSynthesizer>
<CsOptions>
; non-realtime output
-o hrtf.wav
</CsOptions>
<CsInstruments>
sr = 44100 ; standard sample rates
kr = 4410
ksmps = 10
nchnls = 2 ; final output is stereo