Given a preferences path X for a given synth, checks to see if "true" is stored there. If so, returns true. If not, sets "true" in that location and returns false. This can be used to do once-only things like this: if (!checkAndSet("OnceOnlyExample, getSynth
(String x, String synthName)