├── LICENSE ├── Org211.exe ├── README.md └── source ├── Bitmap ├── Head.bmp ├── Left.bmp ├── Loupe_MINUS.bmp ├── Loupe_PLUS.bmp ├── Music.bmp ├── Note.bmp ├── Number.bmp ├── Pan.bmp ├── Play.bmp ├── Right.bmp ├── Solo.bmp ├── Stop.bmp ├── button_track_1.bmp ├── button_track_2.bmp ├── button_track_3.bmp ├── button_track_4.bmp ├── button_track_5.bmp ├── button_track_6.bmp ├── button_track_7.bmp ├── button_track_8.bmp ├── button_track_E.bmp ├── button_track_I.bmp ├── button_track_Q.bmp ├── button_track_R.bmp ├── button_track_T.bmp ├── button_track_U.bmp ├── button_track_W.bmp ├── button_track_Y.bmp ├── cursor.cur ├── cursor1.cur ├── ffff.ico ├── icon1.ico ├── org_back.bmp ├── org_home.bmp ├── org_next.bmp ├── org_play.bmp ├── org_stop.bmp └── wave100.bmp ├── Click.cpp ├── Click.h ├── DefOrg.h ├── DlgEZCopy.cpp ├── DlgEdit.cpp ├── DlgPlayer.cpp ├── DlgSet.cpp ├── DlgTrack.cpp ├── Filer.cpp ├── Filer.h ├── Gdi.cpp ├── Gdi.h ├── MainPut.cpp ├── Mouse.cpp ├── Mouse.h ├── Org13.dep ├── Org13.dsp ├── Org13.dsw ├── Org13.mak ├── OrgData.cpp ├── OrgData.h ├── OrgEdit.cpp ├── OrgFile.cpp ├── OrgFileMIDI.cpp ├── OrgPlay.cpp ├── Orgena.txt ├── Script1.aps ├── Script1.rc ├── Scroll.cpp ├── Scroll.h ├── Setting.h ├── Sound.cpp ├── Sound.h ├── Timer.h ├── Wave ├── Bass01.wav ├── Bass02.wav ├── Bass03.wav ├── Bass04.wav ├── Bass05.wav ├── Bass06.wav ├── Bass07.wav ├── Bass08.wav ├── Bell.wav ├── Cat.wav ├── Clap01.wav ├── Crash.wav ├── Crash02.wav ├── HiClose.wav ├── HiClose03.wav ├── HiClose04.wav ├── HiClose05.wav ├── HiClose2.wav ├── HiOpen.wav ├── HiOpen03.wav ├── HiOpen04.wav ├── HiOpen2.wav ├── OrcDrm01.wav ├── Per01.wav ├── Per02.wav ├── Pesi01.wav ├── Quick01.wav ├── RevSym01.wav ├── Ride01.wav ├── Snare01.wav ├── Snare02.wav ├── Snare03.wav ├── Snare04.wav ├── Snare05.wav ├── Snare06.wav ├── Snare07.wav ├── Snare08.wav ├── Tom01.wav ├── Tom02.wav ├── Tom03.wav ├── Tom04.wav ├── Tom05.wav ├── Wave.dat └── format_memo.txt ├── WinMain.cpp ├── WinTimer.cpp ├── help.txt ├── resource.h ├── resource.hm ├── rxoFunction.cpp └── rxoFunction.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/LICENSE -------------------------------------------------------------------------------- /Org211.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/Org211.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/README.md -------------------------------------------------------------------------------- /source/Bitmap/Head.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Head.bmp -------------------------------------------------------------------------------- /source/Bitmap/Left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Left.bmp -------------------------------------------------------------------------------- /source/Bitmap/Loupe_MINUS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Loupe_MINUS.bmp -------------------------------------------------------------------------------- /source/Bitmap/Loupe_PLUS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Loupe_PLUS.bmp -------------------------------------------------------------------------------- /source/Bitmap/Music.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Music.bmp -------------------------------------------------------------------------------- /source/Bitmap/Note.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Note.bmp -------------------------------------------------------------------------------- /source/Bitmap/Number.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Number.bmp -------------------------------------------------------------------------------- /source/Bitmap/Pan.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Pan.bmp -------------------------------------------------------------------------------- /source/Bitmap/Play.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Play.bmp -------------------------------------------------------------------------------- /source/Bitmap/Right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Right.bmp -------------------------------------------------------------------------------- /source/Bitmap/Solo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Solo.bmp -------------------------------------------------------------------------------- /source/Bitmap/Stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/Stop.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_1.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_2.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_3.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_4.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_5.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_6.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_7.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_8.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_E.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_E.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_I.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_I.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_Q.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_Q.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_R.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_R.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_T.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_T.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_U.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_U.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_W.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_W.bmp -------------------------------------------------------------------------------- /source/Bitmap/button_track_Y.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/button_track_Y.bmp -------------------------------------------------------------------------------- /source/Bitmap/cursor.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/cursor.cur -------------------------------------------------------------------------------- /source/Bitmap/cursor1.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/cursor1.cur -------------------------------------------------------------------------------- /source/Bitmap/ffff.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/ffff.ico -------------------------------------------------------------------------------- /source/Bitmap/icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/icon1.ico -------------------------------------------------------------------------------- /source/Bitmap/org_back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/org_back.bmp -------------------------------------------------------------------------------- /source/Bitmap/org_home.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/org_home.bmp -------------------------------------------------------------------------------- /source/Bitmap/org_next.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/org_next.bmp -------------------------------------------------------------------------------- /source/Bitmap/org_play.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/org_play.bmp -------------------------------------------------------------------------------- /source/Bitmap/org_stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/org_stop.bmp -------------------------------------------------------------------------------- /source/Bitmap/wave100.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Bitmap/wave100.bmp -------------------------------------------------------------------------------- /source/Click.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Click.cpp -------------------------------------------------------------------------------- /source/Click.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Click.h -------------------------------------------------------------------------------- /source/DefOrg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/DefOrg.h -------------------------------------------------------------------------------- /source/DlgEZCopy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/DlgEZCopy.cpp -------------------------------------------------------------------------------- /source/DlgEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/DlgEdit.cpp -------------------------------------------------------------------------------- /source/DlgPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/DlgPlayer.cpp -------------------------------------------------------------------------------- /source/DlgSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/DlgSet.cpp -------------------------------------------------------------------------------- /source/DlgTrack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/DlgTrack.cpp -------------------------------------------------------------------------------- /source/Filer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Filer.cpp -------------------------------------------------------------------------------- /source/Filer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Filer.h -------------------------------------------------------------------------------- /source/Gdi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Gdi.cpp -------------------------------------------------------------------------------- /source/Gdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Gdi.h -------------------------------------------------------------------------------- /source/MainPut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/MainPut.cpp -------------------------------------------------------------------------------- /source/Mouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Mouse.cpp -------------------------------------------------------------------------------- /source/Mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Mouse.h -------------------------------------------------------------------------------- /source/Org13.dep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Org13.dep -------------------------------------------------------------------------------- /source/Org13.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Org13.dsp -------------------------------------------------------------------------------- /source/Org13.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Org13.dsw -------------------------------------------------------------------------------- /source/Org13.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Org13.mak -------------------------------------------------------------------------------- /source/OrgData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/OrgData.cpp -------------------------------------------------------------------------------- /source/OrgData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/OrgData.h -------------------------------------------------------------------------------- /source/OrgEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/OrgEdit.cpp -------------------------------------------------------------------------------- /source/OrgFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/OrgFile.cpp -------------------------------------------------------------------------------- /source/OrgFileMIDI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/OrgFileMIDI.cpp -------------------------------------------------------------------------------- /source/OrgPlay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/OrgPlay.cpp -------------------------------------------------------------------------------- /source/Orgena.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Orgena.txt -------------------------------------------------------------------------------- /source/Script1.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Script1.aps -------------------------------------------------------------------------------- /source/Script1.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Script1.rc -------------------------------------------------------------------------------- /source/Scroll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Scroll.cpp -------------------------------------------------------------------------------- /source/Scroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Scroll.h -------------------------------------------------------------------------------- /source/Setting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Setting.h -------------------------------------------------------------------------------- /source/Sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Sound.cpp -------------------------------------------------------------------------------- /source/Sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Sound.h -------------------------------------------------------------------------------- /source/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Timer.h -------------------------------------------------------------------------------- /source/Wave/Bass01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass01.wav -------------------------------------------------------------------------------- /source/Wave/Bass02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass02.wav -------------------------------------------------------------------------------- /source/Wave/Bass03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass03.wav -------------------------------------------------------------------------------- /source/Wave/Bass04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass04.wav -------------------------------------------------------------------------------- /source/Wave/Bass05.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass05.wav -------------------------------------------------------------------------------- /source/Wave/Bass06.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass06.wav -------------------------------------------------------------------------------- /source/Wave/Bass07.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass07.wav -------------------------------------------------------------------------------- /source/Wave/Bass08.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bass08.wav -------------------------------------------------------------------------------- /source/Wave/Bell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Bell.wav -------------------------------------------------------------------------------- /source/Wave/Cat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Cat.wav -------------------------------------------------------------------------------- /source/Wave/Clap01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Clap01.wav -------------------------------------------------------------------------------- /source/Wave/Crash.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Crash.wav -------------------------------------------------------------------------------- /source/Wave/Crash02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Crash02.wav -------------------------------------------------------------------------------- /source/Wave/HiClose.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiClose.wav -------------------------------------------------------------------------------- /source/Wave/HiClose03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiClose03.wav -------------------------------------------------------------------------------- /source/Wave/HiClose04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiClose04.wav -------------------------------------------------------------------------------- /source/Wave/HiClose05.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiClose05.wav -------------------------------------------------------------------------------- /source/Wave/HiClose2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiClose2.wav -------------------------------------------------------------------------------- /source/Wave/HiOpen.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiOpen.wav -------------------------------------------------------------------------------- /source/Wave/HiOpen03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiOpen03.wav -------------------------------------------------------------------------------- /source/Wave/HiOpen04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiOpen04.wav -------------------------------------------------------------------------------- /source/Wave/HiOpen2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/HiOpen2.wav -------------------------------------------------------------------------------- /source/Wave/OrcDrm01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/OrcDrm01.wav -------------------------------------------------------------------------------- /source/Wave/Per01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Per01.wav -------------------------------------------------------------------------------- /source/Wave/Per02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Per02.wav -------------------------------------------------------------------------------- /source/Wave/Pesi01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Pesi01.wav -------------------------------------------------------------------------------- /source/Wave/Quick01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Quick01.wav -------------------------------------------------------------------------------- /source/Wave/RevSym01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/RevSym01.wav -------------------------------------------------------------------------------- /source/Wave/Ride01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Ride01.wav -------------------------------------------------------------------------------- /source/Wave/Snare01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare01.wav -------------------------------------------------------------------------------- /source/Wave/Snare02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare02.wav -------------------------------------------------------------------------------- /source/Wave/Snare03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare03.wav -------------------------------------------------------------------------------- /source/Wave/Snare04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare04.wav -------------------------------------------------------------------------------- /source/Wave/Snare05.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare05.wav -------------------------------------------------------------------------------- /source/Wave/Snare06.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare06.wav -------------------------------------------------------------------------------- /source/Wave/Snare07.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare07.wav -------------------------------------------------------------------------------- /source/Wave/Snare08.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Snare08.wav -------------------------------------------------------------------------------- /source/Wave/Tom01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Tom01.wav -------------------------------------------------------------------------------- /source/Wave/Tom02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Tom02.wav -------------------------------------------------------------------------------- /source/Wave/Tom03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Tom03.wav -------------------------------------------------------------------------------- /source/Wave/Tom04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Tom04.wav -------------------------------------------------------------------------------- /source/Wave/Tom05.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Tom05.wav -------------------------------------------------------------------------------- /source/Wave/Wave.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/Wave.dat -------------------------------------------------------------------------------- /source/Wave/format_memo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/Wave/format_memo.txt -------------------------------------------------------------------------------- /source/WinMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/WinMain.cpp -------------------------------------------------------------------------------- /source/WinTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/WinTimer.cpp -------------------------------------------------------------------------------- /source/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/help.txt -------------------------------------------------------------------------------- /source/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/resource.h -------------------------------------------------------------------------------- /source/resource.hm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/resource.hm -------------------------------------------------------------------------------- /source/rxoFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/rxoFunction.cpp -------------------------------------------------------------------------------- /source/rxoFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbow/organya/HEAD/source/rxoFunction.h --------------------------------------------------------------------------------