Releases: SaifAqqad/VMR.ahk
Releases · SaifAqqad/VMR.ahk
2.0.0
- Supports AHK v2 only
- Full Changelog: 1.2.0...2.0.0
Note: I highly recommend using vscode with the vscode-autohotkey2-lsp extension by thqby, this library is fully documented using jsdoc comments which will be rendered nicely when using that plugin (and they'll also be used for IntelliSense to give correct suggestions)
2.0.0 RC
- Implemented missing VMR properties (
Recorder
,VBAN
,MacroButton
, etc...) - Added
VMRAsyncOP
to work around issues when incrementing parameters and immediately getting an invalid value (see hotkey_example.ahk for more info) - Remove device methods from the
VMR
class (VMRStrip.Devices
,VMRBus.Devices
can be accessed directly instead) - Full Changelog 2.0.0-alpha...2.0.0-rc
Note
Supports AHK v2 only
2.0.0 Alpha
- Supports AHK v2 only
- Some parts are not implemented yet (Recorder, commands, VBAN, etc...)
Note: I highly recommend using vscode with the vscode-autohotkey2-lsp extension by thqby, this library is fully documented using jsdoc comments which will be rendered nicely when using that plugin (and they'll also be used for IntelliSense to give correct suggestions)