Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find device of specific type on a track #44

Closed
git-moss opened this issue Dec 7, 2014 · 2 comments
Closed

Find device of specific type on a track #44

git-moss opened this issue Dec 7, 2014 · 2 comments

Comments

@git-moss
Copy link
Collaborator

git-moss commented Dec 7, 2014

I'd like to find a drum instrument on a track to get required information for the drum view (solo/mute of instruments, etc.).
It seems that PrimaryDevice.addCanSwitchToDeviceObserver / switchToDevice is intended to do this but the available type is only ANY.
Furthermore, it seems that PrimaryDevice is deprecated. Is that the case because all functions who created it are deprecated?

@NickJAllen
Copy link

I think best is that we have a way to set some kind of DeviceMatcher on a DeviceBank so it only shows the devices matching the matcher. Colud create matchers for any instrument, fx, vst2 plugin etc

@NickJAllen
Copy link

APIs added in API version 12 which should be in 3.2.5

@git-moss git-moss removed the 3.1 label Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants