adjustments to build nascent push2 surface support
[ardour.git] / libs / ardour /
2016-09-27 Ross LagerwallMatch new[] with delete[]
2016-09-25 Robin Gareusfix detecting .flac format
2016-09-23 Robin Gareusadd an option to exclude unused Audio Sources when...
2016-09-23 Robin Gareusfix a typo.
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-22 Paul DavisPortManager::silence() should not clear data in AsyncMI...
2016-09-21 Paul Davisgain controls are supposed to be "gain-like"
2016-09-21 Robin Gareusreport archive encoding progress
2016-09-21 Robin GareusAdd option to flac encode audio when archiving
2016-09-21 Robin Gareusadd a static flag to force writing LV2 state
2016-09-21 Robin Gareusadd API to change FileSource path in-place
2016-09-21 Robin Gareusadd a SndFileSource c'tor to create .flac encoded file...
2016-09-20 Robin Gareusinitial support for archiving sessions
2016-09-20 Tim MayberryRestore ARDOUR::MuteControl state, fixes bug #7025
2016-09-20 Tim MayberryFully restore ARDOUR::SoloSafeControl state
2016-09-20 Tim MayberryFully restore ARDOUR::SoloIsolateControl state
2016-09-20 Tim MayberryFully restore ARDOUR::SoloControl state
2016-09-19 Tim MayberryAdd test to create new Sessions with localized names...
2016-09-19 Tim MayberryCopy UTF-8 test strings from libpbd tests into libardou...
2016-09-18 Robin Gareusadd support for LV2 #coarseBlockLength and #enabled
2016-09-17 Robin Gareusensure that Lua DSP scripts are configured (even with...
2016-09-17 Tim MayberryFix crash when ExportDialog is hidden
2016-09-17 Tim MayberryFix indentation in ARDOUR::ExportProfileManager source...
2016-09-17 Robin GareusVST threading: prevent concurrent effSetChunk and process()
2016-09-16 Robin GareusNO-OP: whitespace
2016-09-16 Robin Gareusre-do previous commit
2016-09-16 Robin GareusRevert "Add convenience Lua bindings to access plugin...
2016-09-16 Thomas BrandAdd convenience Lua bindings to access plugin controls
2016-09-16 Robin Gareusremove cruft - don't pollute global namespace
2016-09-15 John Emmas Modify our MSVC project to use the newly introduced...
2016-09-15 Robin GareusFix passing ctrl-output data to lua inline display...
2016-09-15 Tim MayberrySend/show error message if g_stat fails in Session...
2016-09-15 Tim MayberryUse g_strerror() instead of ::strerror() in Session...
2016-09-15 Tim MayberryUse g_rename() instead of ::rename() in Session::cleanu...
2016-09-15 Tim MayberryUse g_strerror instead of strerror in ARDOUR::FileSource
2016-09-15 Tim MayberryUse ::g_rename instead of ::rename in ARDOUR::FileSourc...
2016-09-14 Tim MayberryAdd analyse and soundcloud-upload properties of ExportF...
2016-09-14 John EmmasCheck a return value from 'g_stat()'
2016-09-14 Nathan StewartFixes 7004 - Ardour crash on Just Quit when AudioEngine...
2016-09-13 Paul Davischange all MIDI read-from-source to map all events...
2016-09-13 Paul Davisdebug output formatting
2016-09-13 Paul Davisdo not call MidiRingBuffer::skip_to() when getting...
2016-09-13 Paul Davismake MidiBuffer::read_from() use "dst_offset" correctly...
2016-09-13 Paul Davisadd back event offsetting into MidiRingBuffer::read...
2016-09-13 Paul DavisNOOP: spacing and indentation
2016-09-13 Paul Davisshow "this" in MidiRingBuffer::dump()
2016-09-13 Paul Davisslight DEBUG_TRACE enhancement for MidiPort::flush_buff...
2016-09-13 Paul DavisNO-OP: indentation
2016-09-13 Paul DavisDelivery::run() now offsets data delivered to MIDI...
2016-09-13 Paul Davisuse class-static method rather than pretend there is...
2016-09-13 Paul Davisprovide Session::declick_out_pending()
2016-09-13 Paul Davissecond part of: change offset arguments to various...
2016-09-13 Paul Davischange offset arguments to various <T>Buffer::read...
2016-09-13 Paul Davisadd a new DEBUG enum for MidiRingBuffer
2016-09-13 Robin Gareusadd option to skip unzipping bundled demo sessions
2016-09-13 Tim MayberryRemove duplicate header include from libardour source...
2016-09-13 Tim MayberryPut ARDOUR::SystemExec implementation inside ARDOUR...
2016-09-13 Tim MayberryAdd missing include guards in libardour header files
2016-09-12 Johannes MuellerExpose Location::name() to Lua
2016-09-12 Robin GareusAdd a Lua wrapper to Glib::build_filename()
2016-09-12 Johannes MuellerExpose `Locations::remove()` to Lua
2016-09-12 Thomas Brandadd request_play_loop() & get_play_loop() to luabindings
2016-09-11 Tim MayberryFix #6774, Moving start/end markers doesn't set Session...
2016-09-07 Paul Davisfor files imported without copy, _origin is a full...
2016-09-07 Paul Daviscorrect comment for FileSource::find()
2016-09-06 Johannes MuellerExpose record enable/disable to Lua bindings
2016-09-06 nick_mFix incorrect estimate of future revision.
2016-09-06 nick_mLoad midi region length and start correctly in sessions...
2016-09-05 Robin Gareusremove duplicate enum -- copy/paste typo
2016-09-05 Robin Gareusexpose PeakMeter Lua bindings
2016-09-05 nick_mSet start_pulse and length_pulse from state, neither...
2016-09-05 nick_mFix the tempo note-type hallucination.
2016-09-03 nick_mSanity check for TempoMap::get_grid ()
2016-09-03 nick_mRevert part of d50df8279966.
2016-09-02 nick_mFix various paste errors in tempo.cc. Should fix recent...
2016-09-01 nick_mUse the stored beat to recalculate pulse when setting...
2016-09-01 nick_mConsolidate the meaning of beat divisions.
2016-08-31 nick_mAttempt to clarify tempo map comments.
2016-08-31 nick_mRevert 894cdb6f5c2064.
2016-08-31 nick_mSnap to beat snaps to quarter note.
2016-08-31 nick_mTempoMap::pulse_at_frame() handles separated musical...
2016-08-31 nick_mFix incorrect inclusion of note_type in Tempo::pulses_p...
2016-08-31 nick_mKeep region beat and pulse separated, ensure pulse...
2016-08-31 nick_mFix incorrect start_pulse in MidiRegion copy-with-offse...
2016-08-31 nick_mAmend f3c0c1a865 (Add quarter-note position methods).
2016-08-31 nick_mBeatsFramesConverter uses quarter-note 'beat' position.
2016-08-31 nick_mAdd quarter-note position methods to TempoMap.
2016-08-31 nick_mAdd length_pulse to MidiSource, usr quarter-notes in...
2016-08-31 nick_mAdd start_pulse and length_pulse to midi region for...
2016-08-31 nick_mAdd a pulse property to region.
2016-08-30 John EmmasUpdate our MSVC project files to generate the most...
2016-08-28 John EmmasConfigure the new 'fluidsynth' library to be buildable...
2016-08-27 Robin GareusAdd automatable click-free bypass/enable feature to...
2016-08-26 Robin GareusExpose PluginInfo bindings (eg plugin-type, unique...
2016-08-26 Robin GareusAdd Lua bindings for ProcessorVector (really ProcSelection)
2016-08-25 Robin Gareusincrease pre-allocated Lua DSP memory pool size to 3MB
2016-08-24 Robin Gareusfix copy/paste mistake
2016-08-24 Robin GareusNO-OP: whitespace
2016-08-24 Robin Gareuslessons learned from a-fluidsynth
2016-08-24 Robin GareusTake process-lock before processor-lock
next