File: control

package info (click to toggle)
chuck 1.2.0.8.dfsg-1.5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 6,712 kB
  • sloc: cpp: 61,534; ansic: 29,841; yacc: 444; makefile: 88
file content (20 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: chuck
Section: sound
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 10), bison, flex, libjack-dev, libasound2-dev, libsndfile1-dev, docbook-to-man
Standards-Version: 3.9.8
Homepage: http://chuck.cs.princeton.edu

Package: chuck
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: jackd
Description: Concurrent, On-the-fly Audio Programming Language
 ChucK is a new audio programming language for real-time synthesis,
 composition, and performance, which runs on commodity operating systems.
 .
 ChucK presents a new time-based concurrent programming model, which supports
 multiple, simultaneous, dynamic control rates, and the ability to add, remove,
 and modify code, on-the-fly, while the program is running, without stopping or
 restarting.