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

Audio Core Module Does not provide same options as Desktop version does #55

Closed
jp-gorman opened this issue Dec 1, 2021 · 3 comments
Closed

Comments

@jp-gorman
Copy link

Tested version : SHA - 4a85fc8

Scenario:
Audio Control to have available audio devices that I have in normal Desktop VCV Rack 2

Expected:
To have same audio devices, sample rates and block sizes as are available on Desktop VCV Rack 2

Actual:
Only had "1-2 out", one sample rate and one block size.

Again, I don't know the ins and out of the software, so no idea if these are a side effect of the integration or what, so just reporting. Missing HDMI support was a big one as with Rack on the large screen HDMI is what I used.
Can I assume these are meant to be provided as options given they work on the dekstop version Version ?

@falkTX
Copy link
Contributor

falkTX commented Dec 2, 2021

This is expected, audio goes through the host and nothing else.
The removal of desktop audio is done on purpose in order to simplify the audio threading.

That said, on systems with JACK installed (and running) it is possible to get this to work as regular standalone as Cardinal (through DPF) uses JACK as a kind of plugin API.
The standalone is mainly for testing and development purposes though.

Getting desktop audio into and out of Cardinal is out of scope for the project.

@falkTX falkTX closed this as completed Dec 2, 2021
@jp-gorman
Copy link
Author

I'm currently running on OSX 10.15.6 and am still a newb at VCV. I threw an LCO into a VCO via scope into audio (1/2) on Cardinal and can hear the VCO via the "plugin device - 1-2 output" in the audio module. I see nothing while monitoring on Reaper channel (but mute on reaper silences it so it must be coming through somehow).

"This is expected, audio goes through the host and nothing else." - Does this mean I need to route via "Cardinal carla plugin host Audio 1" or some other means to capture the output. it appears the audio can be heard and muter in reaper when the audio is patched to the plugin 1-2 audio module.

I'm pretty sure this is my inexperience here, but some input would be great on how I should expect to use the Cardinal modules - thx.

@falkTX
Copy link
Contributor

falkTX commented Dec 5, 2021

You can ignore Carla stuff.

What is likely going on here is the host silently stopping the audio going to the Cardinal plugin as a CPU saving feature.
Some hosts will simply skip processing audio for FX plugins when they have nothing to send to it.
I know renoise does this, calling it "smart disable".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants