We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make
gave me
cc \ -o scarlett-mixer \ -DVERSION=\"0.1.0-21\" \ -g -Wall -Wno-unused-function -I. -Irobtk/ `pkg-config --cflags cairo pango lv2 glu alsa` -pthread -DDEFAULT_NOT_ONTOP -std=c99 \ -DXTERNAL_UI -DHAVE_IDLE_IFACE -DRTK_DESCRIPTOR=lv2ui_descriptor \ -DPLUGIN_SOURCE=\"src/scarlett_mixer.c\" \ -DAPPTITLE="\"Scarlett Mixer\"" \ robtk/robtkapp.c robtk/ui_gl.c robtk/pugl/pugl_x11.c \ `pkg-config --libs cairo pangocairo pango glu gl alsa` -lX11 -lm
When I type now: ./scarlett-mixer -v it gives:
./scarlett-mixer -v
Autodetect: Using "hw:2" Speicherzugriffsfehler (Speicherabzug geschrieben)
And typing ./scarlett-mixer hw:2 gives scarlett-mixer: simple.c:914: snd_mixer_selem_get_enum_items: Assertion elem' failed.`
/scarlett-mixer hw:2
scarlett-mixer: simple.c:914: snd_mixer_selem_get_enum_items: Assertion
The text was updated successfully, but these errors were encountered:
Alright, alright. The problem might be having a 2nd generatrion Focusrite.
Sorry, something went wrong.
Probably the same as #16
elem
No branches or pull requests
make
gave me
When I type now:
./scarlett-mixer -v
it gives:
And typing .
/scarlett-mixer hw:2
gives
scarlett-mixer: simple.c:914: snd_mixer_selem_get_enum_items: Assertion
elem' failed.`The text was updated successfully, but these errors were encountered: