Why is the remapping not possible? Is it hard-coded? Is there maybe a config file to change the mapping? The issue is, the lower row (keys "z" through "m") is mapped to octave 3, then the ",", "." and "/" keys are C,D,E notes of octave 4. It is reaso...
Dear musikbear, I have zero experience in c++ and it's quite hard for me to understand the code. However, from https://github.com/LMMS/lmms/blob/stable-1.2/plugins/vibed/vibrating_string.h, I was able to guess that the plugin creates a wavepacket from a given waveform, and then moves it back and for...
Hi,

Recently, I've got interested in string sound synthesis. I've even made a model for an oscillating string (differential equations, badly heavy on CPU) and keep on fooling around with it. And then, I've discovered Vibed.

So, how does it work? Is there any physics behind it?

Thanks.
Andrew.