If you like to control the STM Mixer with midi cc - look her
Posted: Sat Jun 06, 2009 4:41 am
Hello
I write a litte program with AHK (AutoHotkey) to make my life a little bit easier.
Here some infos:
; Program (windows only) to control the SFP Mixer with Midi CC
; Written with AutoHotKey and compiled (executable)
; The used hotkeys are shift+ctrl and UP/DOWN/LEFT/RIGHT
; shift+ctrl and LEFT decrement the CC#
; shift+ctrl and RIGHT increment the CC#
; shift+ctrl and DOWN decrement the value
; shift+ctrl and UP increment the value
; I use it only for the Volume Fader (STM2448)
; You have to assign the Midi CC with the SFP 'MIDI Ctrl Assignment'
; In the MixerVolume.ini you can make some changes
; You can give every CC a name and a start value.
; With lsmidiouts.exe you can see the available midiouts beginning from 0 to x
; Also you have to change the MIDIDEVICE entry in the MixerVolume.ini
; The lsmidiouts.exe is include in the midi-utilities from http://public.sreal.com:8000/~div/midi-utilities/
; You can download the hole package of the midi-utilities or use the exe from the archive.
; In the archive are the following files:
; MixerVolume.ahk, MixerVolume.exe, MixerVolume.ini, lsmidiouts.exe
; Use it at your own risk and have fun
; If you dont trust the compiled AHK file you can download the AHK compiler and compile it by yourself.
Download and extract the archive in a directory e.g. C:\MixerVolume
Execute lsmidiouts.exe and find the device number of a free Creamware MIDI In/Out
Change the entry in the MixerVolume.ini under [MISC] MIDIDEVICE from 12 to your device number.
Assign some CC (1-24) to the STMx and execute MidiVolume.exe and play with the hotkeys.
Any suggestions or questions ? Write into planet-z forum
mikecw
I write a litte program with AHK (AutoHotkey) to make my life a little bit easier.
Here some infos:
; Program (windows only) to control the SFP Mixer with Midi CC
; Written with AutoHotKey and compiled (executable)
; The used hotkeys are shift+ctrl and UP/DOWN/LEFT/RIGHT
; shift+ctrl and LEFT decrement the CC#
; shift+ctrl and RIGHT increment the CC#
; shift+ctrl and DOWN decrement the value
; shift+ctrl and UP increment the value
; I use it only for the Volume Fader (STM2448)
; You have to assign the Midi CC with the SFP 'MIDI Ctrl Assignment'
; In the MixerVolume.ini you can make some changes
; You can give every CC a name and a start value.
; With lsmidiouts.exe you can see the available midiouts beginning from 0 to x
; Also you have to change the MIDIDEVICE entry in the MixerVolume.ini
; The lsmidiouts.exe is include in the midi-utilities from http://public.sreal.com:8000/~div/midi-utilities/
; You can download the hole package of the midi-utilities or use the exe from the archive.
; In the archive are the following files:
; MixerVolume.ahk, MixerVolume.exe, MixerVolume.ini, lsmidiouts.exe
; Use it at your own risk and have fun
; If you dont trust the compiled AHK file you can download the AHK compiler and compile it by yourself.
Download and extract the archive in a directory e.g. C:\MixerVolume
Execute lsmidiouts.exe and find the device number of a free Creamware MIDI In/Out
Change the entry in the MixerVolume.ini under [MISC] MIDIDEVICE from 12 to your device number.
Assign some CC (1-24) to the STMx and execute MidiVolume.exe and play with the hotkeys.
Any suggestions or questions ? Write into planet-z forum
mikecw