One Sample OSC
One Sample OSC is a audio plugin (VST3 and AU) as well as a Pure Data (Vanilla) abstraction, available in two different versions. One Sample OSC 1 and One Sample OSC 2 are two different approaches to the same concept:
Processing a stereo audio input signal at one sample accuracy. The input audio signal is read out sample by sample. It is possible to manipulate the speed or timing with which these samples are written into the wavetables of two oscillators for instant playback at a given frequency.
The unusual and imprecise timing caused by this type of signal processing results in a wide variety of sounds. Due to the sample-accurate processing, the output signal is always related to (and dependent on) the audio input signal. Feel free to experiment with different settings, and don't forget to explore extremely small and large values.
Links
github.com/tob-har/one_sample_osc/releases
github.com/tob-har/one_sample_osc
Credits
Concept and Development: Tobias Hartmann
Pure Data Code: Tobias Hartmann
VST/AU wrapper: github.com/pierreguillot/Camomile