ChangeLog 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. 2015-12-25 03:15 uratec
  2. * NEWS, dic/japanese.euc_jp.table, dic/japanese.shift_jis.table,
  3. dic/japanese.utf_8.table: update dicts and news.
  4. 2015-12-25 03:01 uratec
  5. * COPYING, README, bin/Makefile.am, bin/sinsy.cpp, configure.ac,
  6. include/sinsy.h, lib/Makefile.am, lib/Sinsy.cpp,
  7. lib/converter/ConfGroup.cpp, lib/converter/ConfGroup.h,
  8. lib/converter/ConfManager.cpp, lib/converter/ConfManager.h,
  9. lib/converter/Converter.cpp, lib/converter/Converter.h,
  10. lib/converter/IConf.h, lib/converter/IConvertable.h,
  11. lib/converter/PhonemeInfo.cpp, lib/converter/PhonemeInfo.h,
  12. lib/converter/UnknownConf.cpp, lib/converter/UnknownConf.h,
  13. lib/converter/util_converter.cpp, lib/converter/util_converter.h,
  14. lib/hts_engine_API/HtsEngine.cpp, lib/hts_engine_API/HtsEngine.h,
  15. lib/hts_engine_API/SynthConditionImpl.cpp,
  16. lib/hts_engine_API/SynthConditionImpl.h, lib/japanese/JConf.cpp,
  17. lib/japanese/JConf.h, lib/label/ILabelOutput.h,
  18. lib/label/INoteLabel.h, lib/label/IPhonemeLabel.h,
  19. lib/label/ISyllableLabel.h, lib/label/LabelData.cpp,
  20. lib/label/LabelData.h, lib/label/LabelMaker.cpp,
  21. lib/label/LabelMaker.h, lib/label/LabelMeasure.cpp,
  22. lib/label/LabelMeasure.h, lib/label/LabelPosition.cpp,
  23. lib/label/LabelPosition.h, lib/label/LabelStream.cpp,
  24. lib/label/LabelStream.h, lib/label/LabelStrings.cpp,
  25. lib/label/LabelStrings.h, lib/label/NoteGroup.cpp,
  26. lib/label/NoteGroup.h, lib/label/NoteLabeler.cpp,
  27. lib/label/NoteLabeler.h, lib/label/PhonemeLabeler.cpp,
  28. lib/label/PhonemeLabeler.h, lib/label/SyllableLabeler.cpp,
  29. lib/label/SyllableLabeler.h, lib/score/Beat.cpp,
  30. lib/score/Beat.h, lib/score/Dynamics.cpp, lib/score/Dynamics.h,
  31. lib/score/IScoreWritable.h, lib/score/IScoreWriter.h,
  32. lib/score/Key.cpp, lib/score/Key.h, lib/score/Mode.cpp,
  33. lib/score/Mode.h, lib/score/Note.cpp, lib/score/Note.h,
  34. lib/score/Pitch.cpp, lib/score/Pitch.h,
  35. lib/score/ScorePosition.cpp, lib/score/ScorePosition.h,
  36. lib/score/Slur.cpp, lib/score/Slur.h, lib/score/Syllabic.cpp,
  37. lib/score/Syllabic.h, lib/score/util_score.cpp,
  38. lib/score/util_score.h, lib/temporary/ScoreDoctor.cpp,
  39. lib/temporary/ScoreDoctor.h, lib/temporary/TempScore.cpp,
  40. lib/temporary/TempScore.h, lib/util/Configurations.cpp,
  41. lib/util/Configurations.h, lib/util/Deleter.h,
  42. lib/util/DiphthongConverter.cpp, lib/util/DiphthongConverter.h,
  43. lib/util/ForEachAdapter.h, lib/util/IReadableStream.h,
  44. lib/util/IStringable.cpp, lib/util/IStringable.h,
  45. lib/util/IWritableStream.h, lib/util/InputFile.cpp,
  46. lib/util/InputFile.h, lib/util/MacronTable.cpp,
  47. lib/util/MacronTable.h, lib/util/MultibyteCharRange.cpp,
  48. lib/util/MultibyteCharRange.h, lib/util/OutputFile.cpp,
  49. lib/util/OutputFile.h, lib/util/PhonemeTable.cpp,
  50. lib/util/PhonemeTable.h, lib/util/StreamException.h,
  51. lib/util/StringTokenizer.cpp, lib/util/StringTokenizer.h,
  52. lib/util/WritableStrStream.h, lib/util/util_log.h,
  53. lib/util/util_string.cpp, lib/util/util_string.h,
  54. lib/util/util_types.h, lib/xml/XmlData.cpp, lib/xml/XmlData.h,
  55. lib/xml/XmlParser.cpp, lib/xml/XmlParser.h,
  56. lib/xml/XmlReader.cpp, lib/xml/XmlReader.h,
  57. lib/xml/XmlWriter.cpp, lib/xml/XmlWriter.h, lib/xml/xml_tags.h:
  58. change breath_mark tag to up_bow tag when score is saved. ignore
  59. vowel reduction flag before macron. fix many bugs.
  60. 2014-12-25 11:38 uratec
  61. * bin/sinsy.cpp: update help message
  62. 2014-12-11 11:38 uratec
  63. * COPYING, Makefile.am, NEWS, README, bin/Makefile.am,
  64. bin/sinsy.cpp, configure.ac, include/sinsy.h, lib/Makefile.am,
  65. lib/Sinsy.cpp, lib/converter/ConfGroup.cpp,
  66. lib/converter/ConfGroup.h, lib/converter/ConfManager.cpp,
  67. lib/converter/ConfManager.h, lib/converter/Converter.cpp,
  68. lib/converter/Converter.h, lib/converter/IConf.h,
  69. lib/converter/IConvertable.h, lib/converter/PhonemeInfo.cpp,
  70. lib/converter/PhonemeInfo.h, lib/converter/UnknownConf.cpp,
  71. lib/converter/UnknownConf.h, lib/converter/util_converter.cpp,
  72. lib/converter/util_converter.h, lib/hts_engine_API/HtsEngine.cpp,
  73. lib/hts_engine_API/HtsEngine.h,
  74. lib/hts_engine_API/SynthConditionImpl.cpp,
  75. lib/hts_engine_API/SynthConditionImpl.h, lib/japanese/JConf.cpp,
  76. lib/japanese/JConf.h, lib/label/ILabelOutput.h,
  77. lib/label/INoteLabel.h, lib/label/IPhonemeLabel.h,
  78. lib/label/ISyllableLabel.h, lib/label/LabelData.cpp,
  79. lib/label/LabelData.h, lib/label/LabelMaker.cpp,
  80. lib/label/LabelMaker.h, lib/label/LabelMeasure.cpp,
  81. lib/label/LabelMeasure.h, lib/label/LabelPosition.cpp,
  82. lib/label/LabelPosition.h, lib/label/LabelStream.cpp,
  83. lib/label/LabelStream.h, lib/label/LabelStrings.cpp,
  84. lib/label/LabelStrings.h, lib/label/NoteGroup.cpp,
  85. lib/label/NoteGroup.h, lib/label/NoteLabeler.cpp,
  86. lib/label/NoteLabeler.h, lib/label/PhonemeLabeler.cpp,
  87. lib/label/PhonemeLabeler.h, lib/label/SyllableLabeler.cpp,
  88. lib/label/SyllableLabeler.h, lib/score/Beat.cpp,
  89. lib/score/Beat.h, lib/score/Dynamics.cpp, lib/score/Dynamics.h,
  90. lib/score/IScoreWritable.h, lib/score/IScoreWriter.h,
  91. lib/score/Key.cpp, lib/score/Key.h, lib/score/Mode.cpp,
  92. lib/score/Mode.h, lib/score/Note.cpp, lib/score/Note.h,
  93. lib/score/Pitch.cpp, lib/score/Pitch.h,
  94. lib/score/ScorePosition.cpp, lib/score/ScorePosition.h,
  95. lib/score/Slur.cpp, lib/score/Slur.h, lib/score/Syllabic.cpp,
  96. lib/score/Syllabic.h, lib/score/util_score.cpp,
  97. lib/score/util_score.h, lib/temporary/ScoreDoctor.cpp,
  98. lib/temporary/ScoreDoctor.h, lib/temporary/TempScore.cpp,
  99. lib/temporary/TempScore.h, lib/util/Configurations.cpp,
  100. lib/util/Configurations.h, lib/util/Deleter.h,
  101. lib/util/ForEachAdapter.h, lib/util/IReadableStream.h,
  102. lib/util/IStringable.cpp, lib/util/IStringable.h,
  103. lib/util/IWritableStream.h, lib/util/InputFile.cpp,
  104. lib/util/InputFile.h, lib/util/MacronTable.cpp,
  105. lib/util/MacronTable.h, lib/util/MultibyteCharRange.cpp,
  106. lib/util/MultibyteCharRange.h, lib/util/OutputFile.cpp,
  107. lib/util/OutputFile.h, lib/util/PhonemeTable.cpp,
  108. lib/util/PhonemeTable.h, lib/util/StreamException.h,
  109. lib/util/StringTokenizer.cpp, lib/util/StringTokenizer.h,
  110. lib/util/WritableStrStream.h, lib/util/util_log.h,
  111. lib/util/util_string.cpp, lib/util/util_string.h,
  112. lib/util/util_types.h, lib/xml/XmlData.cpp, lib/xml/XmlData.h,
  113. lib/xml/XmlParser.cpp, lib/xml/XmlParser.h,
  114. lib/xml/XmlReader.cpp, lib/xml/XmlReader.h,
  115. lib/xml/XmlWriter.cpp, lib/xml/XmlWriter.h, lib/xml/xml_tags.h:
  116. add clef type selector to XML save function.
  117. integrate chained vowels to one vowel.
  118. expand score flag to 8-bit.
  119. add new context: distance between consonant and vowel.
  120. fix many bugs.
  121. 2013-12-25 06:29 nkazu
  122. * ., AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, bin,
  123. bin/Makefile.am, bin/sinsy.cpp, config, configure.ac, dic,
  124. dic/Makefile.am, dic/japanese.euc_jp.conf,
  125. dic/japanese.euc_jp.table, dic/japanese.macron,
  126. dic/japanese.shift_jis.conf, dic/japanese.shift_jis.table,
  127. dic/japanese.utf_8.conf, dic/japanese.utf_8.table, include,
  128. include/sinsy.h, lib, lib/Makefile.am, lib/Sinsy.cpp,
  129. lib/converter, lib/converter/ConfGroup.cpp,
  130. lib/converter/ConfGroup.h, lib/converter/ConfManager.cpp,
  131. lib/converter/ConfManager.h, lib/converter/Converter.cpp,
  132. lib/converter/Converter.h, lib/converter/IConf.h,
  133. lib/converter/IConvertable.h, lib/converter/PhonemeInfo.cpp,
  134. lib/converter/PhonemeInfo.h, lib/converter/UnknownConf.cpp,
  135. lib/converter/UnknownConf.h, lib/converter/util_converter.cpp,
  136. lib/converter/util_converter.h, lib/hts_engine_API,
  137. lib/hts_engine_API/HtsEngine.cpp, lib/hts_engine_API/HtsEngine.h,
  138. lib/hts_engine_API/SynthConditionImpl.cpp,
  139. lib/hts_engine_API/SynthConditionImpl.h, lib/japanese,
  140. lib/japanese/JConf.cpp, lib/japanese/JConf.h, lib/label,
  141. lib/label/ILabelOutput.h, lib/label/INoteLabel.h,
  142. lib/label/IPhonemeLabel.h, lib/label/ISyllableLabel.h,
  143. lib/label/LabelData.cpp, lib/label/LabelData.h,
  144. lib/label/LabelMaker.cpp, lib/label/LabelMaker.h,
  145. lib/label/LabelMeasure.cpp, lib/label/LabelMeasure.h,
  146. lib/label/LabelPosition.cpp, lib/label/LabelPosition.h,
  147. lib/label/LabelStream.cpp, lib/label/LabelStream.h,
  148. lib/label/LabelStrings.cpp, lib/label/LabelStrings.h,
  149. lib/label/NoteGroup.cpp, lib/label/NoteGroup.h,
  150. lib/label/NoteLabeler.cpp, lib/label/NoteLabeler.h,
  151. lib/label/PhonemeLabeler.cpp, lib/label/PhonemeLabeler.h,
  152. lib/label/SyllableLabeler.cpp, lib/label/SyllableLabeler.h,
  153. lib/score, lib/score/Beat.cpp, lib/score/Beat.h,
  154. lib/score/Dynamics.cpp, lib/score/Dynamics.h,
  155. lib/score/IScoreWritable.h, lib/score/IScoreWriter.h,
  156. lib/score/Key.cpp, lib/score/Key.h, lib/score/Mode.cpp,
  157. lib/score/Mode.h, lib/score/Note.cpp, lib/score/Note.h,
  158. lib/score/Pitch.cpp, lib/score/Pitch.h,
  159. lib/score/ScorePosition.cpp, lib/score/ScorePosition.h,
  160. lib/score/Slur.cpp, lib/score/Slur.h, lib/score/Syllabic.cpp,
  161. lib/score/Syllabic.h, lib/score/util_score.cpp,
  162. lib/score/util_score.h, lib/temporary,
  163. lib/temporary/ScoreDoctor.cpp, lib/temporary/ScoreDoctor.h,
  164. lib/temporary/TempScore.cpp, lib/temporary/TempScore.h, lib/util,
  165. lib/util/Configurations.cpp, lib/util/Configurations.h,
  166. lib/util/Deleter.h, lib/util/ForEachAdapter.h,
  167. lib/util/IReadableStream.h, lib/util/IStringable.cpp,
  168. lib/util/IStringable.h, lib/util/IWritableStream.h,
  169. lib/util/InputFile.cpp, lib/util/InputFile.h,
  170. lib/util/MacronTable.cpp, lib/util/MacronTable.h,
  171. lib/util/MultibyteCharRange.cpp, lib/util/MultibyteCharRange.h,
  172. lib/util/OutputFile.cpp, lib/util/OutputFile.h,
  173. lib/util/PhonemeTable.cpp, lib/util/PhonemeTable.h,
  174. lib/util/StreamException.h, lib/util/StringTokenizer.cpp,
  175. lib/util/StringTokenizer.h, lib/util/WritableStrStream.h,
  176. lib/util/util_log.h, lib/util/util_string.cpp,
  177. lib/util/util_string.h, lib/util/util_types.h, lib/xml,
  178. lib/xml/XmlData.cpp, lib/xml/XmlData.h, lib/xml/XmlParser.cpp,
  179. lib/xml/XmlParser.h, lib/xml/XmlReader.cpp, lib/xml/XmlReader.h,
  180. lib/xml/XmlWriter.cpp, lib/xml/XmlWriter.h, lib/xml/xml_tags.h:
  181. Initial commit