Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 887 Bytes

InputSim

A SuperCollider Quark for simulating incoming OSC data.

Quickly set up a simple GUI for generating incoming data in the form of OSC messages. This is useful for simulating data from physical sensors, external controllers, etc.

Installation

To install this quark, simply run this line from within SuperCollider:

Quarks.install("https://github.com/sparkletop/InputSim")

In order to use any newly downloaded Quark, restart SuperCollider or recompile the class library.

This assumes git is installed on your system. See the SuperCollider docs for more info.

Get started

Run this line from within SuperCollider to start a simple InputSim GUI:

InputSim()

Further documentation is integrated into SuperCollider's help system. To access this documentation, run InputSim.help.