Better param wording

pull/329/head
Anthony Hall 2025-09-08 17:41:55 -07:00
rodzic 26f67c6297
commit 5fb3a47f15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ public:
std::make_shared<BitCrushEffect>(),
std::vector<osci::EffectParameter*>{
new osci::EffectParameter("Bit Crush", "Limits the resolution of points drawn to the screen, making the object look pixelated, and making the audio sound more 'digital' and distorted.", "bitCrushEnable", VERSION_HINT, 0.7, 0.0, 1.0),
new osci::EffectParameter("Bit Crush Strength", "Controls the resolution which points are limited to.", "bitCrushStrength", VERSION_HINT, 0.7, 0.0, 1.0)
new osci::EffectParameter("Bit Crush Strength", "Constrains the resolution which points are limited to.", "bitCrushStrength", VERSION_HINT, 0.7, 0.0, 1.0)
});
eff->setIcon(BinaryData::bitcrush_svg);
return eff;