jny
language for music composition and sound synthesis
Install
- All systems
-
curl cmd.cat/jny.sh
- Debian
-
apt-get install nyquist
- Ubuntu
-
apt-get install nyquist
- Kali Linux
-
apt-get install nyquist
- Fedora
-
dnf install nyquist
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nyquist
- Raspbian
-
apt-get install nyquist
- Dockerfile
- dockerfile.run/jny
nyquist
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.