You are not logged in.
Pages: 1
.
Last edited by dawiba (2014-03-13 22:11:32)
Offline
I dont know much about audio editing, but maybe you could try audacity for some simple audio editing?
Oh and theres a program called icedove which is thunderbird rebranded, and i think with some minor changes
Offline
There are at least a couple threads already about making music with CrunchBang. I think one is called something like "I make music. Do you?"
I think the main thing is to have a low-latency kernel; kernel 3.2 in Backports is available in a realtime preempt flavor for both 686 and amd64.
Offline
http://crunchbanglinux.org/forums/topic … rkstation/
i use Renoise with Alsa, sometimes with Jack. i've gotten good results with that, but i don't do live recording so the low-latency is not such a big issue for me. i recently installed a realtime (preempt) kernel to get even better results.
one thing is for sure: Ubuntu is way more bloated than #!, and bloat does not help you get a better music experience. that is the reason i started doing audio on #!, because it is so light, and it doesn't get in your way.
Offline
.
Last edited by dawiba (2014-03-13 22:12:16)
Offline
.
Last edited by dawiba (2014-04-04 16:49:05)
Offline
One thing about the realtime preempt kernels is they place much higher demands on the CPU than the generic kernel; I've heard nothing but good about 3.2 generic in terms of low latency. 
I think the only reason 3.2 is even available in realtime preempt flavors is because people who use virtual "instruments" (hey, does air guitar count?
) don't realize just how efficient the generic kernel is.
Offline
.
Last edited by dawiba (2014-04-04 16:49:44)
Offline
3.2.0 Kernel generic is good 32bit for "real time processing" with jack family and Ardour - Ardour and jack play very nicely together with few x-runs or crashes. 3.2.0 "rt" parameter may serve purpose in some settings.
Offline
3.2.0 Kernel generic is good 32bit for "real time processing" with jack family and Ardour - Ardour and jack play very nicely together with few x-runs or crashes. 3.2.0 "rt" parameter may serve purpose in some settings.
A good point-using an RT kernel is not really going to affect latency very much with newer software versions. And since you brought up X runs, here's your friendly reminder: Disable cpu frequency throttling at all times when running JACK!
sudo cpufreq-set -rg performanceOffline
.
Last edited by dawiba (2014-04-04 16:50:11)
Offline
^ Not necessarily - I have speedstep disabled on my netbook and cpufrequtils works just fine. Seems in this case disabling the feature takes control of it away from the hardware and places it in the software's "hands".
Offline
Using cpu freq throttling is highly reccomended when not running JACK so I wouldn't bother disabling it in the BIOS either. Just remember to turn it off when you start JACK. If using the terminal to do it isn't desireable there are some GUI utils to change your CPU governer on the fly as well, like trayfreq.
Offline
Yes, OK - you can also check your current settings with command:
cpufreq-infoSome hardware becomes invisible and unavailable with BIOS setting disabled.
If you turn hyperthreading option off in BIOS - its gone in the OS as well?
Offline
.
Last edited by dawiba (2014-04-04 16:50:56)
Offline
^ you could make a simple script called 'jackstart' or whatever, and do something like this
#!/bin/bash
sudo cpufreq-set -rg performance && qjackctl && sudo cpufreq-set-rg ondemandmake it executable by 'chmod +x jackstart' and put it in a directory inside your $PATH.
not sure if this works as advertised, haven't tried it out, this is from the top of my head. you could also just try the command without the script, directly in a terminal, ie just type:
sudo cpufreq-set -rg performance && qjackctl && sudo cpufreq-set-rg ondemandwhich would set the cpufreq, start qjackctl, and should reset the cpu-freq when you close qjackctl.
Offline
Hi everyone
im kinda new to crunchbang and really like it.
i make music, mainly recording lines and make simple drum patterns would be fine
i found ardour ok for this, and i installed it from the terminal, but when i want to start it, the console says that the command cannot be found.
sorry for the dumb question if it is, but please someone help me!
Offline
Please post output of
apt-cache policy ardourOffline
o...
i solved the problem, and it was really dumb..
next time i will have a problem i will spend more time triing before asking
sorry and thanks:)
Offline
.
Last edited by dawiba (2014-04-04 17:02:42)
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.