uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
{ runCommand, sfxr-qt }:
|
||||
|
||||
runCommand "sfxr-qt-test-export-square-wave" ''
|
||||
mkdir $out
|
||||
${sfxr-qt}/bin/sfxr-qt --export --output $out/output.wav ${./input.sfxj}
|
||||
''
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"properties": {
|
||||
"attackTime": 0,
|
||||
"baseFrequency": 1,
|
||||
"changeAmount": 0,
|
||||
"changeSpeed": 0,
|
||||
"decayTime": 1,
|
||||
"deltaSlide": 0,
|
||||
"dutySweep": 0,
|
||||
"hpFilterCutoff": 0,
|
||||
"hpFilterCutoffSweep": 0,
|
||||
"lpFilterCutoff": 1,
|
||||
"lpFilterCutoffSweep": 0,
|
||||
"lpFilterResonance": 0,
|
||||
"minFrequency": 0,
|
||||
"phaserOffset": 0,
|
||||
"phaserSweep": 0,
|
||||
"repeatSpeed": 0,
|
||||
"slide": 0,
|
||||
"squareDuty": 0,
|
||||
"sustainPunch": 0,
|
||||
"sustainTime": 1,
|
||||
"vibratoDepth": 0,
|
||||
"vibratoSpeed": 0,
|
||||
"volume": 1,
|
||||
"waveForm": "Square"
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue