kopia lustrzana https://github.com/jameshball/osci-render
Update ID strings for backwards compatibility
rodzic
cfe78649c2
commit
d989135e73
|
|
@ -26,10 +26,10 @@ public:
|
|||
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.",
|
||||
"bitCrush", VERSION_HINT, 1.0, 0.0, 1.0),
|
||||
"bitCrushDryWet", VERSION_HINT, 1.0, 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)
|
||||
"bitCrush",VERSION_HINT, 0.7, 0.0, 1.0)
|
||||
});
|
||||
eff->setIcon(BinaryData::bitcrush_svg);
|
||||
return eff;
|
||||
|
|
|
|||
|
|
@ -916,4 +916,3 @@
|
|||
<MODULE id="osci_render_core" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
|
||||
</MODULES>
|
||||
</JUCERPROJECT>
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue