Update ID strings for backwards compatibility

pull/329/head
Anthony Hall 2025-09-13 00:40:10 -07:00
rodzic cfe78649c2
commit d989135e73
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -916,4 +916,3 @@
<MODULE id="osci_render_core" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
</MODULES>
</JUCERPROJECT>