All Projects → thomassidor → tinytricks

thomassidor / tinytricks

Licence: other
Tiny Tricks - Modules for VCV Rack

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
emacs lisp
2029 projects

Projects that are alternatives of or similar to tinytricks

VCVRack-Holon.ist
Holon.ist Receiver for VCV Rack
Stars: ✭ 13 (-43.48%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins, vcv-rack, vcvrack-modules
WrongPeopleVCV
Modules for VCV Rack 1.x.
Stars: ✭ 38 (+65.22%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins, vcv-rack, vcvrack-modules
Sha-Bang-Modules
A collection of modules for VCV Rack
Stars: ✭ 24 (+4.35%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins, vcv-rack
PvC
PvC Modules for VCVRack
Stars: ✭ 24 (+4.35%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins
WhatTheRack
WhatTheRack randomizes your VCV Rack so you make new discoveries
Stars: ✭ 34 (+47.83%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins
Nohmad
Nohmad modules for VCV Rack
Stars: ✭ 25 (+8.7%)
Mutual labels:  dsp, eurorack, vcvrack
monome-rack
VCV Rack plugin for monome Eurorack modules
Stars: ✭ 161 (+600%)
Mutual labels:  eurorack, vcvrack, vcv-rack-modules
Bidoo
VCV Rack plugins
Stars: ✭ 111 (+382.61%)
Mutual labels:  eurorack, vcvrack, vcv-rack-modules
Edge
Modules Edge Pour VCV-Rack
Stars: ✭ 20 (-13.04%)
Mutual labels:  vcv-rack-modules, vcv-rack-plugins
HAGIWOs Module
eurorack modular synthesizers projects using Arduino.
Stars: ✭ 76 (+230.43%)
Mutual labels:  oscillator, eurorack
vcvmods
Plugins for VCV Rack. Designed for Oscilloscope Music
Stars: ✭ 20 (-13.04%)
Mutual labels:  vcvrack, vcv-rack-modules
RJModules
Various modules for VCV Rack
Stars: ✭ 94 (+308.7%)
Mutual labels:  vcvrack, vcv-rack-modules
ML modules
free modules for VCV Rack
Stars: ✭ 87 (+278.26%)
Mutual labels:  eurorack, vcvrack
Cardinal
Virtual modular synthesizer plugin
Stars: ✭ 379 (+1547.83%)
Mutual labels:  eurorack, vcvrack
FehlerFabrik
Modules for VCV Rack
Stars: ✭ 28 (+21.74%)
Mutual labels:  eurorack, vcvrack
facet
Facet is a live coding system for algorithmic music
Stars: ✭ 72 (+213.04%)
Mutual labels:  dsp
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (+34.78%)
Mutual labels:  dsp
juce-cookbook
Collection of tutorials & resources for the C++ library JUCE
Stars: ✭ 58 (+152.17%)
Mutual labels:  dsp
korg-prologue
Presets and custom oscillators and effects for Korg Prologue
Stars: ✭ 54 (+134.78%)
Mutual labels:  dsp
snestracker
Super Nintendo Entertainment System Music Software. Super Famicom Music Software
Stars: ✭ 161 (+600%)
Mutual labels:  dsp

The current modules

Tiny Tricks VCV Rack modules

Tiny Tricks is a collection of (more or less) tiny modules for VCV Rack.

Questions, comments, enhancement suggestions, ideas for modules and everything else: Create a ticket.

All the best, Thomas René Sidor

Utility modules:

Modulation sources, random generators, LFOs:

Mixing and muting:

Simple oscillators

Less simple oscillators

Authors

@thomassidor - Project owner.

@baconpaul - Added polyphony to oscillator, logic and arithmetic modules.

Showcase

Color themes

Several color themes are included for each module:

  • Light (Default)
  • River Bed
  • Oxford Blue
  • Shark
  • Cod Gray
  • Firefly
  • If you want a specific color theme included, let me know.

For all themes you can force the input ports to use a light theme, if you prefer the increased contrast. The option is available via right clicking the modules.

Light (Default)

Default color theme

River Bed

River Bed

Oxford Blue

Oxford Blue

Shark

Shark

Cod Gray

Cod Gray

Firefly

Firefly

Changelog

Version 2.5.0

  • Update to VCV v2 by @sumpygump
  • Update config options to include new right-click menus for modules
  • Apply additional style autoformatting

Version 1.5.0

  • Added: Random Wrangler (RW)
  • Added: Polyphony to simple oscillators (SIN, SAW, SQR, TRI), plus oscillators (SIN+, SAW+, SQR+, TRI+), Simplex Oscillator (SN-OSC), Wavetable Oscillator (WAVE), TT-A and TT-L. Huge thanks to @baconpaul for contributing with this!
  • Behind the scenes: Refactored WAVE for performance improvements.
  • Behind the scenes: Improved screenshot generation

Version 1.4.2

  • Added: Dark ports for dark themes.
  • Added: Option to force light ports on dark themes.
  • Added: Placeholder waveforms added to WAVE and SN-OSC for when displayed in module browser.
  • Added: Help text to WAVE when no wavetable loaded or captured.
  • Changed: License from MIT to GPLv3
  • Fixed: Readjusted scope height in Simplex Oscillator.
  • Behind the scenes: Added automatic screenshot generation.

Version 1.4.1

  • The changes in this release is based on community feedback. A huge thanks to all who pitched in!
  • Added: Dark themes. Right click module to access them.
  • Changed: Some design details in a bunch of modules.
  • Changed: Simplex Oscillator (SN-OSC) now has a trigger input for the waveform mirroring.
  • Changed: Wavetable Oscillator (WAVE) now has a trigger input for the waveform mirroring plus capturing (this is quite resource intensive).
  • Changed: Added option to turn off scope in Wavetable Oscillator. Useful for improving the UI performance until scope code is improved.
  • Changed: Very slight cosmetic request (#12).
  • Fixed: Modulation Generators (MG1, MG8, MG16) now keeps values within 0-10 when set to UNI.

Version 1.4.0

  • Added: Wavetable Oscillator (WAVE)

Version 1.3.0

  • Added: Simplex Oscillator (SN-OSC)
  • Fixed: Sync out of simple and plus oscillators only giving 1v
  • Fixed: Simplex Noise LFOs stop working after some time
  • Fixed: Random Mix stop working after some time
  • Changed: Random Mute CV as mod instead of override of mute knob
  • Changed: Rebased all oscillators to C4 instead of A4 (#9)

Version 1.2.1

  • Fixed: Random Mix x8 (RX8) not working in trigger mode.

Version 1.2.0

  • Added: Random Mix x8 (RX8)
  • Added: Simplex Noise (SN1)
  • Added: Simplex Noise x8 (SN8)
  • Fixed: Tint Trick Logic output to low max 1V (#6)

Version 1.1.1

  • Fixed: RM8Base.svg missing or not needed ? (#4)
  • Fixed: Oscillators not oscillating until you change frequency
  • Fixed: Author name formatting in plugin.json
  • Fixed: Proper saving and restoring of hardsync states in oscillator modules
  • Fixed: Naming of modules to not include Tiny Tricks
  • Changed: Name from Tiny Trick Modules to Tiny Tricks

Version 1.1.0

  • Added: Simple Sine Oscillator (TT-SINE)
  • Added: Simple Sawtooth Oscillator (TT-SAW)
  • Added: Simple Square Oscillator (TT-SQR)
  • Added: Simple Triangle Oscillator (TT-TRI)
  • Added: Sine+ Oscillator (TT-SINE+)
  • Added: Sawtooth+ Oscillator (TT-SAW+)
  • Added: Square+ Oscillator (TT-SQR+)
  • Added: Triangle+ Oscillator (TT-TRI+)
  • Fixed: Small issues in plugin.json (#1 #2 )

Version 1.0.2

  • Fixed incorrect tags in plugin.json
  • Updated formatting of plugin.json

Version 1.0.1

  • Intial release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].