1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

683 Commits

Author SHA1 Message Date
mchinen
c183075a01 DeviceToolbar.cpp: cleanup and add debug diagnostics 2011-01-12 21:16:29 +00:00
mchinen
26d18dc248 bug 11 followup: DeviceToolbar.cpp: fix num channels redraw - was causing some platforms to display the wxChoice combo box incorrectly 2011-01-12 19:49:43 +00:00
mchinen
c738b19c81 Bug 11 followup: DeviceToolbar.cpp: Only display input sources for input. Was causing a bug on xp where the portaudio device index is the same for input and output on some devices. 2011-01-12 19:15:40 +00:00
mchinen
ce5103b8df Make DeviceToolBar on by default as preferences are now gone 2011-01-09 21:26:11 +00:00
mchinen
4b60e54a4c MixerToolBar: remove input source selection as it is replaced by aggregated device toolbar. 2011-01-09 20:26:45 +00:00
mchinen
9cb9866b35 DeviceToolbar.cpp: fix resizing problem when changing hosts 2011-01-09 20:25:13 +00:00
mchinen
14cc918d7f bug 11 followup fix input hotswapping while monitoring; enable/disable when recording/playing 2011-01-09 13:12:51 +00:00
mchinen
8c645724a1 bug 11 partial fix - add host and num channels to DeviceToolbar
removal of device prefs and source selection from mixer toolbar to follow.
2011-01-09 05:12:09 +00:00
martynshaw99
79e1db5ee6 Needs to return something on Win. 2011-01-02 22:06:20 +00:00
mchinen
ba12551d4d fix last bug 11 commit to use dummy callback as passing in NULL opens stream in blocking mode which fails often 2011-01-02 19:16:44 +00:00
mchinen
267ce301cf Fix compile error for last bug 11 Device Toolbar commit 2011-01-02 17:37:14 +00:00
mchinen
d22b3b4f5e bug 11: partial fix: Aggregate Device/Source selection in Device Toolbar 2011-01-02 04:06:23 +00:00
v.audacity
d99e15e193 Change slider mouseover tooltips wordings (was "Level") to match the drag tooltips ("Volume"). 2010-11-27 00:20:52 +00:00
v.audacity
08904c22c0 Working on new bug reported by Gale about MixerBoard clipping indicators on small clipped regions.
Remove some unused cruft. Rearrange some #includes so they are grouped logically. Add comment about unclear names (bools "clipping" vs "isclipping").
2010-11-19 05:15:08 +00:00
v.audacity
93485f5c50 ControlToolBar now appears in GUI as "Transport Toolbar" instead of "Control Toolbar", to better relate it to the Transport menu. 2010-11-16 01:18:39 +00:00
BusinessmanProgrammerSteve
2499082baa Update Sync-Lock icons on toolbar, TrackInfo; add the ability to have
a different foreground icon when a toolbar button is pressed (which
will likely be used soon for the Sync-Lock icon).
2010-10-27 04:36:26 +00:00
rbdannenberg
08b98dce53 PlayAtSpeed works for MIDI. Removed prefs for selecting MIDI input device (unless EXPERIMENTAL_MIDI_IN is on -- but there is no MIDI recording implemented at all) 2010-10-05 18:29:57 +00:00
rbdannenberg
a1f0e5ed5b Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
v.audacity
a07fe36456 Change "Sync-Lock Tracks" button image from chain-link to clock.
EXPERIMENTAL_LINKING -> EXPERIMENTAL_SYNC_LOCK

Restore some "border" lines in TrackInfo.


Get rid of unused DEFINE_COLOUR( clrTrackInfoSyncLockSel...).

Clean out some undocumented commented-out code. Add/remove some comments.
2010-09-14 05:52:01 +00:00
martynshaw99
fb296d0206 Make the SelectionBar match up better with what is visually selected in the tracks.
Shows up when zoomed in to sample level and looking at Start and Length.
2010-08-31 22:27:37 +00:00
v.audacity
f455fa3f22 (bug 211) This fix is correct as the "numbers" array has 10 elements, not 12. 2010-08-31 05:44:57 +00:00
v.audacity
f28d91a599 Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock. 2010-08-11 23:15:00 +00:00
v.audacity
209a2b193d Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock. 2010-08-11 22:47:26 +00:00
BusinessmanProgrammerSteve
56adffdce6 Remove unused variable 2010-08-07 09:51:44 +00:00
martynshaw99
e628adb922 Make recorded tracks the same size as imported tracks (if one or two channels). 2010-06-02 23:54:44 +00:00
BusinessmanProgrammerSteve
f4beb6856d Linking should default off. 2010-04-13 20:04:27 +00:00
BusinessmanProgrammerSteve
2b3a50bd09 1. Consolidate linking enable/disable logic b/w Edit Toolbar and Menu
2. Save user's preference for enabling linking

3. fix a bug by which changes to global prefs like SWPlaythrough were not
visually reflected in other open projects.
2010-03-13 17:40:17 +00:00
BusinessmanProgrammerSteve
2b270e7a13 Improve appearance of disabled mixer toolbar sliders. 2010-03-04 23:07:37 +00:00
businessmanprogrammersteve
e35e019e17 Change lots of code that uses linking to use the new
scheme.
2010-02-16 20:50:38 +00:00
businessmanprogrammersteve
b646b10df2 Adds Track::IsSynchroSelected() and visuals for synchro (group) selection 2010-02-12 16:05:02 +00:00
james.k.crook
4d5c10a690 Patch from Ed Musgrove to allow narrower meter bar, plus also actions from code-review. 2010-02-06 16:12:56 +00:00
BusinessmanProgrammerSteve
dbc4aab314 Fix lots of snapping problems by moving snap-to-time into SnapManager.
Do a 'make dep' after updating, some #includes are added.
2010-02-02 19:43:52 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00