Skip to content

Instantly share code, notes, and snippets.

View modlfo's full-sized avatar

Leonardo Laguna Ruiz modlfo

View GitHub Profile
# General
All parameters range from 0.0 to 1.0
All inputs accept -1.0 to 1.0 (corresponding to -10V and 10V in VCV Rack). Same for the outputs
# Parameters
- parameter1: "Parameter 1" : controls the .... of the module
- parameter2: "Parameter 2" : controls the .... of the module
# Inputs
{
"version": "0.6.2b",
"modules": [
{
"plugin": "VultModules",
"version": "0.6.14",
"model": "Noxious",
"params": [
{
"paramId": 1,
@modlfo
modlfo / lock_sensor.ino
Last active September 12, 2016 10:42 — forked from groupsky/lock_sensor.ino
Lock sensor
#include <ESP8266WiFi.h>
#define SENSORPIN 4 // what pin we’re connected to
// replace with your channel’s thingspeak API key,
String tsApiKey = "ENTER API KEY HERE";
String ddId = "ENTER ID HERE";
const char* ssid = "hackafe.org";
const char* password = "";
@modlfo
modlfo / delay.vult
Last active August 26, 2016 16:07
Vult examples
/*
= A simple synthesizer with one LFO and a Delay effect
CC30 - Volume
CC31 - Detune/Resonance
CC32 - LFO rate
CC33 - LFO amount (bipolar)
CC34 - Delay time
CC35 - Delay feedback
*/