the return of VST support
[ardour.git] / libs / ardour /
2006-06-21 Paul Davisthe return of VST support
2006-06-20 Paul Davisallow libsndfile to open BWF files; fix -Woverload...
2006-06-20 Taybin RutkinMerged revisions 588:623 from tag/presndfile.
2006-06-20 Paul Davisfixes for libsndfile conversion issues, tape track...
2006-06-15 David RobillardMoved SMPTE type/functions into SMPTE namespace;
2006-06-15 Sampo SavolainenMake signals below -200dB "-inf" in meters.
2006-06-15 Paul Davisremoved some unused source files
2006-06-15 Doug McLainRemoved debug code from ARDOUR_UI::setup_config_options ()
2006-06-14 Paul Davismore file add/remove ops related to sndfile changes
2006-06-14 Paul Davisadd missing files related to diskstream rename
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-06-12 Jesse Chappelladded mutable keyword to gints used in glib atomic...
2006-06-07 Taybin RutkinFixed memory corruption. Can open compressed audio...
2006-06-07 Taybin RutkinMade CoreAudio library optional.
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-06-03 Hans Fugal r20@gandalf: fugalh | 2006-06-02 18:14:26 -0600
2006-06-02 Nick MainsbridgeRemove needless hbox in panner, get rid of some warning...
2006-05-31 Paul Davisremove debugging output in a hidden corner of Route...
2006-05-31 Paul Davisunfinished work on selection/HiG details, restore range...
2006-05-27 Doug McLainChanges to the Configuration object to properly handle...
2006-05-26 Paul Davismake OS X flags OS X only
2006-05-25 Hans FugalOS X Compile fix to work around the circular dependency...
2006-05-24 Paul Davisensure that libardour_cp and libardour SMPTE structs...
2006-05-23 Paul Davisbreakout control protocol code into LGPL library; fix...
2006-05-19 Paul Davisallow for mandatory control protocols, plus some ongoin...
2006-05-19 Paul Davisfix naming of destructive track audio files
2006-05-19 Paul Davisfix for edit & mix group names getting lost at session...
2006-05-18 Paul Davisfix egregious bug regarding setting native file header...
2006-05-18 Paul Davisadd new files
2006-05-18 Paul Davismoved OSC into libardour
2006-05-18 Paul Davisa) basic prototype of OSC control
2006-05-17 Nick MainsbridgeRemove CannotRecordNoInput signal (allowing recording...
2006-05-07 Taybin RutkinImproved sfdb API.
2006-05-06 Sampo SavolainenFixed text relocation issues
2006-04-29 Paul Davismore tranzport lowlevel fixes and rebinding
2006-04-27 Paul Davis"The In-Flight Hack, 2006"
2006-04-26 Paul DavisInstall ardour as a binary, a script and a set of shared
2006-04-25 Taybin RutkinAll included libraries now link dynamically instead...
2006-04-25 Paul Davisremove unintentional addition of PortInsert::silence()
2006-04-25 Paul Davisa) fixed pseudo-grab-retention in plugin UIs
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-04-19 Paul Davisa) fix editor hscroller to follow PT behaviour - scroll...
2006-04-17 Sampo SavolainenMake sure region fades don't get messed up when regions...
2006-04-11 Paul Davislikely fixes for problems loading templates with destru...
2006-04-10 Paul Davisremove link against libusb from gtk_ardour; allow recor...
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-04-06 Paul Davis3 different data wheel modes for tranzport, plus lock...
2006-04-06 Paul Davissignificant extensions to tranzport support
2006-04-05 Paul Davisfurther extensions to Tranzport support and control...
2006-04-05 Paul Davisadd new control protocol related files
2006-04-05 Paul Davisa) dynamically loadable control surface support
2006-04-04 Paul Davisa) start at creating ControlProtocol objects
2006-04-04 Nick Mainsbridgenew region names are now based on file source names...
2006-03-31 Sampo SavolainenSplitting a region doesn't affect layering: the two...
2006-03-31 Sampo SavolainenSplitting a regon now retains crossfades, even if the...
2006-03-31 Paul Davisa) persist whether the end marker should move at first...
2006-03-29 Taybin RutkinRemoved unused header files.
2006-03-29 Paul Davisinstall into ardour2 dirs, not ardour (translations...
2006-03-29 Paul Davisa) fix special button press handling for solo+mute...
2006-03-28 Paul Davis a) fix problems with multichannel tape tracks
2006-03-28 Doug McLainset color of export dialog checkbox's to fix invisible...
2006-03-27 Paul Davistotal reimplementation of Configuration object internal...
2006-03-22 Paul Davisgcc4 fix for new import/embed code, plus inline reject_...
2006-03-22 Paul Davissignificant changes in code to handle import/embedding...
2006-03-21 Sampo SavolainenVarious marker undo fixes.
2006-03-21 Paul Davissave destructive xfade length in ardour.rc; change...
2006-03-21 Paul Davisadd crossfade and layering options to menu system;...
2006-03-20 Sampo SavolainenFix for #1179. Crossfades are not lost anymore when...
2006-03-19 Tim Mayberryensure .ardour directory is created, update build docs
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-16 Sampo SavolainenCompleted playlist copy constructor. Also fixed issue...
2006-03-15 Paul Davispixbufs instead of pixmaps; function-scope local fd...
2006-03-14 Taybin RutkinPointer fix from essej.
2006-03-14 Sampo SavolainenCrossfade copy-constructor + copy crossfades when creat...
2006-03-14 Paul Davisfix for restoring destructive-ness on session reload...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-12 Paul Davisremove varispeed control; shuttle controller now has...
2006-03-12 Tim Mayberryremoved the following environment variables:
2006-03-12 Doug McLaincreate xpm files from hard coded pixmaps, added functio...
2006-03-11 Paul Davisprevent removal of start marker
2006-03-11 Paul Davisstart marker implemented, along with GotoZero command...
2006-03-10 Taybin RutkinProper use of AudioBufferList.
2006-03-10 Taybin RutkinLink error fixed. Stub functions filled in.
2006-03-10 Taybin RutkinExternalSource refactoring.
2006-03-10 Doug McLainExample code to load the x and <-> xpms for the mixer...
2006-03-09 Paul Davisnew mix group interface, not yet finished and still...
2006-03-09 Jesse Chappellcapitalized menus. minor header fix
2006-03-08 Paul Davisadd/remove edit groups via buttons (still a bit of...
2006-03-08 Taybin RutkinAnd a small libsndfile error.
2006-03-08 Taybin RutkinFixed small FSRef error.
2006-03-08 Paul Davisfix for erroneous use of a menu group; remove lots...
2006-03-08 Paul Davisfix for deferred saves by StateManager-derivatives...
2006-03-07 Taybin RutkinWrapper around SF_INFO and AudioFileBasicDescription.
2006-03-07 Taybin RutkinGet the number of channels in the file.
2006-03-07 Taybin Rutkincoreaudio_source.cc compiles. (finally)
2006-03-06 Taybin RutkinUse AudioFile.h instead of ExtAudioFile.h.
2006-03-05 Paul Davisexport range markers patch (revisited), change selectio...
2006-03-04 Tim Mayberry2006-03-04 Tim Mayberry <mojofunk@gmail.com>
2006-03-02 Paul Davisremove debugging for peaks ready signal, plus add new...
2006-02-21 Paul Davishook up tape region views to peaks ready signal
next