├── .gitattributes ├── .vs └── MelodysLowLatencyUI │ ├── FileContentIndex │ ├── 8e106aac-5c89-4f68-a791-61548f8d8932.vsidx │ └── read.lock │ ├── v16 │ ├── .suo │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide │ └── v17 │ └── .suo ├── MelodysLowLatencyUI.sln ├── MelodysLowLatencyUI ├── App.config ├── ApplicationEvents.vb ├── Form1.Designer.vb ├── Form1.resx ├── Form1.vb ├── Form2.Designer.vb ├── Form2.resx ├── Form2.vb ├── MelodysLowLatencyUI.vbproj ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ └── Settings.settings ├── Resources │ ├── Form3.Designer.vb │ ├── Form3.resx │ ├── Form3.vb │ ├── LL_off.png │ ├── LL_off_PS.png │ ├── LL_on.png │ ├── MeUILicense.txt │ └── mouse2.png ├── app.manifest └── ll_software.ico └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/.gitattributes -------------------------------------------------------------------------------- /.vs/MelodysLowLatencyUI/FileContentIndex/8e106aac-5c89-4f68-a791-61548f8d8932.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/.vs/MelodysLowLatencyUI/FileContentIndex/8e106aac-5c89-4f68-a791-61548f8d8932.vsidx -------------------------------------------------------------------------------- /.vs/MelodysLowLatencyUI/FileContentIndex/read.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vs/MelodysLowLatencyUI/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/.vs/MelodysLowLatencyUI/v16/.suo -------------------------------------------------------------------------------- /.vs/MelodysLowLatencyUI/v16/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vs/MelodysLowLatencyUI/v16/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/.vs/MelodysLowLatencyUI/v16/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /.vs/MelodysLowLatencyUI/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/.vs/MelodysLowLatencyUI/v17/.suo -------------------------------------------------------------------------------- /MelodysLowLatencyUI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI.sln -------------------------------------------------------------------------------- /MelodysLowLatencyUI/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/App.config -------------------------------------------------------------------------------- /MelodysLowLatencyUI/ApplicationEvents.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/ApplicationEvents.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Form1.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Form1.Designer.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Form1.resx -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Form1.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Form2.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Form2.Designer.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Form2.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Form2.resx -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Form2.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Form2.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/MelodysLowLatencyUI.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/MelodysLowLatencyUI.vbproj -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/Application.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/Application.Designer.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/Application.myapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/Application.myapp -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/AssemblyInfo.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/Resources.Designer.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/Resources.resx -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/Settings.Designer.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/My Project/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/My Project/Settings.settings -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/Form3.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/Form3.Designer.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/Form3.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/Form3.resx -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/Form3.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/Form3.vb -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/LL_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/LL_off.png -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/LL_off_PS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/LL_off_PS.png -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/LL_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/LL_on.png -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/MeUILicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/MeUILicense.txt -------------------------------------------------------------------------------- /MelodysLowLatencyUI/Resources/mouse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/Resources/mouse2.png -------------------------------------------------------------------------------- /MelodysLowLatencyUI/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/app.manifest -------------------------------------------------------------------------------- /MelodysLowLatencyUI/ll_software.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/MelodysLowLatencyUI/ll_software.ico -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SheMelody/low-latency-software/HEAD/README.md --------------------------------------------------------------------------------