Search found 59476 matches
- Fri Apr 24, 2015 8:18 pm
- Forum: Windows
- Topic: Recording audacity with windows 7 [SOLVED]
- Replies: 10
- Views: 1112
Re: Recording audacity with windows 7
Have tried everything possible that I know of for hours but no way to hear what I'm recording to Audacity. The Audacity program I had before worked. Now I have the RECORD & PLAYBACK toolbars with numbers 0 to 59. The record used to be red and audio green at the same time. Now just green for the...
- Fri Apr 24, 2015 6:55 pm
- Forum: GNU/Linux
- Topic: audacity-2.1.0 and libpng
- Replies: 1
- Views: 713
Re: audacity-2.1.0 and libpng
I expect that 1.6.16 is much newer than any of the developers are using. Even Ubuntu, which tends to have more recent packages than most distros uses 1.2.51.
The Audacity developers have recently updated a load of libraries, but I don't think that libpng was among them.
The Audacity developers have recently updated a load of libraries, but I don't think that libpng was among them.
- Fri Apr 24, 2015 4:01 pm
- Forum: Nyquist
- Topic: problem with a plug-in (generate)
- Replies: 8
- Views: 1658
Re: problem with a plug-in (generate)
Perhaps you meant:
Code: Select all
(defun mysound ()
(scale 0.1 (tibetan pitch offset dur rise dec)))
(stretch 1 (mysound))
- Fri Apr 24, 2015 3:59 pm
- Forum: Nyquist
- Topic: problem with a plug-in (generate)
- Replies: 8
- Views: 1658
Re: problem with a plug-in (generate)
This is malformed: (defun sound (scale 0.1 (tibetan (freq offset dur rise dec))) A function definition must have its arguments listed in parentheses after the name of the function: (defun finction-name (arg1 arg2 ...) function body) If there are no arguments, then it still needs the parentheses: (de...
- Fri Apr 24, 2015 3:17 pm
- Forum: Announcements
- Topic: locked Play Region/cursor
- Replies: 93
- Views: 8087
Re: locked Play Region/cursor
As in the previous version of Quick-Play, there is a 10 pixel tolerance for clicking on the play region arrows. If there were no tolerance it would be extremely difficult to get the mouse pointer in exactly the right place. 10 pixels seems about right to me so I didn't change it. If you would like ...
- Fri Apr 24, 2015 12:04 pm
- Forum: Announcements
- Topic: locked Play Region/cursor
- Replies: 93
- Views: 8087
Re: locked Play Region/cursor
if I move the mouse pointer in the Timeline to just beyond the edge of a locked Play Region (so that the tip of the green triangle is demonstrably to right of the locked region arrow), then click, it still plays the locked region. What is the rule here to Quick-Play from where you click - that no p...
- Fri Apr 24, 2015 11:59 am
- Forum: Announcements
- Topic: locked Play Region/cursor
- Replies: 93
- Views: 8087
Re: locked Play Region/cursor
We have had users on this Forum who want to Quick-Play from the exact edge of a Quick-Play region/position: http://bugzilla.audacityteam.org/show_bug.cgi?id=704 I can't check the details because bugzilla is down, but you can now Quick-Play from the exact edge of a Quick-Play region by clicking on e...
- Fri Apr 24, 2015 11:53 am
- Forum: Announcements
- Topic: locked Play Region/cursor
- Replies: 93
- Views: 8087
Re: locked Play Region/cursor
I agree it's handy but it was unexpected to me because the mouse pointer did not change when over the locked region's arrow to indicate that when I started dragging the Quick-Play region it would not start from where I dragged. I've still got a bit of work to do with getting the cursor icons right....
- Fri Apr 24, 2015 11:45 am
- Forum: Announcements
- Topic: locked Play Region/cursor
- Replies: 93
- Views: 8087
Re: locked Play Region/cursor
If someone frequently modifies the locked region, we're making two extra steps for them every time. And for anyone that tried to lock a region, only to find that their carefully selected and "locked" region is unexpectedly destroyed by clicking in the timeline, we have fixed a bug. If som...
- Fri Apr 24, 2015 11:41 am
- Forum: Announcements
- Topic: locked Play Region/cursor
- Replies: 93
- Views: 8087
Re: locked Play Region/cursor
If you have a selection in the waveform, probably the one you "locked", I think it very natural that you would use Quick-Play so as to avoid removing that selection. 2.1.1 It is unnecessary to "lock the selection" in that case. All you need to do is disable selection dragging in...