Skip to content

Releases: NonLinearInstruments/NLNRI_VCVRackPlugins

Windows build (v1.0 migration)

12 Jun 12:38
fffadfe

Choose a tag to compare

Pre-release
Merge pull request #15 from dizzisound/v1

Added missing plugin.json

Update to rack v0.6.0

03 Apr 18:53
551e5f8

Choose a tag to compare

Same modules and patches, now updated to the new 0.6.0 API... with lots of help from the community.

Luci modules and Luci8x8 example patch

21 Jan 18:20

Choose a tag to compare

Luci modules and Luci8x8 example patch



Luci is based on the ideas exposed by Jose M. Berenguer in his book "Luci, sin nombre y sin memoria." (2007). Please find more here: http://www.sonoscop.net/jmb/masluci/lucingles.html

The main idea is that each Luci cell has an internal signal rising from 0 to 1 at a speed determined by the Frequency parameter. When this internal signal reaches 1, it goes back to zero and triggers an impulse thru its four output ports. Each Luci cell also has four inputs to receive trigger impulses coming from connected nearby cells. When she receives one of this incoming triggers, Luci advances her phase in an amount determined by the Influence parameter. So, aside from playing with different parameter values, we can connect many Luci cells in different topologies to experiment with the interesting synced behaviors arising.

In this release, a patch is delivered with a simple squared topology of 8 cells per side, where each cell is connected to the four closer cells siting on her north, east, south and west. Cells on the extreme of rows and columns are connected side to side, giving a kind of “infinite” or “closed” network of triggers.

User is suggested to modify such topology, connecting diferent quantities of cells in different arrangements. That is the reason why we did not offer a single module with a fixed configuration of cells (whose topology could then only be changed by code) and instead we supply discrete cells modules and complementary parameter adjusting, signal routing and mixing modules for you to experiment with; using the cabling features of VCV.

After installing the package, user is suggested to Load the Luci8x8.vcv patch found here

Please find here the user manual

Introducing BallisticENV. Improvements on QU4DiT

12 Jan 19:21

Choose a tag to compare

BallisticENV module

BallisticENV implements a ballistic model, or projectile motion. The trajectory is delivered both as CV signal 0~10v and as an oscillator with symmetric parabola waveform in the +/-5v range.

Please find here the user manual

QU4DiT cosmetic changes

24 Dec 16:24

Choose a tag to compare

Nev .SVG panel and logo by Alfredo Santamaría http://www.hakken.com.mx/gui.php

QU4DiT

03 Dec 17:41
f55b353

Choose a tag to compare

First Non-linear Instruments release containing QU4Dit module: the quadratic iterator.

QU4DiT module


The Quadratic iterator, also known as Logistic map (after the Verhulst's logistic equation) is a simple one-dimensional model with chaotic behavior. It has a single parameter (here named "C").

This module explores the region for parameter values above roughly 3.5, where chaos happens.

There are two quadratic iterators running, one for the X output, the other for the Y output.

Offset allows to desplace C parameter for the Y iterator.

cv~C input expects bipolar signal ( -5 ~ +5 ).

( Thanks Goran Nrg for the windows file )