All Projects → SaifAqqad → VMR.ahk

SaifAqqad / VMR.ahk

Licence: other
AutoHotkey wrapper class for Voicemeeter's Remote API

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to VMR.ahk

POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+4277.27%)
Mutual labels:  ahk
illustrator-shortcuts
collection of scripts and shortcuts for illustrator
Stars: ✭ 38 (+72.73%)
Mutual labels:  ahk
YDL
A Simple GUI wrapper around yt-dlp for Windows using AHK
Stars: ✭ 18 (-18.18%)
Mutual labels:  ahk
Fun
Small fun scripts
Stars: ✭ 22 (+0%)
Mutual labels:  ahk
AHK-Library
Most of my personal AHK stdlib.
Stars: ✭ 58 (+163.64%)
Mutual labels:  ahk
AutoUpdateHosts
一键下载、更新 Windows Hosts 文件,便于常见网络访问
Stars: ✭ 15 (-31.82%)
Mutual labels:  ahk
GenshinImpact-AHK-flex
AHK script for Genshin Impact
Stars: ✭ 80 (+263.64%)
Mutual labels:  ahk
AHK MicMute
Control your microphone using keyboard and mouse hotkeys.
Stars: ✭ 67 (+204.55%)
Mutual labels:  ahk
Mercenaries-Hearthstone-game-bot
bot for hearthstone mercenaries mode
Stars: ✭ 59 (+168.18%)
Mutual labels:  ahk
AHK-generator
A single page website to provide a UI for the 3 most common uses for AHK and defining custom hotstrings and hotkeys to trigger them
Stars: ✭ 23 (+4.55%)
Mutual labels:  ahk
AHKCommandPicker
An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.
Stars: ✭ 50 (+127.27%)
Mutual labels:  ahk
CapsLockX
Operate the computer like a hacker! 像黑客一样操作电脑!
Stars: ✭ 111 (+404.55%)
Mutual labels:  ahk
metaKeyboard
turn a common keyboard into a 61-key keyboard for the keyboard shortcut fun like you, I'm a programer, I want to improve coding efficiency
Stars: ✭ 30 (+36.36%)
Mutual labels:  ahk
capslock-plus-plus
⌨Amazing, extendable, readable autohotkey scripts framework utilized by Capslock.
Stars: ✭ 77 (+250%)
Mutual labels:  ahk
intuiter
Global productivity app for anyone who use Windows
Stars: ✭ 24 (+9.09%)
Mutual labels:  ahk
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+31.82%)
Mutual labels:  ahk
static-hands
⌨️🤯 Stop moving hands, and start code fast ⚡⚡
Stars: ✭ 36 (+63.64%)
Mutual labels:  ahk
FGO-AHK
FGO的AHK宏脚本:自定义流程刷本(含教程,主要用于3T速刷),抽池子、搓丸子……仅支持安卓模拟器FGO国服。
Stars: ✭ 77 (+250%)
Mutual labels:  ahk
Gesture-Detecting-Macro-Keyboard
Glorified Bluetooth macro keyboard with machine learning (TensorFlow Lite for Microcontrollers) running on an ESP32.
Stars: ✭ 68 (+209.09%)
Mutual labels:  ahk-script
voicemeeter-remote-python
Voicemeeter Remote API for Python 3
Stars: ✭ 49 (+122.73%)
Mutual labels:  voicemeeter

VMR.ahk

AutoHotkey wrapper class for Voicemeeter Remote API.

Getting Started

To use VMR.ahk in your script, follow these steps:

  1. Download the latest pre-built version from the dist folder or follow the build instructions below

  2. Include it using #Include VMR.ahk or copy it to a library folder and use #Include <VMR>

  3. Create an instance of the VMR class and log in to the API:

        voicemeeter:= new VMR().login()
  4. The VMR object will have two arrays (bus andstrip), as well as other objects, that will allow you to control voicemeeter in AHK.

        voicemeeter.bus[1].mute:= true
        voicemeeter.strip[4].gain++

Build instructions

To build VMR.ahk yourself, run the build script:

.\Build.ahk <version number>
For more info, check out the documentation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].