-
Notifications
You must be signed in to change notification settings - Fork 44
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
Steinberg UR242 #109
Comments
The error from the log appears to be from here: Which is roughly the earliest type of failure you could possibly have, the drivers might not be to spec if the library can't setup input buffers automatically. These are the function calls from the asio api. If you have audio software that makes use of ASIO like a daw and your device works normally let me know. |
@Andersama i'm using Adobe Audition (latest) w/ ASIO and it work good. |
In Adobe Audition does the program allow you to specify the channels / sample rate etc? |
@Andersama Yes it does. |
Ok, I'd make a note of those settings, I don't remember if we had a debug build which logged everything, but the next step would be to double check that the settings reported by the device match up with the ones you have which work. If you're inclined programmatically you could log the settings the plugin is about to use here: Line 357 in cef5c61
|
@Andersama i'm trying to resolve an error w/ false LIBOBS_FOUND: |
I can't quite remember because it's been so long, but I think that's because the repository is setup to build as an external plugin so it expects to be able to find a header file for libobs. When I used to do this though I'd normally build the plugin directly as part of obs. I'm pretty sure it was easier. I think all you had to do was add the folder underneath the obs plugin directory and add it as a subdirectory, you'll likely need to edit the CMakeLists.txt file eaither way. Ok I vaguely remembered, we definitely used to build it as an internal plugin, see how pkv built it here: If you're able to build and compile that fork, you'll be able to mess with the plugin's source code as needed. |
OBS 27.1.3
Win 10 20H2/19042.1466
Plugin Version
3.1.0
Describe the bug
Choose Device: Yamaha Steinberg USB ASIO
OBS Chanel 1: UR242 Input 2 // or 1/3/4
I has no signal on line but i see it in Steinberg Control Panel
If i use in OBS Line (Steinberg) w/o ASIO i got a signal.
Log:
2022-01-26 18-03-17.txt
The text was updated successfully, but these errors were encountered: