Source: nyquist Maintainer: Steve M. Robbins Section: sound Priority: optional Build-Depends: cmake, debhelper-compat (= 13), javahelper, default-jdk, chrpath, libsndfile1-dev, liblo-dev, portaudio19-dev Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian/nyquist Vcs-Git: https://salsa.debian.org/debian/nyquist.git Homepage: http://www.cs.cmu.edu/~music/nyquist/ Rules-Requires-Root: no Package: nyquist Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: language for music composition and sound synthesis Unlike score languages that tend to deal only with events, or signal processing languages that tend to deal only with signals and synthesis, Nyquist handles both in a single integrated system. Nyquist is also flexible and easy to use because it is based on an interactive Lisp interpreter (XLISP). . With Nyquist, you can design instruments by combining functions (much as you would using the orchestra languages of Music V, cmusic, or Csound). You can call upon these instruments and generate a sound just by typing a simple expression. You can combine simple expressions into complex ones to create a whole composition.