mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
higher methods/functions now accept/return float64
update tests update readme, changelog
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package voicemeeter
|
||||
|
||||
//command represents command (action) type parameters
|
||||
// command represents command (action) type parameters
|
||||
type command struct {
|
||||
iRemote
|
||||
}
|
||||
@@ -32,7 +32,7 @@ func (c *command) Restart() {
|
||||
|
||||
// Lock locks or unlocks the Voiceemeter GUI
|
||||
func (c *command) Lock(val bool) {
|
||||
var value float32
|
||||
var value float64
|
||||
if val {
|
||||
value = 1
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user