Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/IohannRabeson/VCVRack-Simple
- Owner: IohannRabeson
- License: mit
- Created: 2017-10-03T13:26:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T05:31:56.000Z (over 6 years ago)
- Last Synced: 2024-10-28T12:50:24.547Z (14 days ago)
- Topics: cpp11, eurorack, vcvrack
- Language: C++
- Homepage:
- Size: 451 KB
- Stars: 40
- Watchers: 17
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).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
```