API equivelent of "-remove device selection-"

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
Post Reply
simmondp
Posts: 15
Joined: Tue Feb 09, 2021 4:43 pm

API equivelent of "-remove device selection-"

Post by simmondp »

In Potato when selecting the dropdown, there is the option to of "-remove device selection-" - a null selection.
However in the API there is only the option to set a device.
  • Strip.device.wdm
  • Strip.device.ks
  • Strip.device.mme
  • Strip.device.asio

Anyone know how to un-set the selection using the API??
Vincent Burel
Site Admin
Posts: 2005
Joined: Sun Jan 17, 2010 12:01 pm

Re: API equivelent of "-remove device selection-"

Post by Vincent Burel »

set a device with an empty name maybe : ""
simmondp
Posts: 15
Joined: Tue Feb 09, 2021 4:43 pm

Re: API equivelent of "-remove device selection-"

Post by simmondp »

Pleased to report that

Strip.device.wdm = ""

Works!

Thanks
Post Reply