User talk:Rupinder
Gale 31 May 09, 19:54 UTC: Hi Rupinder, could you possibly try and use "Show Preview" as much as possible when editing Wiki pages, rather than saving every edit. Sysops (and everyone) need to read Recent Changes regularly, and saved edits every few minutes make that page hard to read. Thanks!
My Work In Progress [Examination Slowdown :( ]
Bugs & Other Targets
1) P2 Export Multiple fails with no export or warning if an empty label is encountered.
This wasn't the case in 1.2.6. Debugged line-by-line, and tested for desired behaviour. Submitted patch to devel.
-> Fixed now with 'untitled'
2) P2 Labels should move with all the timeline changing effects
3) P3 Preferences window: OK button does not work when a tab is selected in the left-hand panel.
-> Conducted some preliminary tests as discussed with David Bailes on the mailing list.
-> Not the case with LabelDialog [Or any other dialog where this doesn't exist]. Compared the two w.r.t OK
4) P3 When a Time Track and Label Track is present, audio is not pasted into all tracks, leading to desynchronisation.
5) P3 (Windows) The slv2 library needed for LV2 support does not build.
-> Failing with MSVC and MinGW/MSYS.
6) Enable Audacity to pick up changes in available devices without restart
-> A "Refresh" Button.
-> Currently just a reference of buffer information is being made and being output each time (GetDeviceInfo() ).
-> All the buffers [or maybe just the static ones] have to be re-written and included in GetDeviceInfo().
7) Timer record needs to remember the last scheduled duration
-> Looking for an alternative to saving in Prefs.
-> Focussing does not seem to work correctly, fix that too. [Requires wxUSE_ACCESSIBILITY set for SetFieldFocus()].
-> Reported the remaining bugs with fixes.
8) Truncate Silence need a "Remove DC bias" before running the effect.
-> Understood the code.
-> Track - store in buffer - sum buffer - average to get offset - subtract
9) P4 Minimum and maximum frequency display in Spectrograms preferences don't work for spectrum log (f) view
10) P4 (Windows only) Audacity executable does not appear in Explorer "Open With" dialogue when right-clicking over an .aup file, nor in the "Open With" list after browsing in the dialogue, selecting the .exe and clicking OK.
-> This has to be regulated from the setup/installer package, because the cleaning up is left to the uninstaller that removes the registry entries.
-> Though I seem to have figured out a solution but one really can't mess up with Registries, I need to give it a harder testing.
-> Get a better understanding of ISS.
-> has to be added to 'OpenWith/' ...
11) P5 Links from built-in text to Wiki to be locally over-ridable in the same way that links from built-in text to external html files can be
12) P5 Debug Log window and Help > Index... browser do not escape.
-> Debug Log Window is an instance of wxLogWindow which doesn’t escape.
-> Such an escape is seen in an instance of wxLogDialog.
13) P5 : Writing of Nyquist Files
-> Hints on the wiki. I’d like to implement.
14) P5 : Reappearing of Timer Record Progress Dialog
-> This is not the only example. In fact, this happens with every instance of wxProgressDialog (including import mp3) and also the samples provided with wxWidgets-2.8.9
X) Internal Help Browser & Welcome Screen Issues from AimTos
XI) Add preference when importing to always have the Project Rate remain at Default Sample Rate irrespective of the file being imported
XII) Preferences -> Make a copy of the file before editing