One Sample OSC 1 - VST Plugin DEMO

Опубликовано: 18 Июнь 2026
на канале: Tobias Hartmann
302
1

One Sample OSC 1 - DEMO
Download the VST Plugin and Pure Data Abstraction here:
https://github.com/tob-har/one_sample...

About the Plugins and the Project:
https://github.com/tob-har/one_sample...
About Camomile:
https://github.com/pierreguillot/Camo...

Track: Lioness (Cylvester Remix) by CYLVESTER
http://www.cylvester.com
http://cylvester.bandcamp.com/track/l...
Spotify: https://tinyurl.com/ydevab98

One Sample OSC 1 is a VST Plugin for processing a stereo audio input signal on a one sample accurate level. The input audio signal is read out sample by sample. It is possible to interfere with the speed or timing, at which those samples are written consecutively into wavetables of two oscillators for instant playback at a given frequency.

The unusual and non accurate timing caused by this kind of signal processing results in a great variety of sounds. Due to the sample accurate processing, the output signal is always related to (and depending on) the audio input signal. Feel free to experiment with different settings and don’t forget to especially explore extreme small and large values.

[one_sample_osc_1] basically sends the incoming audio at a fixed given blocksize to a wavetable, that is read out by an [tabosc4~] oscillator instantly. The initial blocksize for sending the incoming audio stream is 1 sample, and the oscillaor subpatch is always reblocked to 1 sample blocksize (and 8 times oversampling). You can change the writing block size ins steps at power of 2 (1, 2, 4, 8, 16, … ) Changing the reblocking blocksize of the osciallator subpatch can be done, but this is likely to cause crashing the whole patch.