Skip to content

gusano/ServerOptionsGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerOptionsGui

A Qt GUI to easily browse and tweak a Server options in SuperCollider.

A screenshot of both simple and advanced views:

ServerOptionsGui screenshot

Requirements

  • SuperCollider-3.6
  • Qt GUI

Install

Clone this repository and put the whole folder in your Extensions directory:

$ git clone git://github.com/gusano/ServerOptionsGui.git
$ ln -s ServerOptionsGui ~/.local/share/SuperCollider/Extensions/ServerOptionsGui

Usage

s = Server.local;
s.boot;

g = ServerOptionsGui(s);

Note that you'll have to reboot the server for some options to be applied.

About

A GUI to manage Supercollider server options

Resources

Stars

Watchers

Forks

Packages

No packages published