This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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"; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"osc8": { | |
"enabled": true, | |
"is_fm": false, | |
"function": 4, | |
"phase": 0.00000, | |
"seed": 620, | |
"ampl_env": { | |
"amplitude": 0.09630, | |
"points": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"osc8": { | |
"enabled": true, | |
"is_fm": false, | |
"function": 6, | |
"phase": 0.00000, | |
"seed": 120, | |
"ampl_env": { | |
"amplitude": 0.82963, | |
"points": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
stdenv | |
, alsaLib | |
, curl | |
, fetchFromGitHub | |
, freetype | |
, glib | |
, libGL | |
, libgcc | |
, libglvnd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% time seconds usecs/call calls errors syscall | |
------ ----------- ----------- --------- --------- ----------------------- | |
25.27 0.022768 12 1793 920 openat | |
12.05 0.010856 4 2527 read | |
11.20 0.010087 10 1006 write | |
9.83 0.008853 1264 7 mlock | |
8.32 0.007496 16 447 mmap | |
5.85 0.005273 11 471 443 stat | |
4.59 0.004136 10 391 brk | |
4.54 0.004089 4 873 close |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
stdenv | |
, alsaLib | |
, curl | |
, fetchFromGitHub | |
, freetype | |
, glib | |
, libGL | |
, libgcc | |
, libglvnd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
stdenv | |
, alsaLib | |
, curl | |
, fetchFromGitHub | |
, freetype | |
, glib | |
, libGL | |
, libgcc | |
, libglvnd |