ardour.git
2016-09-01 nick_mEditor::get_grid_type_as_beats() returns the quarter...
2016-09-01 nick_mConsolidate the meaning of beat divisions.
2016-09-01 John EmmasFix a bug when formatting time strings
2016-09-01 Len OvensOSC: don't restore User preset before writing new one
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_mNo-op - rename var in MidiRegionView::note_dropped().
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_mNoteCreateDrag uses quarter-notes.
2016-08-31 nick_mMidiRegionView uses quarter note snapping.
2016-08-31 nick_mUse quarter-note based 'beat' when snapping.
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 Robin Gareusand another SNAFU...
2016-08-30 Robin Gareusfix jump out of local scope
2016-08-30 Robin Gareuscorrect comments and avoid /={4+}/
2016-08-30 Thomas Brand-put method print_help() inside factory() (!) -nop...
2016-08-30 Robin Gareustom's loop: fix arguments to add_region()
2016-08-30 Thomas Brand-adapt to new method syntax of add_region() to make...
2016-08-30 John EmmasUpdate our MSVC project files to generate the most...
2016-08-29 Paul DavisNOOP: whitespace
2016-08-29 Paul Davisimproved (more general) fix for preferences window...
2016-08-29 Paul DavisRevert "apparent fix for preferences window visibility"
2016-08-29 Paul Davisapparent fix for preferences window visibility
2016-08-28 Paul Davisfix focus-on-clock action 5.3
2016-08-28 John EmmasChange (slightly) the previous modification to 'fluidsy...
2016-08-28 Robin Gareusupdate fluidsynth patch for MSVC
2016-08-28 Robin Gareusfix Coreaudio Aggregate for separate devices with ident...
2016-08-28 Robin Gareusundo modifications to upstream fluidsynth code
2016-08-28 Robin Gareusfix lv2 ttl
2016-08-28 John EmmasConfigure the new 'fluidsynth' library to be buildable...
2016-08-28 John EmmasFix a crash when toggling back and forth between a...
2016-08-28 John EmmasFix a crash when we display the 'Plugin Analysis' windo...
2016-08-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-08-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-08-27 Paul Davissingle action punch in 5.2
2016-08-27 Robin Gareusnotch: narrow the bandwidth with increasing frequency
2016-08-27 Robin Gareusfix typo in notch example script
2016-08-27 Robin Gareusnewbie documentation
2016-08-27 Robin Gareusnotch-bank: increase max Q, use logscale
2016-08-27 Robin Gareusupdate notch-bank to variable i/o, increase max stages...
2016-08-27 Robin Gareusbackwards compatible a-comp stereo sidechain ports
2016-08-27 Robin Gareusadd a notch-bank filter
2016-08-27 Robin GareusNo discrimination against systems which don't have...
2016-08-27 Robin GareusPrepare a-comp for click-free bypass/enable
2016-08-27 Robin Gareusclick-free a-delay bypass/enable
2016-08-27 Robin GareusNO-OP clean up plugin ttl
2016-08-27 Robin Gareusfix copy/paste typo in 1d7c14496
2016-08-27 Robin Gareusadd NaN/Inf protection now that bypass no longer de...
2016-08-27 Robin Gareusclick-free a-reverb bypass
2016-08-27 Robin GareusAdd automatable click-free bypass/enable feature to...
2016-08-27 Paul DavisNO-OP: indentation
2016-08-27 Paul Davisfix display of preferences window when detached.
2016-08-26 Robin GareusExpose PluginInfo bindings (eg plugin-type, unique...
2016-08-26 Robin Gareusallow to access data-members in weak/shared ptr classes
2016-08-26 Robin Gareusadd "sameinstance()" lua binding for all shared/weak...
2016-08-26 Robin Gareusforward Lua print() to Ardour's Log.
2016-08-26 Julien "_FrnchFrgg_... Update CC automation menu when changing channel selection
2016-08-26 Robin Gareusadd a static function to access processor selection...
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-25 Robin Gareustweak lua GC (once again)
2016-08-25 Robin Gareusfix a-eq grid layout
2016-08-25 Robin Gareusupdate fluidsynth patch
2016-08-25 Robin Gareusremove unneeded includes that may break with winegcc
2016-08-25 Robin Gareuswine-gcc hacks -- fixes #6984
2016-08-25 Paul DavisRevert "Revert "patch for waflib internals to allow...
2016-08-25 Paul DavisRevert "patch for waflib internals to allow tarball...
2016-08-25 Paul Davisadd len ovens to the authors list
2016-08-25 Paul Davispatch for waflib internals to allow tarball to be creat...
2016-08-25 Paul Davisadd nascent poly-phonic pressure to automation menu...
2016-08-25 Julien "_FrnchFrgg_... Fix astate setting for combo parameters when setting...
2016-08-25 Julien "_FrnchFrgg_... Avoid 1px size changes when sizing_text() is used
2016-08-24 Robin Gareusa reverb is a reverb is a reverb 5.1
2016-08-24 Robin Gareusadd missing include
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 Len OvensOSC: Add preset loading to OSC GUI
2016-08-24 Robin Gareusreduce initial fluidsynth load
2016-08-24 Robin GareusTake process-lock before processor-lock
2016-08-24 Robin Gareusprevent a unlikely race: concurrent restore() + work_re...
2016-08-24 Robin Gareusupdate fluidsynth patch
2016-08-24 Robin Gareustweak a-fluidsynth reinit strategy.
2016-08-24 Robin Gareusstrip down libfluidsynth a bit more
2016-08-24 Tim MayberryFix string to float conversion when typing gain values...
2016-08-24 Robin Gareusadd support for reverb & chorus in a-fluidsynth
2016-08-24 Robin GareusARDOUR::FluidSynth automatically assign first 16 channels
2016-08-24 Robin Gareusfix generic GUI layout for no-control UIs
2016-08-24 Robin Gareusa-fluidsynth
2016-08-24 Robin Gareusproperly fix copy/paste typos
2016-08-24 Robin Gareusfluidsynth 1.1.6 actually
next