Skip to content

Instantly share code, notes, and snippets.

View magnetophon's full-sized avatar

Bart Brouns magnetophon

View GitHub Profile
import("stdfaust.lib");
process = GR@totalLatency,smoothGRl(GR);
// maxAttack = 128;
// TODO:
// get to GR earlier, then for the last bit, xfade from dir to pos.
/*
* Copyright (C) 2014 Bart Brouns
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
{
"osc8": {
"enabled": true,
"is_fm": false,
"function": 6,
"phase": 0.00000,
"seed": 120,
"ampl_env": {
"amplitude": 0.82963,
"points": [
{
"osc8": {
"enabled": true,
"is_fm": false,
"function": 4,
"phase": 0.00000,
"seed": 620,
"ampl_env": {
"amplitude": 0.09630,
"points": [
(after! org
(defun forward-and-preview ()
(interactive)
"Go to same level next heading and show preview in dedicated buffer"
(hide-subtree)
(org-speed-move-safe (quote outline-next-visible-heading))
(show-children)
(org-tree-to-indirect-buffer)
)
(defun back-and-preview ()
{ stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "0.8.8";
name = "ddptools-${version}";
src = fetchurl {
url = "http://ddp.andreasruge.de/dist/${name}-i386-elf.tar.gz";
sha256 = "188p7vj17nzjndajb3rxmvmy1cx4r07sfg1qrch43fvshbr15x03";
};
{
boost,
cln,
cmake,
# faust2,
fetchgit,
ginac,
jamomacore,
kf5_stable,
libsndfile,
[688/749] Building CXX object base/plugins/iscore-plugin-space/CMakeFiles/iscore_plugin_space.dir/src/SpaceLayerModel.cpp.o
FAILED: /nix/store/9fbfiij3ajnd3fs1zyc2qy0ispbszrr7-gcc-wrapper-4.9.3/bin/g++ -DISCORE_DEPLOYMENT_BUILD -DISCORE_LIB_BASE -DISCORE_LIB_DEVICE -DISCORE_LIB_DUMMYPROCESS -DISCORE_LIB_INSPECTOR -DISCORE_LIB_PROCESS -DISCORE_LIB_STATE -DISCORE_PLUGIN_AUTOMATION -DISCORE_PLUGIN_CURVE -DISCORE_PLUGIN_DEVICEEXPLORER -DISCORE_PLUGIN_LOOP -DISCORE_PLUGIN_OSSIA -DISCORE_PLUGIN_SCENARIO -DISCORE_STATIC_PLUGINS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -O3 -DNDEBUG -fPIC -Ibase/plugins/iscore-plugin-space -I../base/plugins/iscore-plugin-space -I/nix/store/lfj41wlg1m05rfip5jja4mpfp84yiyhm-boost-1.58.0-dev/include -I. -isystem ../3rdparty/variant/include -isystem ../3rdparty/nano-signal-slot -I../base/lib -I../ -isystem /nix/store/nc1fslq47z4qpizwdjx97fjj6x7bvnd4-qtbase-5.4.2/include -isystem /nix/store/nc1fslq47z4qpizwdjx97fjj6x7bvnd4-qtba
{
boost,
cln,
cmake,
faust2,
fetchgit,
ginac,
jamomacore,
kf5_stable,
libsndfile,
{ stdenv, fetchurl, python, pythonPackages}:
stdenv.mkDerivation rec {
version = "15.12";
name = "mma-${version}";
src = fetchurl {
url = "http://www.mellowood.ca/mma/mma-bin-15.12.tar.gz";
sha256 = "0k37kcrfaxmwjb8xb1cbqinrkx3g50dbvwqbvwl3l762j4vr8jgx";