/srv/irclogs.ubuntu.com/2017/12/19/#ubuntustudio.txt

studio-user070Hi people08:04
studio-user070i would like somebody help me with guitarix...08:04
studio-user070it sounds digital and dark08:04
studio-user070i think is a routing ports problem08:05
studio-user070i use an scarlett solo08:05
studio-user070as a usb interface08:05
skoppathanx17:23
guysoft42hey, does anyone know how to work with jack delay?21:09
JackWinter1guysoft42: jack_iodelay?21:36
studio-user065hello my dears21:37
JackWinter1guysoft42: i see, didn't know about jack_dealy, seems similar to jack_iodelay21:39
JackWinter1if so you need to connect a cable from an output to an input, and then run the program specifying the right ports21:40
JackWinter1then it ought to report the real roundtrip latency, not only the one given by samplerate/buffersize/period21:41
studio-user065I  I would like to make my Edirol Fa 66 firewire external sound board to be recognised by UbuntuStudio. Anyone can help me to do that, please?21:43
guysoft42JackWinter1, I got a little further since that message, i had a jack server stuck which didnt stop which was why qjackctl was not using the settings I gave it21:47
guysoft42JackWinter1, I got a little further since that message, i had a jack server stuck which didnt stop which was why qjackctl was not using the settings I gave it21:48
guysoft42JackWinter1, at the moment I have a diffrent problem, jack wont start21:48
JackWinter1what does it say?21:48
=== Unit193 is now known as JackFrost
guysoft42now it says: playback and capture sample rates do not match (48000 vs. 24000)22:14
OvenWerksguysoft42: are you using the same device for each?22:27
guysoft42OvenWerks, yes, here is the full output: https://pastebin.com/E7AkxT7S22:30
OvenWerksIt appears jack is not correctly installed. I would suggest using ubuntustudio-controls to do that (install if needed)22:32
OvenWerksThen maybe a killall -9 jackd jackdbus22:33
OvenWerks then try again.22:33
OvenWerksJackd appears to have been installed with the gnome sofware installer rather than synapic or apt.22:34
studio-user256Hi All,22:48
studio-user256I've been using Ubuntu Studio for about a year and would like to contribute in some way.  My day job involves a lot of technical writing and I have some experience in programming nothing too indepth.  Contribute page directed me here.  This might not be the right forum.  If not, can someone direct me?22:50
OvenWerksstudio-user256: close enough.22:51
OvenWerks There are only a very few of us... and mostly busy with real life so not much gets done.22:52
OvenWerksso any help at all would be welcome22:54
studio-user256Well you guys do well for a small group. Studio is a great distro.  I switched from Win10 and have not looked back.22:55
OvenWerkssakrecoer: is our lead right now, but life has gotten the best of him these days.22:55
studio-user256Are there any low hanging fruit that I could pick at to learn the ropes? I am new to the community, to IRC, etc.22:56
OvenWerksThere is also #ubuntustudio-devel where dev stuff sometimes happens.22:57
studio-user256Would love to be involved at that level but I am hobbyist programmer at best. Afraid I would need too much hand holding at the start to be of any value.22:58
OvenWerksI do not tink there are any of us much beyond that.22:58
OvenWerksBasically we take xubuntu (at this point) and set it up for audio and add applications that go there22:59
OvenWerksWe worked off of the vanilla ubuntu at one time back when gnome2 was a thing. Audio stuff did not like unity when it came out (I hear it has gotten better) and now gnome3 gnome session is a thing. So we have been using xfce which is quite gnome2 like and uses less cpu resources23:02
OvenWerksMost of us got our start doing testing. But as we have just released and not started doing anything yet... there is not much to test.23:04
OvenWerks Also look around for anything a bout Studio that bugs you and make changes.23:05
studio-user256Ok, will keep an eye on both channels and look for opportunities to participate.23:06
studio-user256Only issues I have with Studio is wifi interferes with Ardour but I think that is a hardware issue too many devices on same interrupt maybe? Computer boots up in Powersave but saw that this will be resolved in v17.1.23:07
OvenWerksThere is a new version of ubuntustudio-controls that can set cpufreq settings23:11
studio-user256Thanks!23:11
OvenWerksI still need to do some more  work on it23:11
OvenWerksI prolly spend too much time working on Ardour...23:12
studio-user256What kind of work on Ardour? Recording or do you mean something else like configuring or programming?23:13
OvenWerksMost of the current OSC control code is mine these days23:14
studio-user256Cool what language do you code in?23:15
OvenWerksArdour is c++, ubuntustudio-control is python23:16
OvenWerksI learned c off and on and Ardour was my learn to code c++ tool.23:16
studio-user256Impressive! I'd say mission accomplished. :)23:17
guysoft42ok, i figured out what is going on, if i set jack to playback only it works, if i set it to capture only it works, i fails on duplex23:17
OvenWerksguysoft42: qjackctl seems to set capture and playback separately.23:19
OvenWerksI do not know if this is just the way jackdbus works or not. I normally do:23:19
OvenWerksjack_control ds alsa dps capture none dps playback none23:19
OvenWerks first to clear whatever is in those.23:20
OvenWerksThat is, I never set the capture and playback devices separately, always just use device23:21
OvenWerksIn the current version of qjackctl, that means not using the "Advanced" tab23:22
guysoft42OvenWerks, I figured out the commandline optoins23:50
guysoft42This work: /usr/bin/jackd -dalsa -Phw:0,0   -r48000 -p1024 -n223:51
guysoft42This works: /usr/bin/jackd -dalsa -Chw:1,0   -r48000 -p1024 -n223:51
guysoft42But  -dalsa -Chw:1,0 and   -Phw:0,0  fail23:51
OvenWerksguysoft42: That is two different devices so that makes sense23:52
OvenWerkshw:1 and hw:2 are not in sync23:52
OvenWerksThe only time using cap and play as different devices works is something like hw:0,1 and hw:1,0 where they are really the same device and use the same clock.23:53
OvenWerksif you must use two devices... for example internal HDA for playback and a USB mic for input... set one of them up on jackd and use a bridge for the other. The two bridges are alsa_in/alsa_out and zita_ajbridge.23:56
OvenWerksThe zita variant is better quality SRC and uses less CPU23:56

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!