Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
849c3d03
Unverified
Commit
849c3d03
authored
8 years ago
by
Ricardo Wurmus
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add ams-lv2.
* gnu/packages/music.scm (ams-lv2): New variable.
parent
85f4863f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/music.scm
+32
-0
32 additions, 0 deletions
gnu/packages/music.scm
with
32 additions
and
0 deletions
gnu/packages/music.scm
+
32
−
0
View file @
849c3d03
...
@@ -1697,6 +1697,38 @@ (define-public qtractor
...
@@ -1697,6 +1697,38 @@ (define-public qtractor
follows a traditional multi-track tape recorder control paradigm."
)
follows a traditional multi-track tape recorder control paradigm."
)
(
license
license:gpl2+
)))
(
license
license:gpl2+
)))
(
define-public
ams-lv2
(
package
(
name
"ams-lv2"
)
(
version
"1.2.0"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"https://github.com/blablack/ams-lv2/"
"archive/"
version
".tar.gz"
))
(
file-name
(
string-append
name
"-"
version
".tar.gz"
))
(
sha256
(
base32
"1392spswkhfd38fggf584wb3m8aqpg7csfrs9zxnzyvhgmp0fgqk"
))))
(
build-system
waf-build-system
)
(
arguments
`
(
#
:tests?
#f
))
; no tests
(
inputs
`
((
"lv2"
,
lv2
)
(
"lvtk"
,
lvtk
)
(
"gtkmm"
,
gtkmm-2
)
(
"gtk"
,
gtk+-2
)
(
"cairo"
,
cairo
)
(
"fftw"
,
fftw
)))
(
native-inputs
`
((
"pkg-config"
,
pkg-config
)))
(
home-page
"https://objectivewave.wordpress.com/ams-lv2/"
)
(
synopsis
"Port of Alsa Modular Synth internal modules into LV2"
)
(
description
"This set of LV2 plugins is a port of the internal modules
found in Alsa Modular Synth. These plugins are used to create modular
synthesizers and contain: VCO, VCF, VCA, LFO, slew limiter, envelopes, sample
and hold, etc."
)
(
license
license:gpl2
)))
(
define-public
gxtuner
(
define-public
gxtuner
(
package
(
package
(
name
"gxtuner"
)
(
name
"gxtuner"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment