From 6148d45b76822cb3383167a431cef36a3359077d Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 1 Jul 2022 01:41:43 +0100 Subject: [PATCH] upd minor ver in readme --- README.md | 174 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 100 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index afcf5ba..71f25c8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) Add to your `go.mod` file: -`require github.com/onyx-and-iris/voicemeeter-api-go v1.0.0` +`require github.com/onyx-and-iris/voicemeeter-api-go v1.0.2` Install voicemeeter-api-go package from your console @@ -54,7 +54,6 @@ func main() { } ``` - ## `kindId` Pass the kind of Voicemeeter as an argument. kindId may be: @@ -64,34 +63,61 @@ Pass the kind of Voicemeeter as an argument. kindId may be: - `potato` ## `Remote Type` + #### `vmRem.Strip` + []t_strip slice containing both physicalStrip and virtualStrip types + #### `vmRem.Bus` + []t_bus slice containing both physicalBus and virtualBus types + #### `vmRem.Button` + []button slice containing button types, one for each macrobutton + #### `vmRem.Command` + pointer to command type, represents action type functions + #### `vmRem.Vban` + pointer to vban type, containing both vbanInStream and vbanOutStream slices + #### `vmRem.Device` + pointer to device type, represents physical input/output hardware devices + #### `vmRem.Recorder` + pointer to recorder type, represents the recorder #### `vmRem.Type()` + returns the type of Voicemeeter as a string + #### `vmRem.Version()` + returns the version of Voicemeeter as a string + #### `vmRem.SendText(