check size of peak file before attempting to use it. Rebuild from scratch if necessary.
[ardour.git] / libs /
2015-06-03 Paul Davischeck size of peak file before attempting to use it...
2015-06-03 Paul Daviswhen AudioSource::read_peaks() provides start+cnt too...
2015-06-02 Paul Davisexpand comment
2015-06-02 Paul Davisdon't use the return value from AudioRegion::read_peaks...
2015-06-02 Paul Davisclose all source files before renaming interchange...
2015-06-02 Paul DavisAudioRegion::read_peaks() should return 0 or the number...
2015-06-02 John EmmasAmend WaveView::send_request() such that it'll compile...
2015-06-02 Paul Davisreinstate absent image.
2015-06-01 Robin Gareusfix duplicate inc/decrement in AutoSpin?
2015-06-01 Robin GareusNOOP, fix whitespace
2015-06-01 Robin Gareusproperly handle integer steps in plugin controls
2015-06-01 Paul Davisremove debug output and get logic correct to cause...
2015-06-01 Paul Davisdrop in threaded waveview changes via the two affected...
2015-06-01 Robin Gareusfix importing A2 automation data - fixes #6359
2015-05-31 Robin Gareuscoreaudio support for multiple devices
2015-05-31 Tim MayberryAdd API to ARDOUR::AudioBackend to allow different...
2015-05-31 Robin Gareusfix the cairo-fletcher-fluctuation
2015-05-29 Ben Loftisfactor out Route::muted_by_others from existing code
2015-05-28 Paul Davistweaks and improvements to Save-As
2015-05-28 Paul Davischange the semantics of AudioFileSource::peak_path...
2015-05-27 Robin Gareusfader: start muted, ramp up/interpolate to target
2015-05-27 Paul Davissome more information output to log during save-as...
2015-05-27 Paul Davisfix unsigned/signed math error
2015-05-27 Paul Davisensure that Mackie Control bank left/right commands...
2015-05-27 John EmmasAdd some newly introduced sources to our MSVC project...
2015-05-27 John EmmasGtkmm2ext::ArdourIcon::render() is needed outside of...
2015-05-26 Robin Gareusmore pixel rounding (small range icon)
2015-05-26 Robin Gareusicon pixel compatibility
2015-05-25 Robin Gareusrefactor vector icon drawing
2015-05-25 Robin Gareusa go at a pixel-compatible vector “hand” icon.
2015-05-25 Robin Gareusprepare Tool Icons (unused IDs)
2015-05-24 Robin Gareusvectorize TAV expand and shrink icons
2015-05-24 Robin Gareusconstruct vectorized Zoom Icons
2015-05-24 Robin Gareusintroduce some lazyness
2015-05-24 Robin GareusNOOP, amend 3173246 comments and whitespace
2015-05-24 Robin Gareusmigrate ArdourButton Icon rendering to Gtkmm2ext.
2015-05-24 Len Ovensfix for MCP panner width - closes #6341
2015-05-23 nick_mSwap default snap modifiers (non-OSX) to avoid potentia...
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-23 nick_mMake Evoral::Event ids unique always.
2015-05-23 nick_mDocument snap_delta modifier mask.
2015-05-22 Robin GareusLV2: delete existing preset before replacing it
2015-05-22 David RobillardFix deleting and re-saving LV2 presets.
2015-05-21 nick_mMake the prefs less squashed looking, add another entry...
2015-05-20 nick_mMove ui-centric modifiers into ArdourKeyboard, set...
2015-05-20 nick_mAllow all drag -related modifiers to be set, re-instat...
2015-05-19 Ben Loftistry to improve the ill-conceived fade_range action
2015-05-19 nick_mAdd more modifier preferences.
2015-05-19 Robin Gareusfix x-fade display access beyond array boundaries
2015-05-18 nick_mRemove some debugging.
2015-05-18 nick_mRevert to old Lock mode (still called Lock).
2015-05-18 Robin Gareustake buffers for Split/Match into account fixes #6334
2015-05-17 nick_m"Lock" mode is now "Constrained", make snap absolute...
2015-05-15 nick_mRevert incorrect region_length() definition.
2015-05-15 nick_mRelative snap
2015-05-14 Paul Davisfix cleanup (code is self-evident). From Yevgeny @...
2015-05-13 David RobillardFix stuck notes on save during MIDI playback.
2015-05-09 nick_mLayering - the return of "later is higher".
2015-05-08 Paul Davisextend save-as API to allow for new empty sessions...
2015-05-07 Paul Daviscopy contents of analysis, plugins, automation and...
2015-05-07 Paul Davisfix Session::rename()
2015-05-06 Paul Davisdebugging rename/save-as
2015-05-04 Robin GareusAPI to reset plugin parameters to default
2015-05-04 Robin Gareusadd signal for automation state changes per plugin
2015-05-04 Robin Gareusclear port-list before query.
2015-05-03 Robin Gareusfix thinko in 2e4428b
2015-05-03 Robin Gareusno more noise during startup.
2015-05-03 Robin Gareusadd an API to silence buffers (without session)
2015-05-03 Robin Gareusfix portengin get_ports() flags API
2015-05-03 Christopher ArndtFix mixed spaces/tabs in wscripts
2015-05-03 Nils Philippsendon't install static library libsmf.a
2015-05-02 Robin Gareusgfx-card & performance testing
2015-05-02 Robin Gareuslog(0) - who would have guessed.
2015-05-02 Robin Gareusprofessionalize peak-meters
2015-05-01 Robin Gareusdummy: ignore first cycle timing.
2015-05-01 Robin Gareusconstrain initial custom meter positions.
2015-04-30 Robin Gareusdon’t count silent [x]runs if there’s no session.
2015-04-30 Robin Gareusadd a sanity check
2015-04-30 John EmmasCorrectly dereference 'fxbuf' when building with MSVC
2015-04-30 John EmmasWhen testing for x86 / x64 architecture, don't forget...
2015-04-30 Robin Gareussession: add signal to indicate batch updates
2015-04-30 Robin Gareusclamp DSP load displsy 100% & relax LPF.
2015-04-29 Robin GareusDSP load calculation: favor peak over average.
2015-04-29 Paul Davisno need to close a file that will not be removed (and...
2015-04-29 Robin Gareusfix double precision abs value computation
2015-04-29 Robin Gareusenable fade-out display by default in A4.
2015-04-29 Robin Gareusremove AU crashlog assert.
2015-04-29 Paul DavisNOOP: fix indentation
2015-04-29 GZharun[Summary] Should have been committed with previous...
2015-04-29 Paul Davisfix issue with manual merge conflict
2015-04-29 Paul Davismake computation of OS X pango text width correction...
2015-04-29 Paul Davismanually apply grygorii's API to manage a correction...
2015-04-29 Paul Davismanually apply grygorii's waveform amplitude implementation
2015-04-29 GZharun[Summary] Fixed issue when width request from Cavas...
2015-04-29 Paul Davischange placement of ruler divider so that the lower...
2015-04-29 Paul Davisdo the right thing when TrackingText::offset is changed
2015-04-29 Paul DavisFix method hiding in Canvas::Text
2015-04-29 Paul Davischange ruler rendering to change tick heights and move...
2015-04-29 Paul Davisadd missing API
2015-04-29 Paul Davisadd API to Ruler to optionally draw a divider (2 single...
next