You are not logged in.

#226 2007-08-07 15:48:43

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

That's what I thought. I've applied your patch to 0.9.4 only.
yes, it's really strange. never had that before. the md5 checksum may fail on apps PKGBUILD but apps still builds.


Hey Shinlun,

sorry to keep going on about hydrogen-0.9.4 but I've tried it on SuSe and it works well.
the important thing is mute groups.
I need the hi-hats to sound more really.

I now have 0.9.3 work again but the svn-hydrogen I would like to run on Arch as Suse gives tons of xruns. I using their JackLab version.

patch -Np0 -i hydrogen-snapshot-flac.diff
patching file flac_file.cpp
patch unexpectedly ends in middle of line
patch: **** unexpected end of file in patch

I had to modify the patch to even get this far:

--- flac_file.cpp.orig   2007-06-07 21:44:46.000000000 +0800
+++ flac_file.cpp        2007-06-07 21:47:03.000000000 +0800
@@ -161,16 +161,176 @@
        }

        set_metadata_ignore_all();
-       set_filename( sFilename.c_str() );
+       FLAC__StreamDecoderInitStatus s=init(sFilename.c_str() );
+       if(s!=FLAC__STREAM_DECODER_INIT_STATUS_OK) {

-       State s=init();
-       if( s != FLAC__FILE_DECODER_OK ) {
                ERRORLOG( "Error in init()" );
        }

-       if ( process_until_end_of_file() == false ) {
-               ERRORLOG( "Error in process_until_end_of_file(). Filename: " + m_sFilename );
+       if ( process_until_end_of_stream() == false ) {
+               ERRORLOG( "[load] Error in process_until_end_of_stream()" );
        }
+
}

anything strange here?

Remember, I'm trying thr SVN version, not the ABS. the ABS works now.

Thanx

Last edited by funkmuscle (2007-08-15 17:06:55)

Offline

#227 2007-08-07 21:10:04

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

Anybody have some work completed that we all can hear? I have some stuff I've been working on on that I will share soon, and am interested to hear yours.

Last edited by btartsa (2007-08-08 16:34:28)

Offline

#228 2007-08-10 17:04:53

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

Just a tip. Upon afresh install ardour refused to play nice. Setting the memlock field  in /etc/services/limits.conf to unlimited seems to have fixed it.

Offline

#229 2007-08-11 14:33:40

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

Am I missing something on my system?
I don't have any /etc/services/limits.conf on my system.

Do I create the config file?

Offline

#230 2007-08-11 15:00:04

nikron
Member
Registered: 2007-05-15
Posts: 130

Re: ProAudio repository for Arch users

funkmuscle wrote:

Am I missing something on my system?
I don't have any /etc/services/limits.conf on my system.

Do I create the config file?

It's /etc/security/limits.conf

Offline

#231 2007-08-11 16:04:16

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

thanx bro.

For that, all I did was change it from 250000 to 300000.

Offline

#232 2007-08-13 16:29:51

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

oops. /etc/security/limits.conf is correct.

Offline

#233 2007-08-16 05:38:10

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

Traverso is really nice. If you build from AUR and want to use plugins  you must install the package redland from AUR. You must also comment out the first sed line in the PKGBUILD.

Last edited by btartsa (2007-08-16 05:38:45)

Offline

#234 2007-08-16 19:08:20

rivierrakid
Member
From: Newcastle, UK
Registered: 2006-06-28
Posts: 21

Re: ProAudio repository for Arch users

I have a problem with jamin, everytime it starts up it dies.
Its been doing this for a while now and Ive tried all sorts, I ve recompiled fftw and jamin, changed tmpdirs and running as  new user.

I have the realtime kernel and jack running smoothly.

Does anyone else have this problem, or ideas what I can try?


jamin 0.95.0
(C) 2003-2005 J. Depner, S. Harris, J. O'Quin, R. Parker and P. Shirkey
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.
JACK tmpdir identified as [/tmp]
fftw: alloc.c:270: assertion failed: p
Aborted

edited to add:

Ok I started having problems with all sorts of stuff, mostly all giving alloc errors.
I checked my /etc/security/limits.conf to find my memlock was 40000.

Ive changed this to 'unlimited' (from ardour forum) and now everything is working again.
I dont know why its on 40,000, I set it ages ago from the wiki. but I dont care.. it works again  smile

Last edited by rivierrakid (2007-08-17 13:16:41)

Offline

#235 2007-08-20 06:21:26

jonkristian
Member
From: Norway
Registered: 2007-03-09
Posts: 101
Website

Re: ProAudio repository for Arch users

btartsa: No work here:( I've had my laptop in on repair for a month and two weeks, getting really tired of it. Anything interesting on the kernel side these days?


PROCRASTINATION
is like masturbation...it's good in the beginning, but in the end, you realize
you've just fkd yourself

Offline

#236 2007-08-20 13:46:43

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

does anyone know how to build a flac++ or flac dev PKGBUILD?

Offline

#237 2007-08-31 15:48:20

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

Hydrogen-svn runs great on JackLab. too bad not all can get it on Arch.
I've given up on that until they release it for Arch.

on the video side of things, anyone ever got this running on Arch?

linuxvideostudio: http://ronald.bitfreak.net/lvs/downloads.shtml

if yes, got a PKGBUILD???

Offline

#238 2007-09-01 02:05:02

m00tp01nt
Member
Registered: 2007-08-03
Posts: 14

Re: ProAudio repository for Arch users

I don't know if this is stupid, but I didn't read anything about it in this thread:

I'm running kernel26rt (2.6.22.1-rt9).  I was getting an xrun about every 2-3 minutes just running zynaddsubfx.  I bumped up the priority setting in qjackctl as high as it could go (~89) and now I can run hydrogen, ardour and zynaddsubfx together, sync'd no problem.  Zero xruns in a 45 minute session, and I have yet to receive another xrun.

So for any n00bs like me:  If it seems like you're doing everything right and you still have xruns... priority should go as high as it can (limited by /etc/security/limits.conf).

Offline

#239 2007-09-01 02:35:13

m00tp01nt
Member
Registered: 2007-08-03
Posts: 14

Re: ProAudio repository for Arch users

berkus wrote:

timbosa's kernel is uploaded to proaudio repo.

Tested it here, once ALL ACPI modules are removed it gives excellent latency and on my otherwise rather weak laptop working with 5msec latency is perfectly possible (buffersize 64, periods 4 @ 48KHz).

Does getting rid of the acpi modules really make a big difference, and if so, do you know why?

Offline

#240 2007-09-01 02:56:17

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

I was just about to ask for that. berkus read my mind

Offline

#241 2007-09-01 02:59:37

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

only kernel26rt 2.6.21.rt8-1 on proaudio

Offline

#242 2007-09-01 03:49:33

m00tp01nt
Member
Registered: 2007-08-03
Posts: 14

Re: ProAudio repository for Arch users

I built my kernel myself.  That quote is talking about the earlier kernel.  I'm trying to decide if i should remove all the acpi modules/acpi support.  Sorry to confuse you.

Offline

#243 2007-09-01 14:45:09

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

no probs!!!

Offline

#244 2007-09-01 15:58:23

m00tp01nt
Member
Registered: 2007-08-03
Posts: 14

Re: ProAudio repository for Arch users

Blacklisting all the acpi modules didn't seem to do much for me.  I can get around 23ms latency consistently.  Berkus's post is making me wonder, what was the config of that 'weak' laptop?  Soundcard/Ram?
I have a feeling it's my soundcard preventing me from getting lower latency.  not really a problem...

As a sidenote: terminatorX + milkyTracker = gold.

Anyone know anything about lv2 / zynjacku?

Offline

#245 2007-09-01 18:16:52

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

you got terminatorX working?
I't sounds like crap for me. It's doesn't scratch like earlier version at all.

Offline

#246 2007-09-03 17:52:39

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

Regarding acpi: It is a good to totally disable acpi and apm when compiling. You may want to read this though:


http://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO

Offline

#247 2007-09-10 16:15:59

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

Some links -->

This is the best explanation of jack's features and usage I have found:
http://w3.linux-magazine.com/issue/67/J … Server.pdf

Helpful Ardour tutorial:
http://www.out-of-order.ca/tutorials/ardour/

Offline

#248 2007-09-19 02:31:12

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: ProAudio repository for Arch users

m00tp01nt, Here is the way I am currently set up (testing):
In /etc/rc.local
chrt -f -p 99 `pidof "IRQ-5"` (my soundcard is on IRQ-5, this sets it to the highest thread handler priority)
In qjackctl options>execute script after startup>
chrt -f -p 89 `pidof "jackd"` (sets jackd just under soundcard)
In /etc/security/limits.conf
@audio          -       rtprio          99
@audio          -       nice           -10
@audio          -       memlock         unlimited

As I said this is a setup I'm testing(2.6.22rt kernel), and getting good performance. You will need chrt which is in the schedutils package in AUR...and is broken sad
Let me know if you want a working PKGBUILD.

EDIT: chrt is now included in the util-linux-ng package in core. The one in ABS was for a standalone version.

Last edited by btartsa (2007-09-19 17:28:49)

Offline

#249 2007-09-20 15:05:58

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

a working PKGBUILD would be nice.
I built that kernel and it was worse that the vanilla for x-runs so went back to the rt kernel in proaudio.

Offline

#250 2007-09-20 17:02:00

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: ProAudio repository for Arch users

Offline

Board footer

Powered by FluxBB