Commit Graph

23 Commits

Author SHA1 Message Date
unknown c284af0ddf Now works with OBS, even if not focused 2024-08-04 21:10:05 -04:00
unknown cc9e99497f Update Readme 2024-08-04 00:24:20 -04:00
unknown 75ce4cf79b Fixed call to file that was removed 2024-08-03 21:54:45 -04:00
unknown 78d9577a5f Basic Volume Controls 2024-08-03 21:43:04 -04:00
unknown 9bb1b526ed Ignore Timing Clock messages 2024-08-03 15:49:07 -04:00
Laurence Dougal Myers 2006cd1db1 #5: Fix pitch bend values not being set, by making pitchb a global variable (just like byte1 and byte2). 2024-01-23 23:55:28 +11:00
Laurence Dougal Myers c726e1280a MidiMon: the MIDI input dropdown will now automatically reload the script. 2023-12-19 18:16:13 +11:00
Laurence Dougal Myers 2cb4e30b0f Remove UserVariables.ahk, it didn't serve a purpose 2023-12-19 17:40:17 +11:00
Laurence Dougal Myers 7dbfa98008 Add a README.md 2020-08-29 12:50:17 +10:00
Laurence Dougal Myers 1f829dd568 Remove MIDI Out functionality 2020-08-29 12:25:17 +10:00
Laurence Dougal Myers 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`
2020-08-29 12:00:46 +10:00
Laurence Dougal Myers c2f678893d Convert .hgignore to .gitignore 2020-08-29 11:37:24 +10:00
Laurence Dougal Myers de4b06a8b6 CC 58: Place a cue marker in Sound Forge 9 2018-12-02 19:30:56 +11:00
Laurence Dougal Myers 5e06493275 Media control script 2014-06-25 22:38:28 +10:00
Laurence Dougal Myers 33da05e5e9 Only convert MIDI port names to UTF-8 if running in Unicode mode. 2014-01-27 17:12:27 +11:00
Laurence Dougal Myers 8581317cf4 Fix "note on" logic. 2014-01-27 17:10:56 +11:00
Laurence Dougal Myers 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
2014-01-27 15:42:59 +11:00
Laurence Dougal Myers b450a06cc6 - Move sub-routines out of MidiRules, into Midi_In_and_GuiMonitor.
- Add ConvertCCValueToAxis and ConvertCCValue functions.
2014-01-26 01:13:33 +11:00
Laurence Dougal Myers 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
2014-01-25 16:49:59 +11:00
Laurence Dougal Myers bd175b7812 - Move user variables to external file.
- Fix output displaying same instruction twice.
- Remove unused joystick file.
2014-01-23 23:41:18 +11:00
Laurence Dougal Myers e6389fb09d Fix port name size allocation for Unicode. 2014-01-19 19:07:47 +11:00
Laurence Dougal Myers a5275e8df8 Code and comments cleanup in main file and MidiRules. Fix display of MIDI port
names (was not converting to UTF-8).
2014-01-19 18:34:27 +11:00
Laurence Dougal Myers 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.
2014-01-18 20:51:46 +11:00