Search found 59476 matches

by steve
Thu Apr 25, 2013 2:19 pm
Forum: Windows
Topic: Discrepancy in zoomed display of the region and of cuts
Replies: 23
Views: 3236

Re: Discrepancy in zoomed display of the region and of cuts

I think that at this stage of the game, the chances of changing the relationship between selection time and samples is zero. Conversion between time and samples goes deep into the code As mentioned previously it must be consistent throughout so as to avoid "off by one" errors, and that has...
by steve
Thu Apr 25, 2013 3:27 am
Forum: macOS
Topic: Nyquist returns value... but why???
Replies: 36
Views: 7016

Re: Nyquist returns value... but why???

You're welcome.
Any idea how it went wrong in the first place?
by steve
Thu Apr 25, 2013 3:25 am
Forum: Nyquist
Topic: Understanding yin
Replies: 14
Views: 3882

Re: Understanding yin

;; beware the IND values sometime in confidences, ;;plusp should screen them out (if (plusp confidence) Did you mean "INF" (rather than "IND")? If so, then you need to be careful with "plusp" because it only catches -inf and not +inf If you get the same results in Wind...
by steve
Thu Apr 25, 2013 2:40 am
Forum: Windows
Topic: Why can't I delete ANYTHING???
Replies: 1
Views: 321

Re: Why can't I delete ANYTHING???

Press the "Stop" button.
Most functions are disabled during Play, Record and Pause.
by steve
Thu Apr 25, 2013 2:38 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Projects and missing audio
Replies: 3
Views: 958

Re: Projects and missing audio

Lordchilde wrote:file > Check dependencies ... got it.
and keep the AUP file and _data folder together - they must both be in the same directory.
by steve
Thu Apr 25, 2013 2:36 am
Forum: Feature Request Archive
Topic: Labels wish-list
Replies: 67
Views: 15846

Re: Labels wish-list

There was mention of double-click in the label track selecting all of it. That was a proposed enhancement. We don't yet have that. I want to play each in succession with space or looping shift-space to see how good my segmentation was. And this simple task is maddening to do. I agree. I think that ...
by steve
Wed Apr 24, 2013 11:35 pm
Forum: macOS
Topic: New iMac & Audacity Troubles!
Replies: 3
Views: 929

Re: New iMac & Audacity Troubles!

You're not doing anything wrong - that behaviour is "normal". Audacity does not (yet) have "channel mapping", which means that input 1 of the device is always the 1st channel that Audacity sees and input 2 is always the second. If you set Audacity to record "1 channel (mono)...
by steve
Wed Apr 24, 2013 11:27 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Projects and missing audio
Replies: 3
Views: 958

Re: Projects and missing audio

How to safely move Audacity Projects is described in the manual: http://manual.audacityteam.org/o/man/au ... .html#move
by steve
Wed Apr 24, 2013 11:25 pm
Forum: Windows
Topic: I can not find the "Record" button
Replies: 2
Views: 409

Re: I can not find the "Record" button

View menu > Toolbars > Reset Toolbars.
by steve
Wed Apr 24, 2013 11:04 pm
Forum: Windows
Topic: Discrepancy in zoomed display of the region and of cuts
Replies: 23
Views: 3236

Re: Discrepancy in zoomed display of the region and of cuts

You guys are debating display and selection behavior now, not suggesting anything with implications for how I generate labels in plug ins... right? We've possibly drifted a little way off your original point, but it is still definitely related very closely. Thinking of "samples" as an ind...