├── .gitattributes ├── LICENSE ├── Licenses ├── COPYING-OREMO.txt ├── COPYING-SPTK3.5.txt ├── COPYING-snack2.2.10-BSD.txt ├── COPYING-snack2.2.10.txt ├── LICENSE-Metakit-2.4.9.8.txt ├── LICENSE-Tcl-Thread-extension-2.7.2.txt ├── LICENSE-TclVFS.txt ├── LICENSE-Vlerq.txt ├── LICENSE-itcl4.0.3.txt ├── LICENSE-tcl8.6.4.txt ├── LICENSE-tclkit.txt ├── LICENSE-tk8.6.4.txt ├── LICENSE-zlib-1.2.8.txt ├── license-PortAudio-V19.txt └── license-libsndfile-1.0.25.txt ├── OREMO-3.0-b190106-CHS-b190306-Unicode-b200314.zip ├── README-english.txt ├── README-japanese.txt ├── README.md ├── guideBGM ├── F4-100bpm-sample.wav ├── F4-100bpm.mid ├── F4-100bpm.txt ├── F4-100bpm.wav ├── click.wav └── korede.exe ├── manual ├── audioio.html ├── audioio.png ├── menu.html ├── onsa.html ├── onsa.png ├── panel.png ├── settings.html ├── settings.png └── tutorial.html ├── message ├── install-newLang.exe ├── oremo-text-eng.tcl ├── oremo-text-jpn.tcl ├── oremo-text.tcl ├── proc-text-eng.tcl ├── proc-text-jpn.tcl └── proc-text.tcl ├── oremo-init.tcl ├── oremo-setting.ini ├── oremo.exe ├── reclist-renzoku-NHP.txt ├── reclist-renzoku-単独音を併用する必要有.txt ├── reclist.txt ├── source ├── globalVar.tcl ├── guideBGM │ └── korede.tcl ├── install-newLang.tcl ├── oremo.tcl ├── proc-genParam.tcl ├── proc.tcl └── tools │ ├── modifyPre.c │ ├── oremo-common.cpp │ ├── oremo-common.h │ ├── oremo-player.cpp │ ├── oremo-recorder.cpp │ └── wavdump.c ├── tools ├── frame.exe ├── libsndfile-1.dll ├── main.cpp ├── mfcc.exe ├── modifyPre.exe ├── oremo-player.exe ├── oremo-recorder.exe ├── paRec-old.cpp ├── portaudio_x86.dll ├── wavdump.exe └── window.exe └── typelist.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/LICENSE -------------------------------------------------------------------------------- /Licenses/COPYING-OREMO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/COPYING-OREMO.txt -------------------------------------------------------------------------------- /Licenses/COPYING-SPTK3.5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/COPYING-SPTK3.5.txt -------------------------------------------------------------------------------- /Licenses/COPYING-snack2.2.10-BSD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/COPYING-snack2.2.10-BSD.txt -------------------------------------------------------------------------------- /Licenses/COPYING-snack2.2.10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/COPYING-snack2.2.10.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-Metakit-2.4.9.8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-Metakit-2.4.9.8.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-Tcl-Thread-extension-2.7.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-Tcl-Thread-extension-2.7.2.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-TclVFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-TclVFS.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-Vlerq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-Vlerq.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-itcl4.0.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-itcl4.0.3.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-tcl8.6.4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-tcl8.6.4.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-tclkit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-tclkit.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-tk8.6.4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-tk8.6.4.txt -------------------------------------------------------------------------------- /Licenses/LICENSE-zlib-1.2.8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/LICENSE-zlib-1.2.8.txt -------------------------------------------------------------------------------- /Licenses/license-PortAudio-V19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/license-PortAudio-V19.txt -------------------------------------------------------------------------------- /Licenses/license-libsndfile-1.0.25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/Licenses/license-libsndfile-1.0.25.txt -------------------------------------------------------------------------------- /OREMO-3.0-b190106-CHS-b190306-Unicode-b200314.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/OREMO-3.0-b190106-CHS-b190306-Unicode-b200314.zip -------------------------------------------------------------------------------- /README-english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/README-english.txt -------------------------------------------------------------------------------- /README-japanese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/README-japanese.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/README.md -------------------------------------------------------------------------------- /guideBGM/F4-100bpm-sample.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/guideBGM/F4-100bpm-sample.wav -------------------------------------------------------------------------------- /guideBGM/F4-100bpm.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/guideBGM/F4-100bpm.mid -------------------------------------------------------------------------------- /guideBGM/F4-100bpm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/guideBGM/F4-100bpm.txt -------------------------------------------------------------------------------- /guideBGM/F4-100bpm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/guideBGM/F4-100bpm.wav -------------------------------------------------------------------------------- /guideBGM/click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/guideBGM/click.wav -------------------------------------------------------------------------------- /guideBGM/korede.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/guideBGM/korede.exe -------------------------------------------------------------------------------- /manual/audioio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/audioio.html -------------------------------------------------------------------------------- /manual/audioio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/audioio.png -------------------------------------------------------------------------------- /manual/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/menu.html -------------------------------------------------------------------------------- /manual/onsa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/onsa.html -------------------------------------------------------------------------------- /manual/onsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/onsa.png -------------------------------------------------------------------------------- /manual/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/panel.png -------------------------------------------------------------------------------- /manual/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/settings.html -------------------------------------------------------------------------------- /manual/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/settings.png -------------------------------------------------------------------------------- /manual/tutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/manual/tutorial.html -------------------------------------------------------------------------------- /message/install-newLang.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/install-newLang.exe -------------------------------------------------------------------------------- /message/oremo-text-eng.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/oremo-text-eng.tcl -------------------------------------------------------------------------------- /message/oremo-text-jpn.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/oremo-text-jpn.tcl -------------------------------------------------------------------------------- /message/oremo-text.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/oremo-text.tcl -------------------------------------------------------------------------------- /message/proc-text-eng.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/proc-text-eng.tcl -------------------------------------------------------------------------------- /message/proc-text-jpn.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/proc-text-jpn.tcl -------------------------------------------------------------------------------- /message/proc-text.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/message/proc-text.tcl -------------------------------------------------------------------------------- /oremo-init.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/oremo-init.tcl -------------------------------------------------------------------------------- /oremo-setting.ini: -------------------------------------------------------------------------------- 1 | autoSaveInitFile=1 2 | -------------------------------------------------------------------------------- /oremo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/oremo.exe -------------------------------------------------------------------------------- /reclist-renzoku-NHP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/reclist-renzoku-NHP.txt -------------------------------------------------------------------------------- /reclist-renzoku-単独音を併用する必要有.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/reclist-renzoku-単独音を併用する必要有.txt -------------------------------------------------------------------------------- /reclist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/reclist.txt -------------------------------------------------------------------------------- /source/globalVar.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/globalVar.tcl -------------------------------------------------------------------------------- /source/guideBGM/korede.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/guideBGM/korede.tcl -------------------------------------------------------------------------------- /source/install-newLang.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/install-newLang.tcl -------------------------------------------------------------------------------- /source/oremo.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/oremo.tcl -------------------------------------------------------------------------------- /source/proc-genParam.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/proc-genParam.tcl -------------------------------------------------------------------------------- /source/proc.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/proc.tcl -------------------------------------------------------------------------------- /source/tools/modifyPre.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/tools/modifyPre.c -------------------------------------------------------------------------------- /source/tools/oremo-common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/tools/oremo-common.cpp -------------------------------------------------------------------------------- /source/tools/oremo-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/tools/oremo-common.h -------------------------------------------------------------------------------- /source/tools/oremo-player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/tools/oremo-player.cpp -------------------------------------------------------------------------------- /source/tools/oremo-recorder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/tools/oremo-recorder.cpp -------------------------------------------------------------------------------- /source/tools/wavdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/source/tools/wavdump.c -------------------------------------------------------------------------------- /tools/frame.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/frame.exe -------------------------------------------------------------------------------- /tools/libsndfile-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/libsndfile-1.dll -------------------------------------------------------------------------------- /tools/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/main.cpp -------------------------------------------------------------------------------- /tools/mfcc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/mfcc.exe -------------------------------------------------------------------------------- /tools/modifyPre.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/modifyPre.exe -------------------------------------------------------------------------------- /tools/oremo-player.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/oremo-player.exe -------------------------------------------------------------------------------- /tools/oremo-recorder.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/oremo-recorder.exe -------------------------------------------------------------------------------- /tools/paRec-old.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/paRec-old.cpp -------------------------------------------------------------------------------- /tools/portaudio_x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/portaudio_x86.dll -------------------------------------------------------------------------------- /tools/wavdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/wavdump.exe -------------------------------------------------------------------------------- /tools/window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuibianP/OREMO_Unicode/HEAD/tools/window.exe -------------------------------------------------------------------------------- /typelist.txt: -------------------------------------------------------------------------------- 1 | ↑ ↓ 2 | 3 | --------------------------------------------------------------------------------