BLow icon indicating copy to clipboard operation
BLow copied to clipboard

Frequencies below 40Hz missing

Open mikelupe opened this issue 3 years ago • 1 comments

Hello and thanks for this mind-blowing plugin.

Is it only me, or does it miss the frequency range b.low 40 Hz? Maybe I m affected by hearing loss, could be possible.

And how can I contribute to additional blow samples? Is there an upload repository for this?

kind regards

mikelupe avatar Apr 02 '22 11:04 mikelupe

And how can I contribute to additional blow samples? Is there an upload repository for this?

B.Low was made as a one shoot only release. But anyway. If there is some interest for further development, why not.

There are two possible ways to contribute:

  1. The easy way: Upload a sample to freesound.org and release it under the CC0 license. Then create an issue here and ask to get the sample included by providing the link to the freesound.org sample.
  2. The perfect way. Fork this repository, add your sample, and modify the source code:
    • Extend samples (https://github.com/sjaehn/BLow/blob/master/src/BLow.cpp#L91). The struct contains the path to your sound file (as C string), the associated MIDI note, a list of regions (start and end positions, respectively) to be randomly played as a loop during sustain, and the start position for release.
    • Increase the size of the sample array (https://github.com/sjaehn/BLow/blob/master/src/BLow.cpp#L71).
    • Add a new item to the sampleMenu ( (https://github.com/sjaehn/BLow/blob/master/src/BLow_GUI.cpp#L76).
    • And don't forget to mention yourself in README.md

sjaehn avatar Apr 03 '22 08:04 sjaehn