Alex,
Ah so you are the guy from the reactor forum? If so I have been telling people about your experience with Linux
Yes a runtime option is for sure the way to go. Anything that is machine specific should be a runtime option. Great to hear!
I am also very pleased to hear about your orchestral samples loading in 160 channels!
It would be amazing to load most of the instrument I have and just unfreezing when needed. That would make my life so much easier. Just load what is needed when needed on the fly.
What orchestral library or libraries do you use? I bought the VSL OPUS 1 and OPUS 2. I am very happy with the sound. the only problem is the lack of legatos outside of booting Windows the use The Performance Tool. I would love to hear your experience there!
As for going to 8GB. I can see that happening soon. I first need to prove to myself that it is needed. The processors are not maxing out and that is nice. I have the samples on a sata 2 500GB drive which seems to be helping.
I also tweeked jack tonight and things seem to be running better than before. 0 xruns after long periods of time. Even when I disconnect a program. Here is what I did according to the jack documentation:
<quote>
It has been found that mounting /tmp/jack as tmpfs (in RAM) solves problems that many people have experienced with xruns while using JACK. The solutions below help when your /tmp directory is mounted on a journalled filesystem. Just put this in your /etc/fstab
none /tmp/jack tmpfs defaults 0 0
There is also a compile option to enable JACK to place its FIFOs on a ram-based filesystem as follows:
# mkdir /mnt/ramfs
[edit /etc/fstab and add the following line]
none /mnt/ramfs tmpfs defaults 0 0
Then use --with-default-tmpdir=/mnt/ramfs to the JACK configure line when you build it. No clients need to be recompiled.
</quote>
My friend Andrew and I rewrote some of my systems ebuild to accommodated automatically doing this via the the emerge --config {PACKAGE} command. I will try to submit it to allow the gentoo community access to it.
Talk to you all soon