Commit Graph

10 Commits

Author SHA1 Message Date
unknown 78d9577a5f Basic Volume Controls 2024-08-03 21:43:04 -04:00
Laurence Dougal Myers 1f829dd568 Remove MIDI Out functionality 2020-08-29 12:25:17 +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 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 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