repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
open-music-kontrollers
/
midi_matrix.nix
blob
7da92eb45b18e12e636f2867b09c715564814048
1
{ callPackage, ... } @ args:
2
3
callPackage ./generic.nix (args // rec {
4
pname = "midi_matrix";
5
version = "0.30.0";
6
7
sha256 = "1nwmfxdzk4pvbwcgi3d7v4flqc10bmi2fxhrhrpfa7cafqs40ib6";
8
9
description = "LV2 MIDI channel matrix patcher";
10
})