c0redumb / midi2vjoy

MIDI to virtual joystick mapping
BSD 2-Clause "Simplified" License
96 stars 31 forks source link

Made Slider/Btn keys variable #27

Closed TJohn0312 closed 10 months ago

TJohn0312 commented 10 months ago

Can now choose what m_type keys behave like sliders and buttons Also added a sliderOverride var In case you have both sliders and btns with the same m_type and need to be able to separate them.

though I couldn't think of a super clever way to implement into .conf file