Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IohannRabeson/VCVRack-Simple

VCVRack modules - Recorder, Clock divider, Clock
https://github.com/IohannRabeson/VCVRack-Simple

cpp11 eurorack vcvrack

Last synced: 1 day ago
JSON representation

VCVRack modules - Recorder, Clock divider, Clock

Awesome Lists containing this project

README

        

# [VCVRack-Simple](https://iohannrabeson.github.io/VCVRack-Simple/) [![Build Status](https://travis-ci.org/IohannRabeson/VCVRack-Simple.svg?branch=master)](https://travis-ci.org/IohannRabeson/VCVRack-Simple)
Modules for [VCVRack](https://github.com/VCVRack/Rack).


Clock divider image
Clock image
Wav Recorder
Button trigger image

More infos and user manuals:
https://iohannrabeson.github.io/VCVRack-Simple/

## Building from sources

Clone this repository into the Rack's plugins directory then build using Make:

``` bash
cd Rack/plugins/
git clone https://github.com/IohannRabeson/VCVRack-Simple.git
cd VCVRack-Simple
make
```

### Linux
Compilation is tested on Linux with gcc-7.

### Osx
Compilation is tested on Osx with clang.

### Windows
Compilation is tested with the recommended setup for Rack, using MSys2.

## Website
The website use Jekyll.
You can start a local server using:
``` bash
make serve
```