Search found 10 matches
- Tue Jan 13, 2015 1:14 am
- Forum: GNU/Linux
- Topic: Playback of imported/recorded files distorted and fast.
- Replies: 11
- Views: 20409
Re: Playback of imported/recorded files distorted and fast.
I had this problem in my manjaro distro too. seems specific to the distro. Ill submit something downstream there. different things tried and now it works. First was to change the driver in settings...I thought I changed from default or pulseaudio to alsa, but now I don't see an alsa setting...anyway...
- Sat Apr 06, 2013 3:41 am
- Forum: GNU/Linux
- Topic: default keyboard shortcuts fail[WORKAROUND]
- Replies: 2
- Views: 12181
Re: default keyboard shortcuts fail[WORKAROUND]
It seems it is bug 370, as I do leave the warning for reading files directly active, but almost always read directly anyway. The workaround of clicking in the wav file after import but before using any shortcuts has worked for about 45 minutes now, so I am guessing that it will work for me. One thin...
- Tue Apr 02, 2013 7:20 pm
- Forum: GNU/Linux
- Topic: default keyboard shortcuts fail[WORKAROUND]
- Replies: 2
- Views: 12181
default keyboard shortcuts fail[WORKAROUND]
Hi, using audacity 2.03 built from source on linux Mint LMDE, patched and up to date.use of the keyboard fails either from startup or after a short time. If I quit audacity and restart, they might come back for a short while, but always fail again shortly after. Everything works fine in Windows, so ...
- Tue Aug 02, 2011 4:39 am
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
Re: Need just a bit of help compiling with LADSPA categories
p.s., and sorry to sound ungrateful to those who took time to reply--thanks for replying!
- Tue Aug 02, 2011 4:38 am
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
Re: Need just a bit of help compiling with LADSPA categories
well that solves that with nothing lost but a few hours of wasted time
I was able to workaround by loading the lv2 plugins into lv2rack and using jack, which is what I should have done in the first place. Categories would still be useful though.
- Sun Jul 24, 2011 12:14 am
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
Re: Need just a bit of help compiling with LADSPA categories
Since it appears to be defined in a Windows header: winconfigwin.h(30):// #define USE_SLV2 1 I suspect you will need to define it on the command line when you compile. I don't do much of this anymore and do not recall if it is done in configure or make. You might get away with adding the above #def...
- Sat Jul 23, 2011 4:42 am
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
Re: Need just a bit of help compiling with LADSPA categories
To enable effect categories you need to find the line: //#define EFFECT_CATEGORIES in /src/Experimental.h uncomment that line so that it reads: #define EFFECT_CATEGORIES I did this I could not find any line with #define USR_SLV2 1 in it so I added #define USR_SLV2 to the file experimental.h (with n...
- Thu Jul 21, 2011 3:11 am
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
Re: Need just a bit of help compiling with LADSPA categories
That did it, thanks. It compiled and ran fine, but when I open audacity, there are no categories and no lv2 plugins. When I open pref/effects, there is no entry for lv2, just ladspa, vamp, and nyquist. Any ideas what I did wrong or what I need to do next?
- Wed Jul 20, 2011 12:44 am
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
compiling for LV2 specifics
Hi, I am trying to compile for LADSPA category support and [email protected] support. What I found was that I have to LV2: compile with USE_SLV2 defined and libslv2 enabled. Categories: USE_LIBLRDF defined and liblrdf enabled To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. I am g...
- Tue Jul 19, 2011 11:24 pm
- Forum: Compiling Audacity
- Topic: Need just a bit of help compiling with LADSPA categories and
- Replies: 12
- Views: 4563
Need just a bit of help compiling with LADSPA categories and
Hi, Pretty inexperience with compiling with options and variables. I think I got the options flag right, but I do not know what to type to define the variables. I found the following information, but I am not sure how to actually do the .configure command: LV2: compile with USE_SLV2 defined and libs...