summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2006-10-09VST plugin parameters restore properly2.0beta5Sampo Savolainen
2006-10-09another tweak for VST buildingPaul Davis
2006-10-09VST=1 support working in build scriptsPaul Davis
2006-10-09Give a different error message when AudioEngine::connect() tries to make Sampo Savolainen
2006-10-09do not conditionally add directories to "subdirs" because then they are not i...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-08Fix speed quietning to respect the current setting.Sampo Savolainen
2006-10-05prevent normal regions from moving with session startPaul Davis
2006-10-05display results of a bounce in the region listPaul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-10-04Crossfades are restored off disk properly again.Sampo Savolainen
2006-10-03added global revision info accessPaul Davis
2006-10-03the actual fix for width of string ID representation2.0beta4Paul Davis
2006-10-03floating point precision fix, after months of waiting, plus fix for width of ...Paul Davis
2006-10-02changes to make the tarball compilePaul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-29modify design of configuration state saving to reflect discussions on IRCPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-26VST support now builds a useful script and installs correctly; fix leftovers ...Paul Davis
2006-09-26Fix for building with SURFACES=1 (new config system broke tranzport).David Robillard
2006-09-26version of a patch from Ben Loftis to correct how offset destructive tracks a...Paul Davis
2006-09-25remove wierd handling of edit_modePaul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-25Fix the interchange/ directory structure for snapshotsSampo Savolainen
2006-09-23Nick, I am your god.Sampo Savolainen
2006-09-20fixes for drag-n-drop broken by use of boost::shared_ptr<T>Paul Davis
2006-09-19Make crossfades which appear as the result of a set_state() call (for Sampo Savolainen
2006-09-18better fix for duplicate regions, fix nasty side-effects from recent director...Paul Davis
2006-09-08never remove tape track source files even if empty, reconnect editor mute/sol...Paul Davis
2006-09-07Fixed compilation of coreaudiosource.ccTaybin Rutkin
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-09-05Fix declicking for phase inverted routes by stopping Sampo Savolainen
2006-09-04lower zoom step slightly, speed up autoscrolling when snapping to sub-beats (...Nick Mainsbridge
2006-09-01Moved test for jack_port_ensure_monitor from SConstruct into Tim Mayberry
2006-09-01Synced string array in sfdb_ui.cc with ImportMode enum.Taybin Rutkin
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-31Add a check for for jack function jack_port_ensure_monitor to Tim Mayberry
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25new filePaul Davis
2006-08-25fix last minute code changePaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-24Just some whitespace fixes from where it looks like I've been workingTim Mayberry
2006-08-24* [Modified] audioengine.ccTim Mayberry
2006-08-17fix for type error on 64 bit systemsPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-08-16make adding multiple tracks more efficient (a *lot* more efficient)Paul Davis
2006-08-16Merged fix from cocoa branch -r 831.Taybin Rutkin