diff options
| author | dirkju <dirkju@outlook.com> | 2018-03-06 02:35:31 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-05 17:35:31 -0800 |
| commit | 87fb30839c255ff6e2cf00b9f44aaa46e2403fb9 (patch) | |
| tree | 53c586e36f6432c343d440386665751ce884a9a3 /ports/gamma/CONTROL | |
| parent | a477fd6b6eb5a4053770e50423c6f1144c338c4d (diff) | |
| download | vcpkg-87fb30839c255ff6e2cf00b9f44aaa46e2403fb9.tar.gz vcpkg-87fb30839c255ff6e2cf00b9f44aaa46e2403fb9.zip | |
Added Gamma library (#2957)
Diffstat (limited to 'ports/gamma/CONTROL')
| -rw-r--r-- | ports/gamma/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gamma/CONTROL b/ports/gamma/CONTROL new file mode 100644 index 000000000..b70639ea6 --- /dev/null +++ b/ports/gamma/CONTROL @@ -0,0 +1,4 @@ +Source: gamma +Version: gamma-2018-01-27 +Build-Depends: libsndfile, portaudio +Description: Gamma is a cross-platform, C++ library for doing generic synthesis and filtering of signals. It is oriented towards real-time sound and graphics applications, but is equally useful for non-real-time tasks. Gamma is designed to be "light-footed" in terms of memory and processing making it highly suitable for plug-in development or embedding in other C++ projects. |
