====== VCV Biset ====== {{:biset-demo.gif}} ===== What is it ? ===== **VCV Biset** is a [[https://vcvrack.com|VCV Rack]] plugin. VCV Rack is a software modular synthesizer. It is made of thousands of modules that you can freely patch to create music / sound design. A lot of the modules are developed by users themselves. A plugin is simply a set of modules. === Links === * [[https://library.vcvrack.com/Biset|VCV Library Biset plugin]] * [[https://github.com/gibbonjoyeux/VCV-Biset|VCV Biset Github]] ===== What is it made of ? ===== **VCV Biset** is made of * **[[#VCO_modules|VCO modules]]** - To generate sound (you can see them a bit like synths) * **[[#Sequencing_modules|Sequencing modules]]** - To create sequences (rhythm and notes) * **[[#Sound_processing_modules|Sound processing module]]** - To alter your sound (like an effect) * **[[#Utility_modules|Utility modules]]** - To ease your creation process ===== The modules ===== ==== VCO modules ==== These modules are VCOs, which means that they generate sound. **The Good, the Bad and the Ugly** and **Please kill me** are both based on phase modulation (frequency modulation cousin). They have an unusual feature that allows you to delay the phase modulation. It means that the signal will feedback itself only after a defined period of time. It adds a lot of movement and makes the timbre different depending on the pitch. These 2 modules have a special place in my heart cause they are the proof that, sometimes, experimenting in a field you have not been trained can produce happy accidents. I think that it's because I was not trained as an engineer that I thought about the feedback delay concept. * [[https://www.youtube.com/watch?v=g5KGTi2O5cE&t=252s|Demo from Omri Cohen]] ❤️ {{:biset-vcos.png?400}} ==== Sequencing modules ==== === Tracker === **Tracker** is a complex sequencer that allows you to create patterns and to organise them in a timeline. It is made for more traditional composition. It can basically sequence all your instruments triggers / gates, pitch, panning, CV modulations, etc. The core module is the Tracker module. The other modules are made to output the corresponding voltage generated by the sequence (notes, padding, modulations, etc.) * [[https://www.youtube.com/watch?v=cjwxdw0tEjI|Full tutorial from Omri Cohen]] ❤️ * [[https://www.youtube.com/watch?v=dUq9HsWwDsw|Full tutorial]] {{:biset-tracker.png?800}} === Regex === **Regex** is an algorithmic sequencer thought for live coding performances. It means that it generates both rhythm and note sequences through the use of algorithms. It is highly inspired by the [[https://supercollider.github.io|Supercollider]] pattern sequencing [[https://doc.sccode.org/Classes/Pattern.html|Functions]]. Each line is a sequence that can be either a rhythm sequence or a CV / Pitch sequence. You can then connect them the way you want (for example having a note sequence being clocked by a rhythm sequence or a CV / Pitch sequence add random octave shift to another pitch sequence) For the real geeks, as every sequencer, **regex** can be used as a weird and broken **VCO** when clocking it at audio rate ;) * [[https://www.youtube.com/watch?v=jUoQ-e4ijjc|Own example as a live coding module]] * [[https://www.youtube.com/watch?v=6aDPGLpFWYQ|Own demo as a sequencer and a VCO]] * [[https://www.youtube.com/watch?v=hXMN2y9V8K0|Full tutorial]] {{:biset-regex.png?600}} === Tree & Seed === **Tree** is a generative sequencer. It means that it spontaneously generates voltage sequences that can repeat and evolve. Those fixed length sequences can slowly evolve in two distinct ways. * One with the **wind parameter** that will change the sequencer output in a coherent way without changing the original sequence. * One with the **mutation parameter** that will add a chance to each note to be replaced by a new one. **Seed**, an expander module, when placed on the side of a **Tree** module, transforms these voltage sequences into more usable **note** + **rhythm** sequences. It can also use polyphony (multiple channels) to allow notes tails even when the next note starts. * [[https://www.youtube.com/watch?v=hYExdZVW1Hg|Demo from Omri Cohen]] ❤️ {{:biset-tree.png?300}} {{:biset-tree.gif}} ==== Sound processing module ==== === It’s good cholesterol === **It’s good cholesterol** is an audio processing module. It **records the input (mono or stereo) into a buffer** and allows you to control up to **16x playheads** to read the resulting buffer. It’s a real **sound design sandbox**. You can build really simple **tap delays** but also **weird pitch shifted reverse delays** with **granular extras** and it can even be used as a polyphonic **VCO** (one of my favourite uses of the module !) * [[https://www.youtube.com/watch?v=AjKC7IPgZZM&t=768s|Demo from Omri Cohen]] ❤️ {{:biset-igc.png?400}} ==== Utility modules ==== === Blank (with extras !) === Blank looks like a simple decorative module but allows you to animate your cable depending on the voltage that goes through. It also allows you to hover a port and have an oscilloscope showing it’s activity. {{:biset-blank.png?400}} {{:biset-blank.gif}}