Search found 7 matches

by seljoh
Thu Sep 11, 2008 9:47 am
Forum: GNU/Linux and Unix-like
Topic: Problem with sound when opening Audacity 1.2.4 (stable)
Replies: 8
Views: 2803

Re: Problem with sound when opening Audacity 1.2.4 (stable)

If audacity output is set to oss, try disabling system sounds.
If it is, indeed, set to oss, you might wanna change it to alsa anyway.
Just speculating to save time, maybe we're lucky and it's just that?.
by seljoh
Thu Sep 11, 2008 4:35 am
Forum: GNU/Linux and Unix-like
Topic: Problem with sound when opening Audacity 1.2.4 (stable)
Replies: 8
Views: 2803

Re: Problem with sound when opening Audacity 1.2.4 (stable)

Hi.Could you post your sound settings/hardware?.Also, what other audio software do you use succesfully?.
How is audacity configured?.
I don't know mandriva that well, are you using ESD?.
by seljoh
Wed Sep 10, 2008 12:02 am
Forum: Compiling Audacity
Topic: Warnings compiling VST Enabler
Replies: 8
Views: 3813

Re: Warnings compiling VST Enabler

I did use jack control.Maybe if you try (if you haven't) the getdeb build?.
by seljoh
Tue Sep 09, 2008 1:53 am
Forum: Compiling Audacity
Topic: Warnings compiling VST Enabler
Replies: 8
Views: 3813

Re: Warnings compiling VST Enabler

I hadn't tried audacity with jack, as I use it more like a wave editor, don't need it to work with super low latency.I tried it after I read your post, to see the results. I started audacity, went to audio preferences, no jack on dropdown menu; so I started jack then audacity, and there it was (mayb...
by seljoh
Mon Sep 08, 2008 12:01 am
Forum: Compiling Audacity
Topic: Warnings compiling VST Enabler
Replies: 8
Views: 3813

Re: Warnings compiling VST Enabler

It sounds like you know what you are doing and we are rather lacking in Linux expertise on the forum. Ha ha ha, that's funny.I'm just starting with linux, and all this compiling thing.I really don't deserve any credit, like I said, it was a silly thing.It would've worked regarding those warnings.Ho...
by seljoh
Sat Sep 06, 2008 7:54 pm
Forum: Compiling Audacity
Topic: Warnings compiling VST Enabler
Replies: 8
Views: 3813

Re: Warnings compiling VST Enabler

Hi Steve, thanks for the reply.Yes, I'm using Linux. I edited vst-bridge.cpp: mDesc.UniqueID = id; mDesc.Label = GetStr( effGetEffectName, name ); mDesc.Name = GetStr( effGetProductString, name ); mDesc.Maker = GetStr( effGetVendorString, name ); <------------ |___originally set to "None" mDesc.Copy...
by seljoh
Sat Sep 06, 2008 8:12 am
Forum: Compiling Audacity
Topic: Warnings compiling VST Enabler
Replies: 8
Views: 3813

Warnings compiling VST Enabler

Hi, I'm trying to build the vst bridge, and I get this: g++ -Wall -O9 -I. -I../vstsdk2.4/pluginterfaces/vst2.x/ -shared -o vst-bridge.so vst-bridge.cpp vst-bridge.cpp: In member function ‘bool Plug::Init(long unsigned int, char*, AEffect*, AEffect*)’: vst-bridge.cpp:1023: warning: deprecated convers...