X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fsynthesizer%2Fsynthesizer.C;fp=cinelerra-5.1%2Fplugins%2Fsynthesizer%2Fsynthesizer.C;h=d284d2381d123fcf5693f5ef8f60017cdf39e5fe;hb=0983c78067d86d25426fd34655ad9a9992ef04c7;hp=546aaf9167cd5efcf85290049fee8aa3e0df67f7;hpb=fe4662624d711faab6b406490a64c2382661997e;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/synthesizer/synthesizer.C b/cinelerra-5.1/plugins/synthesizer/synthesizer.C index 546aaf91..d284d238 100644 --- a/cinelerra-5.1/plugins/synthesizer/synthesizer.C +++ b/cinelerra-5.1/plugins/synthesizer/synthesizer.C @@ -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(); }