From 82bbcd06b1b19f97f90ed9077d55ef37c763bcf6 Mon Sep 17 00:00:00 2001
From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com>
Date: Mon, 22 Aug 2022 22:39:35 +0100
Subject: [PATCH] tested against version updated.
Get/Set Float/String, EventAdd() + EventRemote() added to README
Midi and Events sections added to README.
---
README.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 66 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index e39093b..4f8a93a 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
## Tested against
-- Basic 1.0.8.2
-- Banana 2.0.6.2
-- Potato 3.0.2.2
+- Basic 1.0.8.4
+- Banana 2.0.6.4
+- Potato 3.0.2.4
## Requirements
@@ -98,6 +98,10 @@ pointer to device type, represents physical input/output hardware devices
pointer to recorder type, represents the recorder
+#### `vm.Midi`
+
+pointer to midi type, represents a connected midi device
+
#### `vm.Type()`
returns the type of Voicemeeter as a string
@@ -106,6 +110,22 @@ returns the type of Voicemeeter as a string
returns the version of Voicemeeter as a string
+#### `vm.GetFloat()`
+
+gets a float parameter value
+
+#### `vm.SetFloat(, )`
+
+sets a float parameter value eg. vm.SetFloat("strip[0].mute", 1)
+
+#### `vm.GetString()`
+
+gets a string parameter value
+
+#### `vm.SetString(, )`
+
+sets a string parameter value eg. vm.SetString("strip[0].label", "podmic")
+
#### `vm.SendText(