--0016e65ae75a803a1004b01cbd7f
Content-Type: text/plain; charset=ISO-8859-1I'm one of the folks performing through a netbook. A dell latitude 2100 --
the rubberized primary-school edition, 2gb ram and one of the atom chipsets.
Maybe now in the $300 range?I use fluidsynth and bristol with alsa and jackd, setting various patches
across 8 midi channels, playing through an m-audio usb sound processor, with
one or sometimes two usb midi devices as controllers.I custom-compiled a very lightweight rt kernel. I still use gnome, but turn
off networking to prevent memory usage spikes not related to music... and
keep a close eye on the available system memory and cpu while playing. Also
no holding bristol chords with more than 5 notes. :) I could probably get up
to 7 if I lost gnome, but I prefer the minimalist musical approach to
avoiding xruns. And I like to be able to use the dell's touchscreen to flip
through scanned charts in pdf when I forget what I'm supposed to be playing!Cheers,
Luke-----
Luke Peterson
- sent via mobile device -
On Oct 25, 2011 5:11 AM, "Jeremy Jongepier" wrote:> On 10/25/2011 10:44 AM, Renato wrote:
--0016e65ae75a803a1004b01cbd7f
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I'm one of the folks performing through a netbook. A dell latitude 2=
100 -- the rubberized primary-school edition, 2gb ram and one of the atom c=
hipsets. Maybe now in the $300 range?
I use fluidsynth and bristol with alsa and jackd, setting various patche=
s across 8 midi channels, playing through an m-audio usb sound processor, w=
ith one or sometimes two usb midi devices as controllers.
I custom-compiled a very lightweight rt kernel. I still use gnome, but t=
urn off networking to prevent memory usage spikes not related to music... a=
nd keep a close eye on the available system memory and cpu while playing. A=
lso no holding bristol chords with more than 5 notes. :) I could probably g=
et up to 7 if I lost gnome, but I prefer the minimalist musical approach to=
avoiding xruns. And I like to be able to use the dell's touchscreen to=
flip through scanned charts in pdf when I forget what I'm supposed to =
be playing!
Cheers,
Luke
-----
Luke Peterson
- sent via mobile device -
On Oct 25, 2011 5:11 AM, "Jeremy Jongepier&=
quot; <jeremy@autostatic.com> wrote:
On 10/25/2011 10:44 AM, Renato wrote:
Hi Renato,
Yes:
if [ $(uname -r | cut -d "-" -f 3) =3D "realtime" ]
then /path/to/startstudio
fi
And the 'startstudio' script looks like this:
#!/bin/sh
modprobe -r ppdev
modprobe -r lp
modprobe -r uvcvideo
modprobe -r videodev
modprobe -r ath9k
modprobe -r r8169
modprobe -r btusb
/etc/init.d/bluetooth stop &
/etc/init.d/cups stop &
/etc/init.d/networking stop &
/etc/init.d/network-manager stop &
/etc/init.d/ondemand stop
killall modem-manager
killall wpa_supplicant
modprobe snd-hrtimer
echo -n performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_gover=
nor
TASKLETPR=3D76
ps -eLo pid,cmd | grep tasklet | grep -v grep | awk '{ system("chr=
t -f
-p '$TASKLETPR' " $1)}'
echo -n "0000:00:13.0" > /sys/bus/pci/drivers/ohci_hcd/unbind<=
br>
>> And it runs
>> sure your audio device isn't sharing an interrupt with somethi=
ng
No, writing the ID of the controller to an unbind file, it's the last
line in the startstudio script.
> cheers,
Best,
Jeremy
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@l=
ists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
--0016e65ae75a803a1004b01cbd7f--
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.