do not call MidiRingBuffer::skip_to() when getting a MidiDiskstream's playback buffer...
[ardour.git] / libs / ardour /
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
2016-08-24 Robin GareusARDOUR::FluidSynth automatically assign first 16 channels
2016-08-23 Robin Gareusfix windows build/runtime
2016-08-23 Robin Gareusadd FluidSynth Lua Bindings
2016-08-23 Robin Gareusadd basic libardour wrapper for fluidsynth (for Lua...
2016-08-23 nick_mTempo marker movement snaps to the future grid, rather...
2016-08-23 nick_mRound to bar correctly in TempoMap::exact_beat_at_frame...
2016-08-23 Robin GareusNyquist (pronounce it like Klopstock!)
2016-08-23 Robin Gareusfix threaded state restore (duplicate calls to restore...
2016-08-22 Paul Davisnew libardour API for Session::new_route_from_template...
2016-08-20 Robin GareusLua bind MonitorProcessor
2016-08-19 Robin Gareusand another typo gone in in 9702020
2016-08-19 Robin Gareusfix typo in 9702020
2016-08-19 Paul Davisad rest of Stripable API to lua
2016-08-19 Paul DavisMIDI polyphonic pressure, part 2
2016-08-19 Robin Gareusinitialize uninitialized variable
2016-08-19 Robin GareusUpdate automated Plugin Controlls when seeking and...
2016-08-18 Robin Gareusfix Aux-Send Panner Linking
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-08-17 nick_mReport quarter note rather than beat position to AU...
2016-08-17 nick_mUse quarter pulses (quarter notes) for VST's ppqBar...
2016-08-17 nick_mAdd methods for plugin APIs to obtsin quarter pulses...
2016-08-17 Robin Gareusfix ramped BPM reporting to AU and VST plugins
2016-08-17 Robin Gareusfix LV2 BPM report (use ramped tempo)
2016-08-16 Robin GareusAlso send lv2:timePosition whenever BBT or Tempo changes
2016-08-15 Robin Gareusturn comments into doxygen doc
2016-08-15 Robin Gareusadd some missing enum bindings (for config variables)
2016-08-15 Robin Gareusexpose SessionConfiguration as lua bindings
2016-08-15 nick_mEnforce rounding to beat as >= 0.0
2016-08-15 Robin GareusExpose Stripable Color & Ordering API to Lua
2016-08-13 Robin GareusDon't call any Transmitter from realtime context
2016-08-13 nick_mAlways send start property changes when a midi region...
2016-08-13 nick_mAudio-locked midi region fixes.
2016-08-13 nick_mAllow negative return in TempoMap::beat_at_frame()...
2016-08-12 Paul Davischeck for null pointer in Locations::remove()
2016-08-10 Robin Gareusfix crash when copy'ing latent plugins 5.0
2016-08-09 nick_mFix test compilation error.
2016-08-09 nick_mBBTTest::addTest() should add a meter rather than repla...
2016-08-09 nick_mMake tempo tests use the api more correctly.
2016-08-09 nick_mAllow -ve framepos handling in TempoMap::framepos_plus_...
2016-08-08 Paul Davisfix race condition when dropping Ports
2016-08-08 Paul Davisadd explanatory comment
next