kopia lustrzana https://github.com/jameshball/osci-render
Better param wording
rodzic
26f67c6297
commit
5fb3a47f15
|
|
@ -25,7 +25,7 @@ public:
|
||||||
std::make_shared<BitCrushEffect>(),
|
std::make_shared<BitCrushEffect>(),
|
||||||
std::vector<osci::EffectParameter*>{
|
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", "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);
|
eff->setIcon(BinaryData::bitcrush_svg);
|
||||||
return eff;
|
return eff;
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue