summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-17prevent wierd GTK main loop situation when quitting from NSD at startup2.0beta12Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1610 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-17Warning fix.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1609 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16pre-beta12Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1608 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16Another fix for building ringbuffer.h with strict-aliasing in XCode.Taybin Rutkin
Removed mutex.h from XCode project. git-svn-id: svn://localhost/ardour2/trunk@1607 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16remove missing ardour.spec stuff from build filePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1606 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16fix errors in multi-range export (and possibly other export styles); ↵Paul Davis
compiler warnings patch from Carl git-svn-id: svn://localhost/ardour2/trunk@1605 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1604 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16possible fix for crash while adding new tracksPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1603 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16fix bad python code for splitting cpuinfo flags, so that even the last flag ↵Paul Davis
gets the attention it deserves git-svn-id: svn://localhost/ardour2/trunk@1602 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16fix crash in mixer selection after session was closed, but mixer selection ↵Paul Davis
retained refs to routes/plugins git-svn-id: svn://localhost/ardour2/trunk@1601 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15update editor mixer action if strip is hidden due to track deselect (Carl)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1600 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15fix from mr bouncy for keeping playlists during cleanupPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1599 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15Make sse_functions_xmm.cc compile for i386 and i686 Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1598 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15Add Mike's quad-quad + prefetch optimization.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1597 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15remove diskstream lock padding (it didn't fix anything)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1596 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix ↵Paul Davis
build for find_peaks on x86; don't duplicate sources when embedding; use Glib::ustring for all source-related strings; fixup plugin UI automation buttons git-svn-id: svn://localhost/ardour2/trunk@1595 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15make OSC off by default, and add menu item to control itPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1594 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15padding patch for mutex problem; better x86_64 alignment patch from mike ↵Paul Davis
taht; fixes for ringbuffer types for x86_64 from mike taht git-svn-id: svn://localhost/ardour2/trunk@1593 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15Added mutex.h to pbd xcode project.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1592 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15disgusting hack around mutex problem that has been delaying beta19, ↵Paul Davis
hopefully to be removed once we understand the issue better git-svn-id: svn://localhost/ardour2/trunk@1591 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14veclib implementation of find_peaks().Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1590 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14add "Select Range" to range marker context menuPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1589 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14no more peak building thread; don't print config var stores, but it possible ↵Paul Davis
to do it again without another complete recompile git-svn-id: svn://localhost/ardour2/trunk@1588 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14Updated doxygen file.Taybin Rutkin
Updated XCode build files to build to /opt/ardour/build. Updated Ardour XCode build to use veclib acceleration library. git-svn-id: svn://localhost/ardour2/trunk@1587 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as Sampo Savolainen
this commit breaks the build system for i386 builds with dynamic SSE enabled. git-svn-id: svn://localhost/ardour2/trunk@1586 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13no more strerror_rJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1585 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13Make the headers on sound files created by bouncing ranges complete.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
Removed unnecessary AudioEngine references. git-svn-id: svn://localhost/ardour2/trunk@1583 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13Fixed error handling to use XSI strerror_r(), not the GNU version.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1582 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13fix panner visual corruption bug #1213; more consistent naming for ↵Paul Davis
automation states; carl's wheel-3 patch git-svn-id: svn://localhost/ardour2/trunk@1581 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12Yet Another Rect Redraw fixPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1580 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12Added error checking for cursor colorsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1579 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12carl's inverted fix for mousewheel actionsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1578 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12fix errors in prior fix for excessive CPU when drawing rec rectsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1577 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12add GPROFILE scons option; fix spectacular CPU usage sawtooth caused by ↵Paul Davis
constant redraw of entire rects when their bounds change git-svn-id: svn://localhost/ardour2/trunk@1576 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12fixes from Carl H for a couple of bugletsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1575 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-11Make bounce range bounce the range on each selected track, instead of Sampo Savolainen
always bouncing the range on the track the selection was originally made. git-svn-id: svn://localhost/ardour2/trunk@1574 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-11implement button for global soloJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1573 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-11to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't ↵John Anderson
kill the mutex until readers & writers have finished. git-svn-id: svn://localhost/ardour2/trunk@1572 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-10clean up shutdownJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1571 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-10fixed some frame count issues with importing.Jesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1570 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-10removed csope from all targetJesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1569 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09Stop trying to talk to device on startup. Remap some bcf buttons.John Anderson
git-svn-id: svn://localhost/ardour2/trunk@1568 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09Finish automation polling. Get rid of strip_from_route.John Anderson
git-svn-id: svn://localhost/ardour2/trunk@1567 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09poll for automationJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1566 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09just return an empty buffer if the port read failsJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1565 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09Bug fix for displaying routes after a hidden route.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1564 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09Merged lines for better translation.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1563 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-08Oops, typo...Doug McLain
git-svn-id: svn://localhost/ardour2/trunk@1562 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-08Add playhead and editcursor to ardour.colors and remove hard coded colorsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1561 d708f5d6-7413-0410-9779-e7cbd77b26cf