Nyquist User Interface? <SOLVED>

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Nyquist User Interface? <SOLVED>

Post by LinMusGuy »

Where can I get a Nyquist User Interface or Composition Environment? One can find plenty of pdf's on the internet writing about it, but where can one actually download such a thing?
Last edited by LinMusGuy on Sat Oct 12, 2019 10:53 pm, edited 1 time in total.
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Nyquist User Interface?

Post by LinMusGuy »

Found it! 8)
ide.png
ide.png (39.9 KiB) Viewed 810 times
It comes with the Nyquist install from the repositories. :oops:

Strangely it doesn't work to simply point to it from a launcher on my desktop:
launcher.png
launcher.png (21.55 KiB) Viewed 810 times
No idea what I'm doing wrong...
User avatar
Michael Willis
Established Member
Posts: 1451
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 69 times
Been thanked: 164 times
Contact:

Re: Nyquist User Interface?

Post by Michael Willis »

That jar file runs on Java. If you don't have a Java implementation already, you'll need to install one like openjdk-jre. After that, it might be sufficient to run the following command:

java -jar /use/share/nyquist/jnyqide/jNyqIDE.jar
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Nyquist User Interface?

Post by LinMusGuy »

Thanks! :D I have put the following command in the launcher and it works now!

Code: Select all

java -jar /usr/share/nyquist/jnyqide/jNyqIDE.jar
Post Reply