├── .github ├── ISSUE_TEMPLATE │ ├── Bug_report.yml │ └── Feature_request.yml └── blank.md ├── Image ├── midi_osc(FL).png └── midi_osc(REAPER).png ├── LICENSE ├── README.md ├── Sample Projects ├── One more project here.md ├── death by amen(FL).zip └── death by amen(REAPER).zip ├── midi_osc.lua └── midi_osc.pyscript /.github/ISSUE_TEMPLATE/Bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/.github/ISSUE_TEMPLATE/Bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/.github/ISSUE_TEMPLATE/Feature_request.yml -------------------------------------------------------------------------------- /.github/blank.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Image/midi_osc(FL).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/Image/midi_osc(FL).png -------------------------------------------------------------------------------- /Image/midi_osc(REAPER).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/Image/midi_osc(REAPER).png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/README.md -------------------------------------------------------------------------------- /Sample Projects/One more project here.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/Sample Projects/One more project here.md -------------------------------------------------------------------------------- /Sample Projects/death by amen(FL).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/Sample Projects/death by amen(FL).zip -------------------------------------------------------------------------------- /Sample Projects/death by amen(REAPER).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/Sample Projects/death by amen(REAPER).zip -------------------------------------------------------------------------------- /midi_osc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/midi_osc.lua -------------------------------------------------------------------------------- /midi_osc.pyscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nu-E01/midi_osc/HEAD/midi_osc.pyscript --------------------------------------------------------------------------------