BooleanParameter*graticuleEnabled=newBooleanParameter("Show Graticule","graticuleEnabled",VERSION_HINT,true,"Show the graticule or grid lines over the oscilloscope display.");
BooleanParameter*smudgesEnabled=newBooleanParameter("Show Smudges","smudgesEnabled",VERSION_HINT,true,"Adds a subtle layer of dirt/smudges to the oscilloscope display to make it look more realistic.");
BooleanParameter*upsamplingEnabled=newBooleanParameter("Upsample Audio","upsamplingEnabled",VERSION_HINT,false,"Upsamples the audio before visualising it to make it appear more realistic, at the expense of performance.");
BooleanParameter*legacyVisualiserEnabled=newBooleanParameter("Use Legacy Visualiser","legacyVisualiserEnabled",VERSION_HINT,false,"Replaces the realistic oscilloscope visualiser with the legacy visualiser. This may improve performance.");
BooleanParameter*visualiserFullScreen=newBooleanParameter("Visualiser Fullscreen","visualiserFullScreen",VERSION_HINT,false,"Makes the software visualiser fullscreen.");