Commit Graph

  • c284af0ddf Now works with OBS, even if not focused LaunchkeyMiniMk3 unknown 2024-08-04 21:10:05 -0400
  • cc9e99497f Update Readme unknown 2024-08-04 00:24:20 -0400
  • 75ce4cf79b Fixed call to file that was removed unknown 2024-08-03 21:54:45 -0400
  • 78d9577a5f Basic Volume Controls unknown 2024-08-03 21:43:04 -0400
  • 9bb1b526ed Ignore Timing Clock messages unknown 2024-08-03 15:49:07 -0400
  • 2006cd1db1 #5: Fix pitch bend values not being set, by making pitchb a global variable (just like byte1 and byte2). Laurence Dougal Myers 2024-01-23 23:55:28 +1100
  • c726e1280a MidiMon: the MIDI input dropdown will now automatically reload the script. Laurence Dougal Myers 2023-12-19 18:16:13 +1100
  • 2cb4e30b0f Remove UserVariables.ahk, it didn't serve a purpose Laurence Dougal Myers 2023-12-19 17:40:17 +1100
  • 7dbfa98008 Add a README.md Laurence Dougal Myers 2020-08-29 12:50:17 +1000
  • 1f829dd568 Remove MIDI Out functionality Laurence Dougal Myers 2020-08-29 12:14:37 +1000
  • aacb44c7a8 - Remove vjoy functionality - Rename files for consistency - Fix accidental creation of both *.ini and *io.ini files - Change hardcoded "version" so that the ini file is called MidiToMacro.ini Laurence Dougal Myers 2020-08-29 12:00:46 +1000
  • c2f678893d Convert .hgignore to .gitignore Laurence Dougal Myers 2020-08-29 11:37:24 +1000
  • de4b06a8b6 CC 58: Place a cue marker in Sound Forge 9 Laurence Dougal Myers 2018-12-02 19:30:56 +1100
  • 5e06493275 Media control script Laurence Dougal Myers 2014-06-25 22:38:28 +1000
  • 33da05e5e9 Only convert MIDI port names to UTF-8 if running in Unicode mode. Laurence Dougal Myers 2014-01-27 17:12:27 +1100
  • 8581317cf4 Fix "note on" logic. Laurence Dougal Myers 2014-01-27 17:10:56 +1100
  • bfc8dc51be - Add mapping for buttons 1 to 32 - Scale axis values, rather than just clamping - Display actual actions, not dummy MIDI Out stuff - Handle Note On with 0 velocity as a Note Off - Fix MIDI rule dispatching ("between" doesn't work in an expression-style if statement) - Init all max value variables as globals Laurence Dougal Myers 2014-01-27 15:42:59 +1100
  • b450a06cc6 - Move sub-routines out of MidiRules, into Midi_In_and_GuiMonitor. - Add ConvertCCValueToAxis and ConvertCCValue functions. Laurence Dougal Myers 2014-01-26 01:13:33 +1100
  • fec32c6b82 - Output display now shows generic event info, rather than a MIDI out event. - Tidy up MidiRules section into separate function calls. - Add new script file mtjFunctions.ahk - Ignore .bak files Laurence Dougal Myers 2014-01-25 16:49:59 +1100
  • bd175b7812 - Move user variables to external file. - Fix output displaying same instruction twice. - Remove unused joystick file. Laurence Dougal Myers 2014-01-23 23:41:18 +1100
  • e6389fb09d Fix port name size allocation for Unicode. Laurence Dougal Myers 2014-01-19 19:07:47 +1100
  • a5275e8df8 Code and comments cleanup in main file and MidiRules. Fix display of MIDI port names (was not converting to UTF-8). Laurence Dougal Myers 2014-01-19 18:34:27 +1100
  • 7d8d8449dc First commit for midi_to_joy. Setup for mapping any CC controller (up to values of 112) to an X axis on a VJoy joystick. Laurence Dougal Myers 2014-01-18 20:51:46 +1100