Skip to content

Commit

Permalink
dTrOY patterns and pitch sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-bouffier committed Jan 1, 2018
1 parent f16d43f commit 47379e2
Show file tree
Hide file tree
Showing 19 changed files with 1,446 additions and 421 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SLUG = Bidoo
VERSION = 0.5.10
VERSION = 0.5.11

# FLAGS will be passed to both the C and C++ compiler
FLAGS +=
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bidoo's plugins for [VCVRack](https://vcvrack.com)

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-0.5.10-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-0.5.11-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-BSD3-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)

Expand All @@ -13,11 +13,7 @@ You can find information on that plugins pack in the [wiki](https://github.com/s

## Last changes

dTrOY pitch output can be switched between continuous and triggered modes.
lATe offset is rescaled according to input clock.
ForK is an oscillator based on a particular approach of formant synthesis.
It is the first attempt of an adaptation of Paul Sernine and Doc Rochebois's work (http://www.musicdsp.org/pdf/musicdsp.pdf).
Warning this model creates DC offset at high frequencies. Vowels sounds are more fun at low and mid frequencies.
dTrOY has a new sensitivity control (S trimpot) to attenuate pitch buttons' range. dTrOY has, finally, 16 patterns in memory. Blue controls are saved in the pattern selected by the dedicated knob (the pattern number is white). If the pattern input is not active the pattern which is played is the same one as the one you selected (the pattern number is red). If the input is active then dTrOY plays the pattern selected by the input, you can still edit this pattern or another one at run time by selecting the target pattern with the knob (red and white pattern numbers may differ, white is current edit, red is played). Light pulses on Slide/Skip leds always follow the played pattern. With this version changing pattern resets the position to the first step. Maybe at some point I will add alternative switch modes.

## License

Expand Down
Binary file modified images/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions res/ComponentLibrary/BlueCKD6_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions res/ComponentLibrary/BlueCKD6_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions res/ComponentLibrary/BlueKnobBidoo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 47379e2

Please sign in to comment.