[01:16] anyone home? [01:25] Yo. [01:25] Anyone up? [01:25] just me [01:28] Oh goddamnit. [01:29] Welp, you ever compiled a vst that used a juce makefile? [05:39] anyone out there? [05:42] Off and on... [05:45] I've downloaded and managed to get Studio 15 running but have lots of crashes. have you had similar experiences? [05:45] Studio 15? [05:46] Ubuntu Studio 15.10 [05:46] What kind of crashes, what were you doing at the time? [05:47] * OvenWerks is running ubuntustudio 14.04 [05:49] repartitioning a spare drive, firefox keeps stopping and restarting, programs halting mid setup... [05:50] No I haven't had that. [05:50] xchat seems to be working ok [05:50] :) it is a pretty simple app I think. [05:54] moved from Lubuntu which was very stable but awful to install and wanted to try somthing that was put together with a bit of thought rather than installing things to tryout and ditch if I didn't like them. [05:54] Any of the ISOs I have tried and installed have not had crashes. But I have not used anything besides 14.04 and 16.04 for more than a few minutes. I have been using 16.04 (xubuntu) on my wife's machine with no problems too. [05:56] I don't know if that is possible (to avoid trying things and then not using them) [05:56] I'd wipe it off and reinstall but for the time it took for me to get it up and running [05:56] what kind of work do you do on the computer? [05:57] (audio, video, graphics?) [05:58] general office work, play around with graphics and audio, like blender [05:58] Not that it should matter, I have installed the Studio apps on Lubuntu, kubuntu, Xubuntu ok. [05:59] office stuff should just work. There is not real difference from one flavour to the next there [06:00] Blender is beyond me :) I have tried to use it for video editing (not being an artist) but found the learning curve to high. [06:00] I use Audio mostly, and it has worked well. [06:01] I record Audio like a tape machine in a linear fashion on Ardour. [06:01] I am not one for loops, I don't seem to work that way. [06:03] Starting the reinstall of Lubuntu was what i was doing when gparted crashed in the middle of setting up the spare disk drive. Blender is good for me though still learning as the program is vast, would like to get proficient in using python with it and running scripts to produce drawings. [06:05] There has been some really nice stuff come from blender. I have watched videos of people setting up animations on it just out of interest. [06:05] As my partner has removed the record player from the living space I too would like to put my vinyl on to computer [06:06] I started doing that, but have found it is easier to just download it... less scratches. [06:06] Yes they have 4 films already produced and another on the way [06:09] I've had some good results on a windows machine with Woodstock albums [06:10] Anyway, WIfe came home I need to go now. [06:10] Talk to you later. [06:10] No Probs [17:56] hi everybody! [18:02] how can i list my devices connected with alsa on my terminal? [18:04] !help [18:04] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [18:16] sancho_panza: arecord -l will list inputs. aplay -l will list outputs [18:19] or are you asking something else? [18:19] amidi -l shows midi devices. [18:20] a more generic script: [18:20] cd /tmp && wget http://jackaudio.org/downloads/adevices.sh && bash ./adevices.sh [18:21] will aslo tell you if a device is being used by something and what application that is. [18:31] someone has experience with alsa ad external usb audio? [18:32] i need to switch my defauld sound card (motherboard one) to my external usb one (new default), how can i? [18:46] sancho_panza: for use with which application? for desktop stuff use pavucontrol. You can switch the internal audio right off or just click on the green button for the usb device in Output Devcies or Input Devices. [18:47] i don't have pulseaudio installed [18:47] i'm creating asoundrc [18:48] sancho_panza: I am less good at that. I have not use "default" as a device, always the device I want to use. [18:49] k ty