项目作者: capital-G

项目描述 :
SuperCollider port of topographic drum sequencer Grids by Mutable Instruments
高级语言: SuperCollider
项目地址: git://github.com/capital-G/sc-grids.git
创建时间: 2021-06-07T01:37:03Z
项目社区:https://github.com/capital-G/sc-grids

开源协议:GNU General Public License v3.0

下载


SuperCollider Grids

SuperCollider port of the Eurorack module Grids by Mutable Instruments.
This port was made possible because the source code for Grids is open source.

I wrote a blog post on my website on how one can understand C++ code from a eurorack module and port its logic to SuperCollider.

Installation

You can easily install this Quark by executing

  1. Quarks.install("https://github.com/capital-G/sc-grids");

in sclang and recompile the class library (Shift Command L).

Documentation

For documentation please check out the provided help files via ScIDE.
Type in ScGrids and hit Command D while hovering with the cursor over
ScGrids - this will show you the help files.

GUI

To somehow mimic the haptic feedback of this module there is a GUI implementation which controls multiple TDefs.

Screenshot of GUI

For the source code of this take a look at the grids_gui.scd.