summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
AgeCommit message (Expand)Author
2009-06-24splash screen fix from nedko ; fix cleanup's failure to correctly locate file...Paul Davis
2009-05-08when changing a Route name, make that sure that a Route with ControlOuts chan...Paul Davis
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option chan...Paul Davis
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
2008-10-03part II of probable fix for track sync-orderingPaul Davis
2008-02-13allow ardour to use the (hard) maximum number of open files (this one's for y...Paul Davis
2008-02-09Make sure buses and tracks have unique names.Sampo Savolainen
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-05-31add new denormal handling capabilities (95% finished)Paul Davis
2007-05-21Make the set_state() function respect redirects already present on the route....Sampo Savolainen
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ...Paul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-11This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-08New session dialog fixups:Sampo Savolainen
2006-08-01Moved DataType into it's own class (resolved a name clash on ARDOUR::MIDIDavid Robillard
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-19Removed unused midicontrollable.ccTaybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-11likely fixes for problems loading templates with destructive tracks. Note tha...Paul Davis
2006-03-08add/remove edit groups via buttons (still a bit of work left to do)Paul Davis
2006-01-10more gcc 4.1 complaints, route_list is a ListStoreNick Mainsbridge
2006-01-08a metric ton of changesPaul Davis
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-09-24libardour added.Taybin Rutkin