Search found 11 matches

by wistily
Wed Jan 21, 2009 10:54 pm
Forum: Newbies & Support
Topic: Cannot create Jack output
Replies: 7
Views: 6674

Re: Cannot create Jack output

I also tried with jackdmp, which works ok.
So there is probably a problem with jack 0.116.1 on some configs (amd64 ?)
by wistily
Tue Jan 20, 2009 3:24 pm
Forum: Newbies & Support
Topic: Cannot create Jack output
Replies: 7
Views: 6674

Re: Cannot create Jack output

My config:
I have ubuntu 8.10 AMD64.
Jackd 0.116.1 compiled from source (release package)
LS & libs compiled from cvs.
QSampler frontend.
by wistily
Sun Jan 18, 2009 9:53 pm
Forum: Newbies & Support
Topic: Cannot create Jack output
Replies: 7
Views: 6674

Cannot create Jack output

Hi, i'm back again with my LS problems. I trying with no success to create a Jack audio output in LS. I get the following error "_lscp_client_evt_request: send: Mauvais descripteur de fichier" which translates to bad file descriptor. My Jack install is working correctly (tested with other softwares)...
by wistily
Sun Jan 18, 2009 4:04 pm
Forum: Newbies & Support
Topic: Configure script doesn't find jack
Replies: 8
Views: 6781

Re: Configure script doesn't find jack

The latest fix commited for AMD64 detection has fixed my segfault problem.
by wistily
Thu Jan 15, 2009 7:44 pm
Forum: Newbies & Support
Topic: Configure script doesn't find jack
Replies: 8
Views: 6781

Re: Configure script doesn't find jack

I have resolved the problem by creating a symlink in /usr/local/lib/pkgconfig/jack.pc -> /usr/local/lib64/pkgconfig/jack.pc and the compilation works, but when i run LS, it segfaults...
by wistily
Mon Jan 12, 2009 8:15 pm
Forum: Newbies & Support
Topic: Configure script doesn't find jack
Replies: 8
Views: 6781

Configure script doesn't find jack

Hi,
i'm trying to compile linuxsampler from CVS but the configure script doesn't find jack, wich was also compiled from latest release of sources and seems to work correctly.
I'm on amd64 arch, so i suppose it has something to do with with the lib64 dir where libjack is installed.
Any idea ?
by wistily
Mon Jul 28, 2008 10:32 pm
Forum: Newbies & Support
Topic: Linuxsampler (windows) doesn't load TBO
Replies: 12
Views: 10118

Re: Linuxsampler (windows) doesn't load TBO

Ok Sbenno, you got it right ! I enabled the LAA bit in the LS binary with the "laatido" tool on this page: http://www.musikbanken.se/TechLaaTiDo.aspx Then, i upgraded userspace memory in Vista from 2GB to 3GB: BCDEDIT /export "C:\BCD Backup" (- Makes a backup of your original settings) BCDEDIT /set ...
by wistily
Mon Jul 28, 2008 9:21 pm
Forum: Newbies & Support
Topic: Linuxsampler (windows) doesn't load TBO
Replies: 12
Views: 10118

Re: Linuxsampler (windows) doesn't load TBO

I did some test tonight (again, on Win Vista): - TBO 24 bits "no rel, no pd" -> OK 779 160K (the fragmentsize has no effect on the process size, i tried 512 and 192, and it gave me the same usage). - During the loading of the FULL TBO 24bits, the process take something like 1 600 000K before crashin...
by wistily
Sun Jul 27, 2008 9:40 pm
Forum: Newbies & Support
Topic: Linuxsampler (windows) doesn't load TBO
Replies: 12
Views: 10118

Re: Linuxsampler (windows) doesn't load TBO

I have 4 GB (but since it's Vista 32 bits, it use only 3.5).
But i was watching memory usage during the failed load, and there was still something like 800 MB available).
by wistily
Sat Jul 26, 2008 9:22 am
Forum: Newbies & Support
Topic: Linuxsampler (windows) doesn't load TBO
Replies: 12
Views: 10118

Re: Linuxsampler (windows) doesn't load TBO

TBO is a 24 bits library, so i have tried to convert the samples to 16bits, and now it works. So it seems this is probably a size problem. I have checked the memory usage during loading of the 24 bits version, it's big, but it doesn't use all available memory. On the performance way, i have no probl...