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(