[01:17] SlidingHorn: I think I know what your problem in Cadence was .. is. You are trying to use a different device for input and output for jack master. That will never work [01:17] This is why audio developers dislike USB mics [01:19] You will need to use the same device for both input and output and then bridge the other device for input only using alsa-in or zita-a2j [01:19] ubuntustudio-controls The new one was designed for that use more than anything. [01:20] cadence may also have some way of doing that, but probably not the method you were using. [01:41] SlidingHorn: I have successfully built cadence... but the part we are interested in will only work if I install it (can't be run from the source directory) and I am not willing to do that for perhaps obvious reasons :) [01:42] however, looking at the grayed out part of the GUI (the right half of the System tab) I can make some guesses. [01:43] I suspect you made your input and output settings using the "Configure" button right next to "Force Restart" [01:44] input and output should both be hw:Hea [01:44] That is the only way jack will run correctly. [01:46] There is a portion called jack Bridges under that. I do not know what the ALSA bridge choices are, but I would look there first. I wouldn't hold a lot of hope for that being the answer :) but it may work. [01:48] I think that the ALSA bridge purpose is to provide a way of playing back from a desktop application through jack without using the PulseAudio bridge below that, but it may be possible it allows connecting another device to jack as well (which is what you want to do. [01:54] SlidingHorn: I did some digging through the sourcecode (well actually the ui resource file) and the ALSA bridge will not do what you want. [01:57] OvenWerks: just catching up - so essentially I have to run the zita-a2j each time? [01:57] SlidingHorn: there are two possible ways to use your Snowflake with the headphones. One) after starting jack using whatever method (cadence, qjackctl, whatever) is to run the zita-a2j command I gave above [01:57] yes. [01:57] -controls can be set up to do that for you, cadence can not. [01:57] qjackctl could probably do it for you to with some tinkering. [01:59] -controls is (as you know) not finished at this point though I personally run it all the time here and have no issues. However, my setup is very static. I have no USB devices besides the three I use for testing -controls [02:00] I think for now I'll keep it with Cadence and make a script or alias to run the zita-a2j command [02:01] I have a disney USB mic, a two i/o USB and a MIDI USB device :) [02:01] SlidingHorn: that sounds fine. [02:04] if you add a & at the end of the command it will come to the prompt, but because zita uses stdout for logging, if you close the terminal it may kill zita too. [02:05] that is why I didn't show that in the example above. [02:08] SlidingHorn: you could do that with a .desktop file which would give it an icon and make it show up on you r menu :) [02:38] SlidingHorn: http://www.ovenwerks.net/paste/my_mic.desktop can be downloaded and put in ~/.local/share/applications/ [02:38] and a new item will apear in the Audio Production submenu called My Mic [02:40] Or you could drag this file from your file manager onto your top panel and it will probably appear there (assuming xfce or plasma as DE) [02:42] You would need a clear space on the panel it seems [02:48] this works without opening any terminal as it uses ~/.xsession-errors [02:49] as it's stdout/stderr