add missing xml closers, add fix for folder bug, add roundoff fixups
[goodguy/history.git] / cinelerra-5.1 / plugins / synthesizer / synthesizer.C
index 546aaf9167cd5efcf85290049fee8aa3e0df67f7..d284d2381d123fcf5693f5ef8f60017cdf39e5fe 100644 (file)
@@ -2106,6 +2106,8 @@ void SynthOscillatorConfig::save_data(FileXML *file)
        file->tag.set_property("PHASE", (float)phase);
        file->tag.set_property("FREQFACTOR", (float)freq_factor);
        file->append_tag();
+       file->tag.set_title("/OSCILLATOR");
+       file->append_tag();
        file->append_newline();
 }