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

Update audio_config_handler.py for Steinberg UR22 mkII #177

Merged
merged 1 commit into from Mar 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/audio_config_handler.py
Expand Up @@ -154,7 +154,7 @@
}],
['Steinberg UR22 MKII', {
'SOUNDCARD_CONFIG': '',
'JACKD_OPTIONS': '-P 70 -t 2000 -s -d alsa -d hw:UR22 -r 44100 -p 256 -n 2 -X raw',
'JACKD_OPTIONS': '-P 70 -t 2000 -s -d alsa -d hw:UR22mkII -r 44100 -p 256 -n 2 -X raw',
'SOUNDCARD_MIXER': 'Clock_Source_41_Validity'
}],
['LogicLink UA0099', {
Expand Down