| 34 | } |
| 35 | |
| 36 | void MSPGenericFile::getDefaultParameters(Param& params) |
| 37 | { |
| 38 | params.clear(); |
| 39 | params.setValue("synonyms_separator", "|", "The character that will separate the synonyms in the Synon metaValue."); |
| 40 | } |
| 41 | |
| 42 | void MSPGenericFile::updateMembers_() |
| 43 | { |