about summary refs log tree commit diff
path: root/pkgs/applications/audio/magnetophonDSP
AgeCommit message (Collapse)AuthorFilesLines
2023-06-13constant-detune-chorus: mark brokenBart Brouns1-0/+2
compiling it gives the error: ERROR3 : n is NaN in an Interval
2023-05-18fix faust2jaqt packages:Bart Brouns10-18/+46
copy both the binary and the wrapper dontWrapQtApps = true;
2022-03-23treewide: rename name to pname&versionFelix Buehler1-1/+1
2021-03-20magnetophonDSP.MBdistortion: fix buildsternenseemann1-1/+8
Apply upstream patch fixing the issue observed in nixpkgs previously. Resolves #114854. Thanks to Marek Fajkus for fixing this up and reporting back.
2021-03-03treewide: add missing lib inputssternenseemann10-10/+10
This fixes hopefully all remaining missing lib inputs, likely introduced as a regression by our recent treewide switch from stdenv.lib to lib. These instances are all I could find using nix-instantiate --parse using the following command: find "$NIXPKGS" -name '*.nix' \ -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \ -and ! -path '$NIXPKGS/.git/**' \ -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-01-16treewide: stdenv.lib -> libBen Siraphob10-20/+20
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly10-10/+10
2020-03-26faust2: 2.20.2 -> unstable-2020-03-20 (#82650)Bart Brouns1-0/+2
The latest release has a bug that makes it unable to compile all of its own libraries: https://github.com/grame-cncm/faust/issues/406
2019-08-15treewide: name -> pname (easy cases) (#66585)volth9-9/+9
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-01-26magnetophonDSP: remove workarounds for:Bart Brouns9-12/+1
https://bitbucket.org/agraef/faust-lv2/issues/10/tabs-break-lv2s https://bitbucket.org/agraef/faust-lv2/issues/7/scale-log-breaks-plugins
2017-06-16faustCompressors: 1.1.1 -> 1.2Bart Brouns1-2/+5
2017-03-03VoiceOfFaust: fix pitchTracker (#23394)Bart Brouns1-1/+1
2016-11-07magnetophonDSP: update to new faust librariesBart Brouns10-0/+399