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
netone (master) | |
loopback (slave) | |
dummy (master) | |
net (master) | |
firewire (master) | |
Available internals: | |
netmanager | |
audioadapter | |
profiler |
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
11:53:09.995 Patchbay deactivated. | |
11:53:10.051 Statistics reset. | |
11:53:10.060 ALSA connection change. | |
11:53:10.078 JACK is starting... | |
11:53:10.085 /run/current-system/sw/bin/jackd -P70 -p128 -dalsa -dhw:USB -r44100 -p64 -n3 | |
Cannot connect to server socket err = No such file or directory | |
Cannot connect to server request channel | |
jack server is not running or cannot be started | |
Cannot connect to server socket err = No such file or directory | |
Cannot connect to server request channel |
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
(setq extra-langs-packages | |
'( | |
arduino-mode | |
(faust-mode :location (recipe | |
:fetcher github | |
:repo "rukano/emacs-faust-mode")) | |
julia-mode | |
matlab-mode | |
qml-mode | |
scad-mode |
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
;;; packages.el --- faust layer packages file for Spacemacs. | |
;; | |
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors | |
;; | |
;; Author: Bart Brouns <[email protected]> | |
;; URL: https://github.com/syl20bnr/spacemacs | |
;; | |
;; This file is not part of GNU Emacs. | |
;; | |
;;; License: GPLv3 |
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, python, makeWrapper }: | |
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"; |
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, python, makeWrapper }: | |
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"; |
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, 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"; |
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
{ | |
boost, | |
cln, | |
cmake, | |
faust2, | |
fetchgit, | |
ginac, | |
jamomacore, | |
kf5_stable, | |
libsndfile, |
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
[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 |
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
{ | |
boost, | |
cln, | |
cmake, | |
# faust2, | |
fetchgit, | |
ginac, | |
jamomacore, | |
kf5_stable, | |
libsndfile, |
OlderNewer