Tuesday, 2015-06-02

*** jmasterj has joined #kxstudio00:04
*** jmasterj has left #kxstudio00:06
*** benoitc has quit IRC01:35
*** lasconic has quit IRC01:36
*** trig-ger has quit IRC01:36
*** benoitc has joined #kxstudio01:45
*** lasconic has joined #kxstudio01:47
*** trig-ger has joined #kxstudio01:53
*** BitPuffin|osx has quit IRC03:17
*** spectromas has quit IRC04:50
*** wolftune has quit IRC05:11
*** audioterminal has joined #kxstudio05:52
audioterminalHi everyone, my firewire audio interface can handle only up to 24-bit/96k audio. How can I setup jack for that on kxstudio 14.04.2?05:55
audioterminalI know how to setup ardour4 for that but will that be good enough or do I have to setup jack to handle that sample rate?05:56
audioterminalI want no on the fly conversions because my pc is old and my HDD can not keep up recording midi to audio05:58
*** fsateler has joined #kxstudio06:35
*** orngjce223 has joined #kxstudio07:25
*** EamonnTobin has joined #kxstudio07:29
JackWinteraudioterminal: jack does no sample rate conversion.  i'd say just start jack at 96k with your interface08:04
JackWintermind you that 96k will put double the data rate that your disk has to sustain..08:05
JackWinteri mean compared to 48k08:06
audioterminalI am using a sata HDD but I am not sure of the data transfer my motherboard handles. I will figure out and maybe you guys can give me some advice. Thank you for your responce08:09
audioterminalThis is my HDD data transfer test08:16
audioterminalsudo hdparm -tT /dev/sda08:16
audioterminal[sudo] password for audioterminal:08:16
audioterminal/dev/sda:08:16
audioterminal Timing cached reads:   1458 MB in  2.00 seconds = 728.36 MB/sec08:16
audioterminal Timing buffered disk reads: 218 MB in  3.02 seconds =  72.26 MB/sec08:16
JackWinterlooks like a enough to do quite a lot of audio tracks...  on the other hand i've noticed that when doing low latency audio on traditional hdds, i need to use a separate disk for my audio.  having it in my home will cause the occasional xrun no matter what disk io scheduler i use08:19
JackWinterymmw of course...:)08:19
audioterminalOk I have an available 500Gb HDD that I can install in my PC for that08:20
JackWinterbut this only appears at really low latencies...  and i suppose most likely wouldn't be a problem on ssds08:20
JackWinterjust something to keep in mind if you are going flat out for the lowest latency that you can08:21
audioterminalBTW my processor is only an Intel Pentium Dual CPU E2180 @ 2.0 Ghz. Do you think this PC will do?08:22
audioterminalI am planning to work at 2.7 ms08:22
audioterminalMy interface supports 2.7 on Windows with the original presonus drivers but I do not knwo if it will work with KXStudio. I do not want to go back to Widows though08:23
audioterminalA little more latency will not hurt. maybe I can live with about 5ms08:24
audioterminalI will try with the extra HDD for sessions, maybe that is why I get xruns when recording from instrument plugins like SFZ files loaded on linuxsampler08:29
audioterminalJackWinter Do you recomend I keep my sfz files on the main HDD or also on the second hard drive with my sessions?08:30
JackWinteri can't say what processor you need (depends on what you do), but i think it might very well be enough.  2.7ms that's 256 frames buffer at 96k, right?08:30
audioterminalYes that is right, that is how I have it set now 256 frames buffer at 96k08:31
JackWinteraudioterminal: i don't use midi and samples, but you might want to do some tests.  i just know that ardour was giving me xruns occasionally and i verified the problem running bonnie++, moving the audio files to a different disk made the problem go away.08:32
JackWinteri think that might be doable, but i don't have much experience with firewire devices, and i think there has been quite a lot of changes lately.  i know someone who runs archlinux with a -rt patched kernel that claims being able to use 64 frames (or possibly even 32 frames) over firewire.  think he has an i7 though, but i don't the the cpu really enters into the discussion.08:33
JackWinteryou might possibly also benefit from using the threadirq kernel boot flag, and then setting the priority of the irq handler for your fw controller to 97 and setting jack to 80.08:34
JackWinteror going full out with a -rt kernel (i think they are avilable for debian again somewhere)08:36
audioterminalthose things you just mentioned mean I would have to do a manual custom compile of the kernel right?08:36
JackWintersorry the kernel boot flag is threadirqs (for vanilla and lowlat kernels)08:36
JackWinterthe -rt patched kernel doesn't need the flag08:37
JackWinterno need to build a kernel.  just add "threadirqs" to the kernel command line in your boot manager08:37
audioterminalI am using KXStudio and would use only things included with it to avoid conflicts08:38
JackWinterthat gives me a thread named like this: irq/17-firewire08:39
JackWinterthen i can change the default priority from 50 to 97 running a command like this: chrt -f -p 97 `pgrep irq/17-firewire`08:40
JackWinternote the funny quotes that are from the key close to ESC on a us keyboard08:40
JackWinterand then set jack to run -rt at priority 80.  think that will make your audio much more stable.08:41
JackWinteror rather much less prone to xruns08:41
JackWinterand you might get away without using a realtime kernel is you use 256/512 frames at 96k.  this you'll have to test yourself to see how low you can go08:42
audioterminalmaybe cadence has those flags to setup jack, I will check the application08:42
audioterminalmy realtime flag for jack is on08:44
audioterminalon the advance tag i read: server synchronous mode, that flag is off08:45
audioterminaland Replace Shared Memory Registry, but that one is off too08:46
audioterminalRealtime priority: 8508:46
audioterminalIs a higher number a better priority or the other way around?08:48
JackWinteryou can use rt prio 85 too.  it's ok and won't change anything.  but using the threadirqs flag on the kernel when booting will export the threads.  and setting it to 97 will make sure that it runs before any other irq handling threads, like those for disk i/o, gpu, etc.08:48
audioterminalI have a priority of 85 noe08:48
audioterminali mean now08:49
JackWinterwell priority levels are only relative not absolute.  so 85 is not better or worse than 80...08:49
JackWinternormally the kernel runs some threads at priority 1, all the irq handlers at 50 and some other house keeping threads at 99.08:50
JackWinterso if you set the thread handling the firewire interrupt high say 97, it will run before any other threads.  then jack will run at 85, and finally all audio processing (at jack's -5) so in your case 80.  then disk io etc will run at 50, and finally all the other threads in the system08:51
audioterminalNow I remember of a config file that had all those priorities listed, is the one where you give a beetter priority to your firewire audio devices than any other audio device08:52
JackWinterthere is the rtirq script, but it seems to change a lot of threads....  in your case you only need to change priority of the firewire handling thread08:52
JackWinterbut you'll need to add the threadirqs flag when booting the kernel, otherwise this stuff is hidden from userland and you can't change it08:53
JackWinteryou could either run the command i gave you above, or use the rtirq script, but then you ought to disable it from changing anything except for the fw interrupt handler08:54
audioterminalI would need help with changing the threadirqs flag08:54
JackWinterwhat boot manager do you use?08:55
JackWinternote that i'm not a kxstudio/ubuntu/debian user...08:55
audioterminalI use KXStudio now and I have no idea08:55
audioterminalKXStudio 14.0408:56
audioterminalOn ubuntustudio it was grub208:57
JackWinterdoes that mean that you use ubuntu 14.04 with the kxstudio addon repos?08:57
audioterminalnope08:57
audioterminaljust kxstudio from their 14.04 DVD image08:58
JackWinterok, can you install it or does it run from the DVD?08:58
audioterminalit is installed on my sistem08:59
audioterminalon my system08:59
*** _rach_ has joined #kxstudio08:59
JackWinterwell i'm not sure how to find out what boot manager it uses...:)08:59
_rach_hi08:59
_rach_i ve a question about phasex and catia plugs09:00
audioterminalnp JackWinter09:00
audioterminalOk I am reading09:00
_rach_i ve no sound, only with phasex09:00
JackWinter maybe it already uses the threadirqs boot flag...  what does "ps aux | grep irq" return?09:00
audioterminallet me check that command09:01
_rach_zynaddub fx , bristols work well, but no sound with phasex09:01
audioterminaloot         3  0.2  0.0      0     0 ?        S    00:36   0:27 [ksoftirqd/0]09:02
audioterminalroot        26  0.4  0.0      0     0 ?        S    00:36   0:59 [ksoftirqd/1]09:02
audioterminalroot        37  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/9-acpi]09:02
audioterminalroot        64  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/14-ata_piix]09:02
audioterminalroot        65  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/15-ata_piix]09:02
audioterminalroot        69  1.3  0.0      0     0 ?        S    00:36   2:45 [irq/19-ata_piix]09:02
audioterminalroot        74  0.0  0.0      0     0 ?        S    00:36   0:01 [irq/23-ehci_hcd]09:02
audioterminalroot        75  0.0  0.0      0     0 ?        S    00:36   0:08 [irq/23-uhci_hcd]09:02
audioterminalroot        76  1.2  0.0      0     0 ?        S    00:36   2:36 [irq/19-uhci_hcd]09:02
audioterminalroot        77  0.0  0.0      0     0 ?        S    00:36   0:04 [irq/18-uhci_hcd]09:02
audioterminalroot        78  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/16-uhci_hcd]09:02
audioterminalroot        80  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/12-i8042]09:02
audioterminalroot        81  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/1-i8042]09:02
audioterminalroot        82  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/8-rtc0]09:03
audioterminalroot       151  2.0  0.0      0     0 ?        S    00:36   4:17 [irq/19-firewire]09:03
JackWinteraudioterminal: no need to paste it here :)09:03
audioterminalroot       178  0.1  0.0      0     0 ?        S    00:36   0:18 [irq/40-nouveau]09:03
audioterminalroot       424  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/7-parport0]09:03
audioterminalroot       430  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/41-snd_hda_]09:03
audioterminalroot       434  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/16-snd_hda_]09:03
audioterminalroot      1317  0.0  0.0      0     0 ?        S    00:36   0:11 [irq/18-rt2800pc]09:03
_rach_lol09:03
audioterminalroot      1320  0.0  0.0      0     0 ?        S    00:36   0:00 [irq/20-eth0]09:03
audioterminalaudiote+  3581  0.0  0.0  11684   928 pts/4    S+   04:02   0:00 grep --color=auto irq09:03
_rach_this spam09:03
_rach_use a pastbin.com09:03
audioterminalsorry09:03
audioterminalOk i will09:03
JackWinterbut there you have it, it's already there.  so all you need is to use the following: chrt -f -p 97 `pgrep irq/19-firewire`09:04
audioterminalhttp://pastebin.com/kmZSmiBm09:06
audioterminalchrt -f -p 97 `pgrep irq/19-firewire` That would be typed on terminal or on a script?09:08
audioterminalso my firewire device is on irq/19. Will that ever change since it is a plug/unplug device, or once I set it, it stays that way?09:09
JackWinterhmm, i don't know why get a problem with that on my system.  for now try "sudo chrt -f -p 97 151"09:10
JackWinter151 being the PID of your firewire irq handler09:10
audioterminal_rach_ I will check phasex and see if I get sound if it is of some help for you. I have never used it on this machine09:11
JackWinteri think it most likely will stay on that interrupt09:11
audioterminalOk I will try that command JackWinter09:11
JackWinterbit crappy that it shares it with  an ata controller09:11
JackWinterbut the pid will be different next time you boot09:12
JackWinteryou can add the -v flag to better see what the command does09:12
audioterminalmaybe that is the problem09:12
audioterminalany way to solve that shared irq first?09:12
audioterminalbefore I change anything09:13
audioterminalBut I have no ata devices here09:13
audioterminalMaybe if I disable the ata device on the motherboard09:13
JackWinterdon't think so, but am not sure.  maybe it's not used...  if you look at cat /proc/interrupts it will show how many times the interrupt has been processed on the cpus.09:14
JackWinterso if you boot and don't use the firewire any count would come from the disk controller09:14
audioterminalWell I have no ATA HDD, no ATA CD or DVD device installed09:16
JackWinteri don't see your system using an ahci interrupt, so my guess is that it's using the older style controllers09:16
audioterminalMaybe the sata controller is set with backwards compatibility mode. I will check and try to change it to sata only09:18
JackWinteror it's a bios setting, so you have connected sata disks, but the disk controllers run in some kind of legacy mode?09:18
audioterminalI will have to reboot, hopefully you will be still be around when I restart the system09:19
audioterminalmaybe it is in legacy mode but I should be able to change it09:20
audioterminalI am not sure since I have used many motherboards09:20
audioterminalI do not remember about this one09:20
JackWinteryeah, i'll most likely be around, depends on work...:)09:20
audioterminalI will be back in about 5 minutes and see if anything could be changed at the bios09:20
*** audioterminal has quit IRC09:23
_rach_back09:28
*** audioterminal has joined #kxstudio09:36
audioterminalok JackWinter this is the new output to the irq command09:38
audioterminalhttp://pastebin.com/ivzFvmZY09:38
audioterminalthis old motherboard handle sata hard drives as if they were ata drives I guess09:39
audioterminalThe irq 19 is still being shared with that ata_piix09:40
JackWinteraudioterminal: you still use the ata driver, see: https://ata.wiki.kernel.org/index.php/Ata_piix09:41
LAbotTitle: Ata piix - ata Wiki (at ata.wiki.kernel.org)09:41
JackWinterwell that might not be a show stopper anyways.  try changing the priority level of the firewire interrupt and see if things work better09:41
audioterminalyes this motherboard runs09:42
audioterminalSATA devices in IDE mode only09:42
audioterminaltoo bad09:42
JackWinteralso if you cat /proc/interrupts before using the firewire, it might show you that the interrupt aren't used anyways...09:42
JackWinteras you have 3 controllers, you might have the disks on another one09:43
audioterminalplease give me the command to change the priority level again09:43
audioterminalI lost it on the reboot. Only good thing I did at reboot was disable on board audio to lighten up the PC if it counts for something09:44
JackWinteras the firewire now is PID 151, run: chrt -f -p 97 15109:44
audioterminalok I will run it now09:44
JackWinteri see you also have some kind of usb on irq19, that may and may not be a problem too09:45
JackWinterbut the irq will fire and very quickly execution will pass to these threads, so it might be ok them being on the same irq (or not...)09:46
audioterminalThat is an external 1gb hard drive but since it is usb i would not use it for ardour sessions09:46
audioterminalI there was a way to isolate the firewire device to one irq09:49
JackWinteris it onboard or a card?09:49
audioterminalWould you know of a way to do that (give the firewire device its own irq before I give a better priority to irq1909:50
audioterminalwhat do you refer to when you ask if it is onboar or a card?09:51
audioterminalDo you mean the external USB hard drive or the firewire device? They both are external09:56
audioterminalThey are not onboard, the motherboard has onboard audio but I was not using it anyways and I disabled it09:57
audioterminalSome people who use DAWs recomend disableing onboard audio if you use an external audio interface09:58
audioterminalI just disabled the onboard audio when I booted the system this time, but the firewire device is still connected, that is what I will always use09:59
audioterminalI will be right back I will reboot again10:01
*** audioterminal has quit IRC10:01
*** audioterminal has joined #kxstudio10:08
JackWinter if you change the slot that the firewire card is plugged into it will change irq, maybe some slot will give it it's own...  don't think disabling the soundcard will change anything at all.  though sometimes it might be necessary to disable a device by black listing it's module.  on my laptop for instance i have to blacklist the driver for bluetooth as it causes havoc with kernel scheduling.  rereading your sentence it appears that the fw controller10:09
JackWintermight be onboard, in that case you could try disabling ide/usb controllers so that the fw is alone on it's irq.  but that may or may not be needed...10:09
audioterminalOk great changing the slot Is something I can do10:09
audioterminalI have a wireless PCI card and the firewire card, maybe if I switch them10:10
*** TyrfingMjolnir has quit IRC10:10
audioterminalwhat irq would be my wireless card using?10:10
audioterminalMaybe it is having a unique irq10:11
JackWinterlooks like it's on 18, which it shares with some usb hub10:11
audioterminalWell, irq 19 is being shared with 3 things10:12
JackWinteri'm guessing based on the processnames "irq/18-rt2800pc"10:12
JackWinteryou can most likely get rid of the usb hub if you disable the right usb device in the bios10:13
audioterminalbut I need to connect usb pen drives once in a while10:13
audioterminalYou have helped me in a great way today because just knowing how to check irqs on linux is a great imporvement for me. I know how to do it on windows and I know how to fix conflicts there but on linux I have never done it10:15
audioterminalOn windows the device manager gives you options to switch two optional irq numbers. On linux I have no idea on how to do any thing like that10:17
audioterminalirq 18 is the realtek wifi card10:19
JackWinterdo you have more free slots?10:20
_rach_audioterminal:  ok i ve sound on phasex, u just need to load a patch lol, default patch dont produce sound10:22
_rach_enjoy10:22
audioterminalsorry let me checkif I have free slots10:22
audioterminal_rach_ It has lots of included patches from what I remember on other pc10:23
JackWinteri'm not aware of any way to change the irq number, unless the driver for the device in question has some parameter for it, but looks like ohci_firewire has nothing like that10:23
audioterminaljust right-click on the right place on the interface and you will see lots of patches you can choose from10:24
audioterminalsorry last statemente was for _rach_10:24
JackWinterregarding disabling usb, iirc it looks like you have 5 usb hubs, maybe you can live with 4...10:24
audioterminalYes I hope they have individual switches on the bios so I can get rid of the right one10:25
_rach_audioterminal: yes but if u just laucnhn no souand are loaded by default, i search for config it10:26
audioterminal_rach_ phasex is a synth that transforms waveforms, no sound you need to launch. You move the knobs and make your own sounds or load patches made by other people10:27
audioterminalOr at least that is all I know about phasex _rach_10:27
_rach_hum10:28
_rach_i am only in midi mode and i ce sound10:28
_rach_with system capture out => phasex input10:29
_rach_masterkeybord out => midi phasex in10:29
audioterminal_rach_ phasex has I think four waveforms, you choose one and move the knobs, then you choose another envelope if you want and mix the two sounds to make a mix of two sounds, you can use up to 4 envelopes at the same time for your patch If I remember well10:30
_rach_ok , i focus on it10:30
_rach_ty for the tips mate10:31
audioterminalnp _rach_10:31
audioterminalJackWinter I will reboot and see what I can do to disable the right usb hub10:31
audioterminalI'll be right back10:32
*** audioterminal has quit IRC10:33
*** audioterminal has joined #kxstudio10:43
audioterminalJackWinter there is no way to disable one usb hub on this motherboard without disableing all usb hubs10:44
audioterminalbut maybe that can be done on the software part on ubuntu 14.04 wich KXStudio 14.04 is based on10:45
audioterminalSome other bad news for me is that only two pci slots are available, and the one used by the wifi card better stays with that card on10:47
audioterminalbecause the firewire card is too wide to be next to my video card10:48
audioterminalThat would block airflow comming from the system fan, and I know my video card without that airflow becomes unstable10:49
audioterminalso both pci cards must stay the way they are now10:50
JackWinteraudioterminal: what does "cat /proc/interrupts" say after some uptime (without using the firewire)?10:55
audioterminalDo you mean unplug the PCI firewire card and check cat /proc/interrupts, or unplug the firewire cord and check cat /proc/interrupts?10:57
audioterminalDo you want me to unplug the firewire pci card or just unplug the firewire audio interface?10:58
*** _rach_ has quit IRC10:59
*** grobda24 has joined #kxstudio10:59
JackWinterno, just boot the computer and don't start jack or anything else that uses the fw interface11:00
audioterminalok I will restart and give you the output of cat /proc/interrupts11:02
*** audioterminal has quit IRC11:02
*** audioterminal has joined #kxstudio11:06
audioterminalhere is the output of cat /proc/interrupts after reboot, with firewire interface conected but not active with jack11:08
audioterminalhttp://pastebin.com/WzSncSvq11:08
audioterminalI can use usb devices but maybe just not when I use Ardour. Also I have two usb ports on use with my keyboard and mouse but I have two ps2 ports available to get other mouse and keyboard.11:11
audioterminaland get rid of this input set11:11
audioterminal(keyboar and mouse)11:12
audioterminalkeyboard and mouse11:12
*** JackWinter has quit IRC11:16
*** EamonnTobin has quit IRC11:28
*** TyrfingMjolnir has joined #kxstudio11:34
*** audioterminal has quit IRC11:39
*** rghvdberg has joined #kxstudio11:41
rghvdberganyone tried to sync NoizeMaker lv2 ? trying to sync the lfo in ardour4 but it acts very strange11:45
rghvdberggonna try it qtractor11:45
*** JackWinter has joined #kxstudio11:55
*** ahellquist has quit IRC11:55
*** rncbc_jolla has joined #kxstudio11:55
rghvdbergloading Noizemaker as (win32) vst syncing works fine. It doesn't sync when loaded as LV211:56
rghvdberg:/11:56
*** ahellquist has joined #kxstudio11:56
rghvdbergwhere do I file a bug report for this ?11:56
*** rncbc_jolla has quit IRC12:00
*** rncbc_jolla has joined #kxstudio12:01
rghvdbergleft a message in the kxstudio forum12:10
*** louigi has joined #kxstudio12:58
*** TyrfingMjolnir has quit IRC13:01
*** rncbc_jolla has quit IRC13:08
*** designbybeck has joined #kxstudio13:13
*** wolftune has joined #kxstudio13:32
*** astralrealm1428 has joined #kxstudio13:51
*** spectromas has joined #kxstudio14:00
*** mothi has quit IRC14:00
*** astralrealm1428 has quit IRC14:04
*** spectromas has quit IRC14:10
*** TyrfingMjolnir has joined #kxstudio14:10
*** _rach_ has joined #kxstudio14:11
_rach_re14:11
*** spectromas has joined #kxstudio14:18
*** tjingboem has joined #kxstudio14:40
*** tjingboem has quit IRC14:40
*** spectromas has quit IRC14:47
*** spectromas has joined #kxstudio14:48
*** fsateler has left #kxstudio14:59
*** louigi has quit IRC15:11
*** rghvdberg has quit IRC15:22
*** lfzawacki has joined #kxstudio15:41
*** yann-kaelig has joined #kxstudio15:45
*** orngjce223 has quit IRC16:10
*** orngjce223 has joined #kxstudio16:17
*** louigi has joined #kxstudio16:36
*** parsec2040 has joined #kxstudio16:36
parsec2040hi is there a broken package16:37
parsec2040muon wont update16:37
parsec2040i dont' understand16:37
parsec2040i have had this problem evrytime i try to run kx studio16:37
*** orngjce223 has quit IRC16:46
*** orngjce223 has joined #kxstudio16:47
parsec2040seems muon package has a broken package16:48
parsec2040sudo apt-get update && sudo apt-get upgrade16:48
parsec2040had to run this16:48
holsteinhad to run what?16:52
holsteinsudo apt-get update? i would expect that to update the package cache16:53
*** ungov has joined #kxstudio17:07
*** falktx has joined #kxstudio17:13
parsec2040hi yes there is something wrong with a certain package in muon17:13
parsec2040it cause moun to display a an error17:13
parsec2040so running what i types overrides the error17:14
parsec2040im not sure which package is causing the error17:14
holsteinwhat is your error?17:14
parsec2040and this is on a firsrt install17:14
parsec2040with md5sum check before burn17:15
parsec2040to usb17:15
parsec2040sec17:15
parsec2040failed to apply chnages17:16
parsec2040thats the error17:16
holsteinwhat are you trying to do, friend?17:16
parsec2040the actual broken package doesnt show17:16
parsec2040it works now17:16
parsec2040i ran that termina code17:16
holsteinok, so you have no error, then?17:16
holsteinyou mean, you updated the system?17:17
*** ungov has quit IRC17:17
parsec2040dooes runnin moun update manger update the system17:17
parsec2040excpet whne i ran i it17:17
parsec2040i got that error17:17
parsec2040so i used the terminal17:17
holsteinparsec2040: the "terminal code" you linked, "sudo apt-get update && sudo apt-get dist-upgrade" updates the system17:17
parsec2040and tha fixed the broken moun17:18
holsteinparsec2040: ok.. so, enjoy the non-broken system17:18
*** louigi has quit IRC17:18
parsec2040right but that so does running moun software17:18
parsec2040muon17:18
holsteinif muon isnt working, dont use it17:19
parsec2040so im trying to figure out why runnig the muon update manger cauuses that error but running the update through terminal does not17:19
holsteinparsec2040: you stated, you dont have an error any more17:19
parsec2040well i mean im trying to explain the erro for the community17:19
parsec2040to be helpful17:19
parsec2040but ok17:20
holsteinparsec2040: there is no error, correct? it is "fixed", now, correct? you applied an update, and its fixed, correct?17:20
parsec2040for me yes17:20
parsec2040but what if others run into this17:20
parsec2040thats what i was concerend about17:20
holsteinparsec2040: we cant retro-actively address it, *if* its an issue.. the update seems to have addressed it, so, its "fixed", *if* it was broken17:21
parsec2040ok17:21
holsteinif others "run into it", they can use another update manager.. or, ask and share more details.. etc17:21
parsec2040which other update manager17:22
parsec2040i only know muon17:22
parsec2040with an interface17:22
holsteinparsec2040: you used apt, friend17:22
holsteinparsec2040: there are *many* gui package managers17:22
parsec2040ah ok17:22
parsec2040but what im asking this is this a known problem17:22
parsec2040if not17:22
parsec2040but yes it fixed now17:23
parsec2040was trying to be helpful but if im being a bother ill let it go :)17:23
*** ungov has joined #kxstudio17:23
falktxnext kx iso shouldn't include muon I guess17:24
falktxjust synaptic17:24
parsec2040ya know17:24
parsec2040it funny you say that flak17:24
parsec2040falk17:25
parsec2040ive had nothing but problems with muon for years17:25
parsec2040it always a terminal17:25
parsec2040or synaptic that works17:25
holsteini have literally never used muon17:25
holsteini install what i prefer, and use it17:25
parsec2040what do you recommend for a gui package manager17:26
parsec2040synaptic17:26
parsec2040i think that was my mistake17:26
*** ungov_ has joined #kxstudio17:26
parsec2040ill ue synaptic from now on17:26
parsec2040synaptic is very stable17:27
parsec2040no, i dont think adding muon to kx studio is a good idea falk17:27
falktxI haven't seen a decent update manager, ever17:27
parsec2040ok thanx guys17:27
falktxI though muon had potential, but has too many issues17:28
parsec2040you mean besides the terminal17:28
holsteinmint has some nice options "baked in"17:28
holsteina # rating system for updates.. etc17:28
ungov_Hi, I'm getting this output from cadence when trying to Force Restart Jack from Cadence: http://pastebin.com/q6tju63r17:28
ungov_Any ideas?17:28
holsteinthough, i just use sudo apt-get update && sudo apt-get dist-upgrade17:28
holsteina better question might be, why are you having to force restart?17:29
parsec2040or does update manager include the synaptic manger  when you say no decent manger17:29
holsteinsynaptic does what it does.. it'll do updates.. if it works for you, it works for you17:29
holsteinit'll all be a matter of option, and use case17:29
parsec2040ok guys17:29
parsec2040im glllad it not just me17:30
parsec2040keep up the geat work falk17:30
ungov_It's weird because I hadn't installed or changed anything... I only rebooted, and now the server status is "Stopped" all the time...17:32
holsteini would address that, and see why jack is not starting..17:32
holsteincould be, you are having some error with broken hardare, or, alsa labels changing.. or a kernel update that "breaks" support for a device17:33
holsteinetc..17:33
ungov_Well, I was trying with an external interface, but the same happens with the internal card...17:33
holsteinif its not configured to use only the internal, though17:34
holsteini think i would try rebooting with only one card.. check the config, and see that its as expected, and go from there17:34
ungov_Wait, nevermind, it worked with the internal card now... I guess my interface broke17:34
*** tjingboem has joined #kxstudio17:34
holsteinwell, at least you know more about where to look for the issue17:35
ungov_yes, thanks holstein!17:35
*** _rach_ has quit IRC17:36
ungov_And now my interface worked... weird...17:36
ungov_Well...17:37
holsteinscore!. nothing is broken..17:37
ungovYay!17:38
parsec2040hi how do i fix the duplicate sources message?17:41
parsec2040i  get this in terminal with kx studio17:41
holsteini would simply look at my sources, and address duplication17:41
parsec2040whenever i update kx studio17:42
*** parsec2040 has quit IRC17:44
falktxmeh17:48
*** prettyvanilla_ has joined #kxstudio17:48
*** prettyvanilla has quit IRC17:48
*** _rach_ has joined #kxstudio17:49
_rach_back17:52
_rach_they is a bug on Claudia when creating a new studio ? or i miss something17:53
_rach_when i create a new, a2j ans j2a dont appear17:54
_rach_and*17:54
*** prettyvanilla has joined #kxstudio17:57
*** prettyvanilla_ has quit IRC17:57
falktxworking as intended17:58
falktxrun "a2j -e" manually yourself17:58
_rach_ok17:59
_rach_hum17:59
_rach_http://kxstudio.sourceforge.net/screenshots/claudia-qtractor.png i am followind this tuto but ... i have only harware *.18:01
_rach_when i do a2j -e , i ve only midi bridge18:01
_rach_no audio18:01
_rach_plug18:01
falktxa2j -e is for midi only, not audio18:07
holsteinit'll route midi to things that make sound, but midi is just that..18:12
*** zth has joined #kxstudio18:13
*** falktx_ has joined #kxstudio18:16
*** falktx has quit IRC18:16
_rach_hum18:19
_rach_ok...18:19
_rach_so i dont understand why i cant create new studio... when i do that alsa crash and i lust restart jack from cadence.18:20
_rach_the only way i see, is: retard jack from cadence, open claudia, launch app, rename and save the default studio18:21
holsteinhow do you know alsa is crashing? is jack crashing?18:22
_rach_jack dont crash18:23
_rach_but when i creat a new studio, i ve no sound on youtube for example, i must force restart jack18:24
_rach_a2j -e do  nothin18:24
holsteinyou shouldnt need "youtube" for your audio production, though18:24
holsteinthats going to be involving many more variables.. flash, html5, etc18:24
_rach_i am reading man a2j_control and other a2j18:24
holsteinwhat would i do? close the web brwosers, and other applciations, open what you need for audio production, and troubleshoot18:25
_rach_i am trying a tuto18:25
_rach_for launch qtractor recording firefow at boot18:25
holstein_rach_: sure.. so, use something to save the file locally.. or another machine.. or, ask "youtube" for jack support18:25
_rach_hum18:26
holsteini would try removing flash, and html5, and *anything* that doesnt promise jack support from the euqation18:26
_rach_thanks18:26
falktx_hm, you just need the alsa-audio bridge enabled too18:28
falktx_they're not enabled by default because it will likely cause some conflicts18:28
holsteinor, i suppose, the pulse one..18:28
falktx_as holstein when you're making music you'll likely not need the bridges18:29
*** tjingboem has quit IRC18:29
_rach_ok18:30
_rach_aaaaaaaaaaaaaaaah ok18:32
_rach_create new in claudia, add app , then start alsa audio18:33
_rach_in cadence18:33
_rach_i think u must focus it on the official tuto18:33
_rach_http://kxstudio.sourceforge.net/Documentation:Manual:simple_claudia_studio here18:33
LAbotTitle: KXStudio (at kxstudio.sourceforge.net)18:33
*** prettyvanilla_ has joined #kxstudio18:33
holsteinthat youbue doesnt support jack?18:34
*** prettyvanilla has quit IRC18:34
holsteini think, that will be up to youtube to document.. how to work around the product they create18:34
*** prettyvanilla_ has quit IRC18:40
*** HarryHaaren has joined #kxstudio18:41
*** prettyvanilla has joined #kxstudio18:41
_rach_ok thanks for ur help, i need to read more docs18:42
_rach_:D18:42
*** parsec2040 has joined #kxstudio18:48
parsec2040hi i hear no sound focusrite 2i218:48
holsteinbut, you do, with jack, with another interface? is just running with the proper driver for the interface?18:50
parsec2040no no sound18:51
parsec2040or in youtube18:51
holsteinparsec2040: cool.. i say, unplug the unit, and get audio working.. in the system. dont use flash/html5 youtube, or a web browser to test audio18:52
parsec2040well it does work with windpws18:52
holsteinparsec2040: cool.. try getting it working with linux.. with KXstudio.. with jack, with the internal audio device first, is my suggestion18:53
parsec2040and ubuntu18:53
holsteinsure.. so, now, with jack18:53
parsec2040internal audio device18:53
holsteinparsec2040: sure.. with jack, friend.. is the internal audio device working with jack?18:53
parsec2040oh so the actual jack interface is the audiointerface18:53
parsec2040ok18:53
parsec2040i did not realize jack is integrated with the audio on kx studio18:54
holsteinjack is the server that most all audio apps in linux will require18:54
holsteinthat is the difference, and you will likely do better reducing variables18:54
holsteinuse the internal audio device that you already know how to use..18:55
holsteinno need to plug a device in, that doenst proimse linux support, and also, learn a new sound system, JACK, at the same time18:55
_rach_hum i think something bug18:58
_rach_i open catia and apps, then claudia,  .... ok all is nicely plugged18:59
_rach_i save this studio18:59
holsteini promise, its not filled with bugs18:59
holsteinthe linux audio ecosystem18:59
_rach_i re-open the studio => blank page19:00
holsteinthere *are* lots of differences. and, of course, some bugs..19:00
_rach_i understand19:02
_rach_brb i reboot19:02
*** _rach_ has quit IRC19:04
parsec2040no no sound19:05
parsec2040only in testing19:05
parsec2040i get the audio test melody19:05
holsteinwhat jack application are you testing audio with? i suggest audacious with the jack driver, or something simple like yoshimi19:06
parsec2040cadence19:09
parsec2040device, in, and out are hw usb19:10
*** audioterminal has joined #kxstudio19:10
parsec2040input channel o output 119:10
*** _rach_ has joined #kxstudio19:11
_rach_back19:11
holsteinparsec2040: use an application, as i suggested, *not* flash, or html5.. something like yoshimi19:12
holsteinroute it, and test19:12
*** prettyvanilla has quit IRC19:12
*** prettyvanilla has joined #kxstudio19:13
audioterminalJackWinter Sorry about the usb mouse and keyboard, I was sure they were ps2 and forgot to check that. But I want to thank you because thanks to you I cleared usb hub3 which is shared with the firewire device and I recorded a 4 minute midi track at 24bit/96k with only one xrun, compard to 50 or more xruns before you helped. And that without the extra HDD19:15
_rach_ok, something is wrong whith claudia , perhaps liked with the refresh option or something19:17
_rach_linked*19:17
_rach_in catia the refresh work well19:18
_rach_when i change something (close/open apps etc)19:18
*** louigi has joined #kxstudio19:19
*** falktx_ has quit IRC19:20
parsec2040working19:21
parsec2040good troubleshooting tip about using a standalone midi synth19:21
_rach_gg19:24
*** audioterminal has quit IRC19:26
*** spectromas has quit IRC19:27
*** orngjce223 has quit IRC19:32
*** lfzawacki has quit IRC19:33
_rach_ok19:33
_rach_i ve test seesion record with Qjack, it work well19:34
*** zth has quit IRC19:38
*** audioterminal has joined #kxstudio19:45
*** mothi has joined #kxstudio19:46
*** parsec2040 has quit IRC19:48
*** spectromas has joined #kxstudio19:51
*** _rach_ has quit IRC19:56
*** mothi has quit IRC20:05
*** audioterminal has quit IRC20:07
*** grobda24 has quit IRC20:19
*** prettyvanilla has quit IRC20:38
*** prettyvanilla has joined #kxstudio20:38
*** spectromas has quit IRC21:12
*** prettyvanilla_ has joined #kxstudio21:17
*** prettyvanilla has quit IRC21:17
*** prettyvanilla_ has quit IRC21:24
*** prettyvanilla_ has joined #kxstudio21:24
*** yann-kaelig has quit IRC21:28
*** ungov has quit IRC21:49
*** ungov_ has quit IRC21:50
*** designbybeck has quit IRC22:00
*** mothi has joined #kxstudio22:08
*** mothi has quit IRC22:18
*** louigi has quit IRC22:35

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