/** Returns a copy of this Tags, with midiPerformance * changed to the given value, which may be null if the tag * is not present. */ public Tags cloneWithMidiPerformance(MidiPerformance midiPerformance) { Tags tags = (Tags)clone(); tags._midiPerformance = midiPerformance; return(tags); }
/** Returns a copy of this Tags, with midiPerformance * changed to the given value, which may be null if the tag * is not present. */ public Tags cloneWithMidiPerformance(MidiPerformance midiPerformance) { Tags tags = (Tags)clone(); tags._midiPerformance = midiPerformance; return tags; }