Skip to content

Instantly share code, notes, and snippets.

# Feedback
$drum_amp = 1.0
$drum_feedback = 0.3
$drum_reverb_mix = 0.3
$drum_record = true
$blip_amp = 0.0
$blip_bitcrusher_mix = 0.3
# Welcome to Sonic Pi
set_sched_ahead_time! (0.0)
set_audio_latency! (-500)
# So sorry I couldn't say
# how much I love you
# I only have
# this modest great ape brain
$mic_amp = 3.0
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
CPU Family: 0x6
@windo
windo / live-coding.rb
Last active March 16, 2016 10:23
Coding session with sonic-pi
# Copyright 2016 Google Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,