[03:11] hello all, I`m back from studio natty to say that the things are a lot better, after a few updates the system looks much more stable ... I`m planning to test the lowlatency kernel. [03:17] ok, I`m back, now using the the lowlatency kernel. The sound looks good still need to learn to test the performance of the system. [03:17] I`m testing the system with jack and sooperlooper [03:19] T0rCh_raony, There are nos pecific tests to do, that we share. But, just using jack and the programs you like to use will of course tell something. There are some results posted at https://wiki.ubuntu.com/RealTime [03:21] ok, I will try to use ardour, I want to learn how to use all this programs for sound, video and image. thanks all [03:22] T0rCh_raony, My conclusion so far is that -lowlatency is working very well, as good as -rt did with Karmic. There is something causing xruns for me using Ubuntu Natty, and jack with 64 frames/period. Probably a network card driver. Other than that, the results are very good. [03:22] T0rCh_raony, What audio device are you using? [03:25] I running in a inspiron 1525 with a 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) [03:26] I`m planning to buy M-Audio and use the system for live performance. [03:29] T0rCh_raony, Laptop, right? Yeah, I use M-Audio Pci cards. Thinking about getting a usb device later for mobile use. M-Audio Fast Track Pro, most porbably. [03:29] exactly this one [03:30] I like that card because it has phantom power and requires no extra power. However, I've heard the preamps are not the best, which would be the only downside [03:41] ailo, can you tell me how to test the development of the studio controls from git clone git://gitorious.org/ubuntustudio-controls/ubuntustudio-controls.git ? [03:42] I just have to put the files at the specific folder and run from the menu ? [03:44] T0rCh_raony, You can use all the python files in any folder you like, but if you don't want to edit the code by hand, it will be looking for the shell scripts in /usr/lib/ubuntustudio-controls/ [03:45] And the two resource files: ubuntustudio-controls.glade, audio.conf. Those should be in /usr/share/ubuntustudio-controls/ [03:47] T0rCh_raony, After the files I mentioned are in their right folders, just go into the git folder and do ./ubuntustudio-controls [03:47] T0rCh_raony, You'll need to install zenity, if it is not already installed [03:49] T0rCh_raony, So, 3 shell scripts and 2 resource files need to be put into specific folders. [03:50] ls [03:50] haha sorry [03:53] /bin/sh: /usr/lib/ubuntustudio-controls/gksudo-privilege.sh: not found [03:53] Check if user needs to reboot [03:53] Ok, now close app [03:53] don't think it worked I will try to reboot [03:54] looks very nice the job!!!! [03:54] T0rCh_raony, If the gksudo-privilege.sh was not found, you'll need to add it into that folder, though [03:54] Otherwise no changes were mase [03:54] made* [03:55] T0rCh_raony, All three shell scripts need to go there, did you add them? [03:57] T0rCh__, Did you catch my messages? [03:58] T0rCh__, Did you put the shell scripts into /usr/lib/ubuntustudio-controls/ [03:58] not yet, I will do this now [04:00] Those I would want to replace with Python code. I recently noticed there was a library called python-pam that should take care of that [04:00] The super-user privilege, that is [04:03] works like a charm ! [04:03] I will send some screens [04:07] https://picasaweb.google.com/raonyguimaraes/StudioNatty1104KernelLowlatencyTestingNewUbuntustudioControls?feat=directlink [04:08] thanks for the help, I will try to learn more about this code now. [04:14] T0rCh__, Yes, looks like it's working :P. Perhaps it would be easier to start with a simple GTK python barebone app first? This one has some freaky code, that I don't want to use later anyway. [04:15] ok [04:18] T0rCh__, I'm making one based on this app, so only the basic things are left concerning Python, GTK and the glade file. [04:21] T0rCh__, You should install Glade 3, so you can inspect the glade file too. [04:21] ok I will try [04:24] T0rCh__, Ok, here's just enough to start the app, quit it by closing it, and 4 buttons will print text on to the console. http://paste.ubuntu.com/581923/ [04:25] T0rCh__, Should be enough to get a feeling for the GTK part of it [04:26] T0rCh__, Just realized, the "Apply" button is not active by default. This was done with glade3, so it's not in the code, initially. Anyway, all of the things done with glade3 can be done using code too. [04:28] or, glade, as it is called [04:30] T0rCh__, And I guess it goes without saying that the code I just sent you should be used in the same folder with ubuntustudio-controls.glade [04:33] T0rCh__, So, the code I sent you was enough for me to learn how to make this app. As I said before, I would like to start working on something different for the next version of ubuntustudio-controls. One that could involve more than one app, and a indicator-app as well. [04:34] I agree, the code looks really very simple. I will spend sometime learning about pygtk and glade to see if I can develop something to help, may be the indicator-app [04:36] T0rCh__, If you like, you could check out the indicator stuff. I have only started by finding an example app from Ubuntu. https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators There is a Python example at the bottom somewhere [04:38] T0rCh__, From http://www.pygtk.org/ you can learn more about how to build gtk from scratch, which I guess you need to do with the indicator menu a bit. [04:39] T0rCh__, If you like we can start a common repository and make up some plans on what to work on. I have some ideas, but I haven't put it on paper yet [04:42] T0rCh__, On gitorious we can create a team, so everyone belonging to that can edit a wiki and push code into the repo. I have an account on github too, but haven't found out so much about how that works yet. [04:45] for me it's fine :) I use both as well [04:45] I'm creating a project on gitorious [04:46] that's you ? [04:46] http://gitorious.org/~ailo [04:47] done [04:49] git clone git://gitorious.org/studiocontrols-indicator-app/studiocontrols-indicator-app.git studiocontrols-indicator-app [04:56] T0rCh__, Yep. I'm ailo [05:02] T0rCh__, I added you as a administrator to a new team called ubuntustudio-controls [05:05] thank you I will check [05:05] T0rCh__, I added my app to this project. Here is the wiki page. I think you should be able to edit as well http://gitorious.org/ubuntustudio-controls/pages/Home [05:07] ok, so from this branch you want to create the new ubuntustudio-contorls based on this same theme, using the same .glade file ? [05:11] cool stuff http://www.youtube.com/watch?v=B3_kQdMNN6Y PyGtk base class library for fast app development [05:17] T0rCh__, Still learning about projects and teams on gitorious. I also started a project called ubuntustudio-controls. We can have different repos for different parts of the project. [05:18] T0rCh__, I will probably remove my original repo, and start on new code from scratch. [05:19] ok. hope i can help somehow :) [05:19] T0rCh__, paultag talked about making a plugin-able app. That is my thought too. The indicator app can hold other apps [05:19] T0rCh__, The main app should be setting system preferences, like enabling realtime [05:21] T0rCh__, But if someone has an idea, for instance we could have a multimedia specific package manager. Then we just add that as a new part of the project, and a new repo. [05:25] T0rCh__, Don't know how realtime will work in the future. Could be no settings are needed at all. [05:38] T0rCh__, It's not all that straight forward using gitorious is what I think now :P. Anyway, I will try to get something set up there in the coming day. [05:53] Now I can't reach my project even. I borked it. [06:01] T0rCh__, Ok. I added the project ubuntustudio-controls to the group ubuntustudio-controls. I removed my original repo and added a new one: system-preferences. If you like, you could create the indicator repo within the ubuntustudio project. [06:01] Seems like that would make most sense [06:03] T0rCh__, Just to clarify, http://gitorious.org/ubuntustudio-controls is the project now owned by the team, so create the repos inside this project. [12:18] * ckontros waves === paultag_ is now known as paultag [23:42] evening everyone [23:42] ScottL: Ping? [23:50] hey