Skip to content

Instantly share code, notes, and snippets.

{ 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";
};
(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 ()
{
"osc8": {
"enabled": true,
"is_fm": false,
"function": 4,
"phase": 0.00000,
"seed": 620,
"ampl_env": {
"amplitude": 0.09630,
"points": [
{
"osc8": {
"enabled": true,
"is_fm": false,
"function": 6,
"phase": 0.00000,
"seed": 120,
"ampl_env": {
"amplitude": 0.82963,
"points": [
/*
* 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.
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.
{
stdenv
, alsaLib
, curl
, fetchFromGitHub
, freetype
, glib
, libGL
, libgcc
, libglvnd
% 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
{
stdenv
, alsaLib
, curl
, fetchFromGitHub
, freetype
, glib
, libGL
, libgcc
, libglvnd
{
stdenv
, alsaLib
, curl
, fetchFromGitHub
, freetype
, glib
, libGL
, libgcc
, libglvnd