- 20 Feb, 2004 1 commit
-
-
Monty Montgomery authored
Bugfix: small difference in x aligmnent calculation in multibar meant slider occasionally did not align with scale. Fixed. Improvements: Do not perform pixmap updates/feedback calculation when a panel is not mapped. Throw away pixmap updates/exposes if display thread is lagging behind computation (avoid UI being permanently behind playback and ignoring user input) git-svn-id: https://svn.xiph.org/trunk/postfish@5847 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 19 Feb, 2004 2 commits
-
-
Monty Montgomery authored
Although the code was accounting for this, the accounting was insufficient; round off error meant that a declip operation with the trigger set at 1.0 would not trigger properly on positive overrange. While I was at it, I fixed the positive trigger offset to properly correct for input word size and not blindly assume 16 bits/ Monty git-svn-id: https://svn.xiph.org/trunk/postfish@5841 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Since I couldn't sleep this morning like a normal hacker... EQ panel linked in, working, debugged git-svn-id: https://svn.xiph.org/trunk/postfish@5839 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 17 Feb, 2004 2 commits
-
-
Monty Montgomery authored
minor tuning git-svn-id: https://svn.xiph.org/trunk/postfish@5832 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
add bounded trough to multibar git-svn-id: https://svn.xiph.org/trunk/postfish@5831 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 16 Feb, 2004 1 commit
-
-
Monty Montgomery authored
link the trigger slider into live peak data git-svn-id: https://svn.xiph.org/trunk/postfish@5828 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 15 Feb, 2004 2 commits
-
-
Monty Montgomery authored
Align thumbs within trough of multibar git-svn-id: https://svn.xiph.org/trunk/postfish@5827 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Some quick UI additions; extend multibar to offer sliders. git-svn-id: https://svn.xiph.org/trunk/postfish@5826 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 13 Feb, 2004 2 commits
-
-
Monty Montgomery authored
Fix '.01 is irrational in base 2' slider creep in declip trigger slider. git-svn-id: https://svn.xiph.org/trunk/postfish@5825 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
We really do need padded fourier blocks to avoid time-aliasing. Implement that in the declipper and make sure to use it in later filters. Monty git-svn-id: https://svn.xiph.org/trunk/postfish@5824 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 14 Jan, 2004 1 commit
-
-
Monty Montgomery authored
Oops, forgot to commit a bunch of work from a week or two ago Add preconditioner to CG declip filter git-svn-id: https://svn.xiph.org/trunk/postfish@5759 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 10 Jan, 2004 1 commit
-
-
Monty Montgomery authored
Fix bug in the subpanel delete event handler (delete should be redirected to hide; I broke it when abstracting out subpanels) git-svn-id: https://svn.xiph.org/trunk/postfish@5749 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 26 Dec, 2003 2 commits
-
-
Monty Montgomery authored
remove a number of dead files git-svn-id: https://svn.xiph.org/trunk/postfish@5717 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Basic declipper functionality and UI in place. Monty git-svn-id: https://svn.xiph.org/trunk/postfish@5716 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 24 Dec, 2003 1 commit
-
-
Monty Montgomery authored
Changes leading up to hooking in declipping filter; it's not there yet, but I don;t want to lose work. Monty git-svn-id: https://svn.xiph.org/trunk/postfish@5714 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 20 Dec, 2003 1 commit
-
-
Monty Montgomery authored
Ongoing filter work; add declipper (not inline yet, but avoid losing work) git-svn-id: https://svn.xiph.org/trunk/postfish@5707 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 13 Dec, 2003 2 commits
-
-
Monty Montgomery authored
Initialization leak fix git-svn-id: https://svn.xiph.org/trunk/postfish@5697 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
I beat n^3 in the reconstruction filter. Oh yay, oh yay. Monty git-svn-id: https://svn.xiph.org/trunk/postfish@5696 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 07 Nov, 2003 1 commit
-
-
Monty Montgomery authored
Haven't tested these yet; commit the rough essence of the solution git-svn-id: https://svn.xiph.org/trunk/postfish@5542 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 20 Oct, 2003 1 commit
-
-
Monty Montgomery authored
First commit of lpc code git-svn-id: https://svn.xiph.org/trunk/postfish@5489 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 18 Oct, 2003 5 commits
-
-
Monty Montgomery authored
Sync one cosmetic change git-svn-id: https://svn.xiph.org/trunk/postfish@5484 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Fix to A/B (readout_get) more clipping filter panel git-svn-id: https://svn.xiph.org/trunk/postfish@5483 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Beginnings of declipping filter control panel git-svn-id: https://svn.xiph.org/trunk/postfish@5482 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Connect A/B cue controls git-svn-id: https://svn.xiph.org/trunk/postfish@5481 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
edit formatting of version label make triangles on followers smaller. git-svn-id: https://svn.xiph.org/trunk/postfish@5480 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 17 Oct, 2003 3 commits
-
-
Monty Montgomery authored
attach >>| control time_to_cursor fix git-svn-id: https://svn.xiph.org/trunk/postfish@5479 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
GTK has one unfortunate bit of hardwiring; if a key is held down and autorepeats, the default pushbutton widget-unactivate timeout is 250 ms, far slower than autorepeat, during which time the button will not accept new activations. We must defeat this to have autorepeat accellerators function at full speed. git-svn-id: https://svn.xiph.org/trunk/postfish@5478 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Enable most seeking deck buttons Rework seek async behavior; things have to work both during playback and when not playing back while not getting feedback stages out of sync Multibar overrange fixes. git-svn-id: https://svn.xiph.org/trunk/postfish@5477 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 16 Oct, 2003 5 commits
-
-
Monty Montgomery authored
Implement pipeline reset Abstract playback pause and halt connect |<< control git-svn-id: https://svn.xiph.org/trunk/postfish@5476 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
connect master activation toggle git-svn-id: https://svn.xiph.org/trunk/postfish@5475 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Connect master attenuator and output VU linkage git-svn-id: https://svn.xiph.org/trunk/postfish@5474 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Fix EOF boundary cases git-svn-id: https://svn.xiph.org/trunk/postfish@5473 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
time/cursor fixes git-svn-id: https://svn.xiph.org/trunk/postfish@5472 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 15 Oct, 2003 4 commits
-
-
Monty Montgomery authored
playback at end-of-file bugfix playscale damping fixes git-svn-id: https://svn.xiph.org/trunk/postfish@5470 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Refine clipping and peak support toward simply timing update events git-svn-id: https://svn.xiph.org/trunk/postfish@5469 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Correct usage of several deprecated GTK/GDK functions Correct play-end no pop the button bug. git-svn-id: https://svn.xiph.org/trunk/postfish@5468 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Completed addition of configurable indicator dampening in multibar.c git-svn-id: https://svn.xiph.org/trunk/postfish@5467 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 14 Oct, 2003 3 commits
-
-
Monty Montgomery authored
Beginning work to extect multibar with regressive damping (make display less 'flickery'/'jittery' without impeding speed of display. git-svn-id: https://svn.xiph.org/trunk/postfish@5466 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Correct build system bug; version was not touched during debug builds git-svn-id: https://svn.xiph.org/trunk/postfish@5465 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Commit in-progress work git-svn-id: https://svn.xiph.org/trunk/postfish@5464 0101bb08-14d6-0310-b084-bc0e0c8e3800
-