lp:~mendomusic/ardour/+git/ardour-github

Owned by Mendo
Get this repository:
git clone https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/Ardour/ardour.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 4 minutes — see the log

Branches

Name Last Modified Last Commit
master 2024-04-25 19:07:00 UTC
fix crashes caused by assert (_fx_line); item does not exist for livetrax

Author: Paul Davis
Author Date: 2024-04-25 13:48:00 UTC

fix crashes caused by assert (_fx_line); item does not exist for livetrax

livetrax 2024-04-25 15:52:56 UTC
livetrax menu definitions (second attempt)

Author: Paul Davis
Author Date: 2024-04-25 15:52:56 UTC

livetrax menu definitions (second attempt)

cliprec2 2024-03-10 12:02:10 UTC
like 5450e80bd4 but for the GUI

Author: Paul Davis
Author Date: 2024-03-10 12:02:10 UTC

like 5450e80bd4 but for the GUI

pianorule 2024-02-27 19:21:27 UTC
the state of things in pianorule, committed for travel purposes

Author: Paul Davis
Author Date: 2024-02-27 19:21:27 UTC

the state of things in pianorule, committed for travel purposes

tempo-stretch-audio 2023-09-10 22:49:59 UTC
Add Lua script to timestretch audio when tempo-map changes

Author: Robin Gareus
Author Date: 2023-09-10 22:49:59 UTC

Add Lua script to timestretch audio when tempo-map changes

clang-tidy 2023-09-10 03:42:18 UTC
Add a clean clang-tidy configuration

Author: David Robillard
Author Date: 2023-09-10 03:42:18 UTC

Add a clean clang-tidy configuration

This configuration just suppresses the necessary clang-* checks which are
enabled by default. This way has a bit of file spam, but is nice because
different components (in particular, ones actually internal to ardour) can be
audited/strengthened independently.

falltrhu 2023-05-19 03:45:51 UTC
amend f02e5d3a

Author: Robin Gareus
Author Date: 2023-05-19 03:45:51 UTC

amend f02e5d3a

fallthru 2023-05-19 03:34:25 UTC
C++11 fallthrough (2/2)

Author: Robin Gareus
Author Date: 2023-05-19 03:34:10 UTC

C++11 fallthrough (2/2)

fixmclkgen 2023-04-07 20:30:46 UTC
mclk gen: bits and pieces but nothing finished

Author: Paul Davis
Author Date: 2023-04-07 20:30:46 UTC

mclk gen: bits and pieces but nothing finished

vst3-cache-have_view 2023-03-21 22:32:33 UTC
VST3: cache has_editor

Author: Robin Gareus
Author Date: 2023-03-21 22:32:33 UTC

VST3: cache has_editor

cliprec 2023-01-31 15:47:39 UTC
cliprec: ClipRecProcess IS-A DiskIOProcessor

Author: Paul Davis
Author Date: 2023-01-31 15:47:39 UTC

cliprec: ClipRecProcess IS-A DiskIOProcessor

tempo-map-change-fix 2022-10-23 21:24:12 UTC
Handle tempo-map changes in sync from the calling thread

Author: Robin Gareus
Author Date: 2022-10-23 21:24:12 UTC

Handle tempo-map changes in sync from the calling thread

This is required to collect relevent undo/redo information, notably
automation-data changes from Playlist::update_after_tempo_map_change and
DiskReader::playlist_ranges_moved.

The realtime thread should not move regions to begin with, and debug
builds woudl also assert since no undo operation was started.

simplify-control-list 2022-08-13 00:25:20 UTC
Clean up ControlList::rt_safe_earliest_event_linear_unlocked()

Author: David Robillard
Author Date: 2022-08-13 00:25:20 UTC

Clean up ControlList::rt_safe_earliest_event_linear_unlocked()

lv2-1-16-0 2022-08-04 20:36:02 UTC
Fix comment

Author: David Robillard
Author Date: 2022-08-04 20:36:02 UTC

Fix comment

This seems to have been mangled somehow in
9cbf3ae4ad18c9906e5b4c317aae44b637759ad8.

midi-pgm-trigger-state 2022-02-28 14:11:24 UTC
clip_picker: tweak .smf file info text

Author: Ben Loftis
Author Date: 2022-02-24 20:33:28 UTC

clip_picker: tweak .smf file info text

netdevif 2022-02-28 14:06:08 UTC
Skeleton for new backend

Author: Robin Gareus
Author Date: 2022-02-21 21:37:24 UTC

Skeleton for new backend

process-cleanup 2022-02-03 02:27:57 UTC
Consolidate processing prohibited / silent runs

Author: Robin Gareus
Author Date: 2022-02-03 02:27:57 UTC

Consolidate processing prohibited / silent runs

This uses the Process-lock when processing is not prohibited,
removing the special-case when bouncing audio to a more
general case.

One downside is that while bouncing, timecode masters no longer
run and may loose sync-lock.

However transport does not move while Session::write_one_track()
runs, and a resume will need to seek/varispeed to catch up anyway.

audio-clip-editor 2021-12-09 17:19:23 UTC
reduce (but not eliminate) AutomationLine (+ derivatives) dependence on TimeA...

Author: Paul Davis
Author Date: 2021-12-09 17:19:23 UTC

reduce (but not eliminate) AutomationLine (+ derivatives) dependence on TimeAxisView

AutomationLines now use a TimeThing for time conversions, and has their own Session ref handle

property-editors 2021-12-07 00:13:17 UTC
New region-property placeholders should not be Properties (mostly reverts 045...

Author: Ben Loftis
Author Date: 2021-12-07 00:13:06 UTC

New region-property placeholders should not be Properties (mostly reverts 045cf7)

Properties are created for announcing changes, but values are not actually stored as undo-able properties.

mode-clamping 2021-11-18 23:44:16 UTC
some enforcement of NoInsert KeyEnforcementPolicy

Author: Paul Davis
Author Date: 2021-11-18 23:44:16 UTC

some enforcement of NoInsert KeyEnforcementPolicy

lv2-request-dialog 2021-10-07 02:47:47 UTC
Prototype LV2 dialog-message feature extension

Author: Robin Gareus
Author Date: 2021-10-06 03:04:57 UTC

Prototype LV2 dialog-message feature extension

refactor-surfaces 2021-09-17 20:52:18 UTC
Add BasicUI::sample_rate()

Author: David Robillard
Author Date: 2021-06-16 07:03:07 UTC

Add BasicUI::sample_rate()

Towards removing the direct use of Session by surfaces.

nutempo2 2021-08-13 18:51:37 UTC
triggerbox: add more framwork to looping sections and fixup issue with uninit...

Author: Paul Davis
Author Date: 2021-08-13 04:59:04 UTC

triggerbox: add more framwork to looping sections and fixup issue with uninitialized variable

ableton 2021-07-17 00:50:56 UTC
add trigger tracks to add route dialog

Author: Paul Davis
Author Date: 2021-07-17 00:50:56 UTC

add trigger tracks to add route dialog

no-locate-loop-is-mode 2021-06-28 20:08:50 UTC
do not ask for locate-to-loop start in GUI toggle roll

Author: Paul Davis
Author Date: 2021-06-28 20:08:50 UTC

do not ask for locate-to-loop start in GUI toggle roll

This may have implications for similar code in control surface support

benspeed 2021-06-27 21:25:33 UTC
Default_Play_Speed: 2nd attempt at varispeed GUI

Author: Ben Loftis
Author Date: 2021-06-27 21:25:33 UTC

Default_Play_Speed: 2nd attempt at varispeed GUI

session-controller 2021-06-17 15:22:08 UTC
WIP: Document SessionController

Author: David Robillard
Author Date: 2021-06-17 15:22:08 UTC

WIP: Document SessionController

dsp-timing 2021-06-10 21:25:47 UTC
revert to master version of RCU

Author: Paul Davis
Author Date: 2021-06-10 21:25:47 UTC

revert to master version of RCU

output-operators 2021-05-28 16:50:28 UTC
Define operator<< in the corresponding namespace

Author: David Robillard
Author Date: 2021-05-28 16:23:48 UTC

Define operator<< in the corresponding namespace

This fixes the build for me with clang 11.1.0 (from LLVM repositories) on
Debian buster as C++11. As far as I know this is the general best practice
because of ADL voodoo, but Ardour's approach to namespaces is pretty anarchic,
and I'm not really sure exactly why this wasn't building for some types.

Also tested to build find with the default buster GCC 8.3.0.

gcc8 2021-05-25 20:41:19 UTC
WIP: Fix namespace issues and build with GCC8

Author: David Robillard
Author Date: 2021-05-25 20:41:19 UTC

WIP: Fix namespace issues and build with GCC8

The build was broken for me with both GCC 8 and clang 11 due to the lookup of
operator<<(). However, since the previous pattern of using a namespace then
defining things in that namespace in... the global namespace... sort of... is
very strange, and likely to cause further problems with ADL especially as we
move to newer language versions and libraries, I opted to go all-out here and
define things inside the appropriate namespace.

This will probably resolve some earlier issues with clang and MSVC as well,
since they each use different lookup rules that all have their own quirks
around this stuff.

appleisbananas 2021-04-15 03:30:53 UTC
Towards CoreMIDI systemic latency calibration

Author: Robin Gareus
Author Date: 2021-04-15 02:42:55 UTC

Towards CoreMIDI systemic latency calibration

lv2kit 2021-04-13 19:37:23 UTC
WIP: Port to lilv1 and serd1

Author: David Robillard
Author Date: 2021-04-13 19:37:23 UTC

WIP: Port to lilv1 and serd1

lanlimiter 2021-04-13 03:31:38 UTC
Fix C++11ism

Author: Robin Gareus
Author Date: 2021-04-13 03:31:38 UTC

Fix C++11ism

rectab7 2021-02-13 00:05:37 UTC
RecorderUI: Implement track renaming

Author: Robin Gareus
Author Date: 2021-02-11 19:32:43 UTC

RecorderUI: Implement track renaming

vst3rio2 2021-01-25 16:02:37 UTC
Towards variable-i/o VST3 #8549

Author: Robin Gareus
Author Date: 2021-01-25 15:48:53 UTC

Towards variable-i/o VST3 #8549

remove-deprecated-lv2-support 2020-11-22 17:56:42 UTC
WIP: Remove support for deprecated LV2 event extension

Author: David Robillard
Author Date: 2020-07-08 19:19:30 UTC

WIP: Remove support for deprecated LV2 event extension

Not tested whatsoever, don't merge this.

ripple-overhaul 2020-07-09 22:10:54 UTC
Simplification: Allow ripple drag even if not on track.

Author: Johannes Mueller
Author Date: 2020-07-09 21:55:24 UTC

Simplification: Allow ripple drag even if not on track.

This is now possible as we no longer ripple across tacks

constraint-packer 2020-06-29 04:56:16 UTC
Canvas: improve implementation/design of ConstraintPacker::preferred_size()

Author: Paul Davis
Author Date: 2020-06-29 04:56:16 UTC

Canvas: improve implementation/design of ConstraintPacker::preferred_size()

mixer-snapshot 2020-06-24 13:17:00 UTC
Re-add mixer_snapshot_manager

Author: Nikolaus Gullotta
Author Date: 2020-06-24 13:16:28 UTC

Re-add mixer_snapshot_manager

mixer-snapshots-rebased 2020-03-23 19:01:25 UTC
Get Mixer Snapshots back into a compilable state

Author: Nikolaus Gullotta
Author Date: 2020-03-23 19:01:25 UTC

Get Mixer Snapshots back into a compilable state

bens-source-list-rebased2 2019-07-31 16:14:38 UTC
prefer lowercase and no spaces, since this will appear in the filename.

Author: Ben Loftis
Author Date: 2019-07-31 16:14:38 UTC

prefer lowercase and no spaces, since this will appear in the filename.

bens-source-list-rebased 2019-07-30 20:43:22 UTC
Catch new sources created by bounce-range-to-source-list

Author: Ben Loftis
Author Date: 2019-07-30 20:43:22 UTC

Catch new sources created by bounce-range-to-source-list

mixer-snapshots 2019-07-22 14:37:33 UTC
Merge branch 'master' into mixer-snapshots

Author: Nikolaus Gullotta
Author Date: 2019-07-22 14:37:33 UTC

Merge branch 'master' into mixer-snapshots

bens-auditioner-synth 2019-02-02 15:26:03 UTC
midi-audition-synth-uri is deprecated (libardour part).

Author: Ben Loftis
Author Date: 2019-02-02 15:26:03 UTC

midi-audition-synth-uri is deprecated (libardour part).

bens-cla-menu-tweaks 2018-12-07 02:57:33 UTC
Monitor Section actions: Allow use-monitor-section to be controlled by both ...

Author: Ben Loftis
Author Date: 2018-12-07 02:57:33 UTC

Monitor Section actions: Allow use-monitor-section to be controlled by both menu and session-options dialog.

send-delay-test 2018-10-25 17:26:54 UTC
Send-delays - quick test

Author: Robin Gareus
Author Date: 2018-10-25 17:26:54 UTC

Send-delays - quick test

mappa 2018-07-19 13:00:43 UTC
Code skeleton for openAV-ctrla/mappa support

Author: Robin Gareus
Author Date: 2018-07-18 08:43:32 UTC

Code skeleton for openAV-ctrla/mappa support

temporal 2017-09-24 16:57:27 UTC
fix header order and space alignment

Author: Paul Davis
Author Date: 2017-09-24 16:57:27 UTC

fix header order and space alignment

beatbox 2017-08-27 17:41:03 UTC
incorporate ticktime commit

Author: Paul Davis
Author Date: 2017-08-27 17:41:03 UTC

incorporate ticktime commit

split-disk-io 2017-08-16 19:10:55 UTC
sort of no-op ... remove debug output ... just basically put it in git so tha...

Author: Paul Davis
Author Date: 2017-08-08 23:26:08 UTC

sort of no-op ... remove debug output ... just basically put it in git so that i can fetch it on another machine

vcaautomation 2017-06-21 16:14:50 UTC
Enslave Params -- work in progress

Author: Robin Gareus
Author Date: 2017-06-07 13:16:08 UTC

Enslave Params -- work in progress

rewaveview 2017-06-16 15:03:36 UTC
Reimplementation of large parts of the WaveView class

Author: Tim Mayberry
Author Date: 2017-03-16 04:12:05 UTC

Reimplementation of large parts of the WaveView class

The drawing itself should be unchanged but much of the rest of the
implementation has changed. The WaveViewThreads and WaveViewDrawingThread
classes were added and allow multiple drawing threads.

The Item::prepare_for_render interface is implemented by WaveView to enable
queuing draw requests for the drawing threads to process as soon as the state
change occurs during Editor::visual_changer, which often means the images will
be finished by the time they are needed in WaveView::render. This can
significantly reduce total render time and also flickering caused by images not
being ready for display.

If the drawing thread/s cannot finish the request by the time it is required in
WaveView::render then cancel it and draw the WaveViewImage in the GUI thread if
it is likely it can be completed in the current render pass/frame. This change
also helps reduce the flickering caused by images not being ready with threaded
rendering, but with several drawing threads, drawing in the GUI thread may not
often occur (unless explicitly requested).

Allow unfinished images to be returned from the cache in
WaveView::prepare_for_render so that new draw requests aren't queued for
duplicate images. This reduces the amount of drawing for instance in
compositions where there are many instances of the same sample/waveform
displayed on the canvas as only a single image should be drawn.

Use a random width within a certain range for
WaveView::optimal_image_width_samples so that image drawing is less likely to
occur at the same time (which will cause a spike in render/draw time and
increase the chance of flickering waveforms).

Move implementations of the private WaveView classes into wave_view_private.h
and wave_view_private.cc source files.

Incorporate a fix for limiting the waveview image size to the cairo image size
limit.

Should hopefully Resolve: #6478

remove-locale-guards 2017-06-16 11:20:56 UTC
Remove unnecessary LocaleGuards from VSTPlugin derived classes

Author: Tim Mayberry
Author Date: 2016-12-07 07:02:18 UTC

Remove unnecessary LocaleGuards from VSTPlugin derived classes

VSTPlugin::set_state and VSTPlugin::add_state methods both already contain
LocaleGuard instances.

websockets 2017-05-20 00:03:25 UTC
initial code steps for websocket OSC

Author: Paul Davis
Author Date: 2017-05-20 00:03:25 UTC

initial code steps for websocket OSC

rework_tempo_editing 2017-02-27 16:11:22 UTC
probable fix for importing tempo maps that use non-quarter note pulse.

Author: nick_m
Author Date: 2017-02-27 16:11:22 UTC

probable fix for importing tempo maps that use non-quarter note pulse.

 - actually i'm not certain that this is correct,
   but it works ok Beethoven's fifth.

modulation-scripts 2017-02-26 14:36:24 UTC
LV2 UI: use controllable API, don't access plugin directly

Author: Robin Gareus
Author Date: 2017-02-26 03:01:13 UTC

LV2 UI: use controllable API, don't access plugin directly

For modulated controls the custom UI shows un-modulated baseline.
This is likely inconsistent with VST and AU custom UI, which may
grab the current modulated value (as if it was automated)

lua_tav_bindings 2017-02-02 17:03:31 UTC
investigating binding the TAV API..

Author: Robin Gareus
Author Date: 2017-02-02 17:03:31 UTC

investigating binding the TAV API..

all this calls for some convenience wrapper fn.. or maybe a new API

rework_snap 2017-02-01 16:58:01 UTC
set sysex height & position on redisplay.

Author: nick_m
Author Date: 2017-02-01 16:58:01 UTC

set sysex height & position on redisplay.

pd_midicleanup 2016-12-12 09:54:36 UTC
when adding notes a MidiModel/Sequence via NoteDiffCommand, copy the NotePtr ...

Author: Paul Davis
Author Date: 2016-12-12 09:54:36 UTC

when adding notes a MidiModel/Sequence via NoteDiffCommand, copy the NotePtr first.

The NotePtr ends up in an intrusive list, which causes ownership
issues. See comments for more.

gtk-disable-deprecated 2016-12-10 12:26:53 UTC
TODO with GTKMM_DISABLE_DEPRECATED enabled in Mackie surface

Author: Tim Mayberry
Author Date: 2016-12-10 12:12:13 UTC

TODO with GTKMM_DISABLE_DEPRECATED enabled in Mackie surface

midicleanup 2016-11-21 11:21:23 UTC
Revert "add patch for handling mouse grabs in gdk/quartz by foreign (nested) ...

Author: Paul Davis
Author Date: 2016-11-21 11:21:23 UTC

Revert "add patch for handling mouse grabs in gdk/quartz by foreign (nested) windows"

This reverts commit a6d67fdd569068730e00b9e5d54b66d3a3aa634c.

tempo_rounding 2016-11-10 16:26:21 UTC
remove debugging output

Author: nick_m
Author Date: 2016-11-10 16:26:21 UTC

remove debugging output

new_midi 2016-11-03 23:32:46 UTC
don't pass around event_id_t's so much when adding events to a Sequence

Author: Paul Davis
Author Date: 2016-11-03 23:32:46 UTC

don't pass around event_id_t's so much when adding events to a Sequence

headless_chicken 2016-09-28 13:33:18 UTC
headless-chicken: force setting of region length properties, clean up code.

Author: nick_m
Author Date: 2016-09-28 13:33:18 UTC

headless-chicken: force setting of region length properties, clean up code.

tempo_map_for_midi_fixes 2016-08-31 12:46:09 UTC
No-op - rename var in MidiRegionView::note_dropped().

Author: nick_m
Author Date: 2016-08-31 12:46:09 UTC

No-op - rename var in MidiRegionView::note_dropped().

ticktime 2016-07-28 13:39:27 UTC
Rewrite Evoral::Beats to use fixed beat:tick time

Author: David Robillard
Author Date: 2015-10-05 18:27:38 UTC

Rewrite Evoral::Beats to use fixed beat:tick time

musical_ranges 2016-07-26 14:02:03 UTC
Initial stab at making musical position useful for ranges.

Author: nick_m
Author Date: 2016-07-26 14:02:03 UTC

Initial stab at making musical position useful for ranges.

 - ranges may be glued to bars and beats.
 - use exact beat for locations.
 - adds 'start_beat' and 'end_beat' to Location xml (may
   change in the future, as locations only require one position).

vca2 2016-05-31 19:59:27 UTC
change install target dir for color theme files

Author: Paul Davis
Author Date: 2016-05-31 19:59:27 UTC

change install target dir for color theme files

5983-drag-threshold 2016-02-11 05:21:46 UTC
Change/Fix EditorDrag::move_threshold to use pixel units for both x and y thr...

Author: Tim Mayberry
Author Date: 2016-02-11 05:21:46 UTC

Change/Fix EditorDrag::move_threshold to use pixel units for both x and y thresholds

group-controls-one 2016-01-21 17:25:27 UTC
remove incorrect/out of date comment

Author: Paul Davis
Author Date: 2016-01-21 17:25:27 UTC

remove incorrect/out of date comment

mackie-without-automation-controls 2015-12-28 18:22:52 UTC
avoid direct use of AutomationControl in Mackie code

Author: Paul Davis
Author Date: 2015-12-28 18:22:52 UTC

avoid direct use of AutomationControl in Mackie code

amalgamate 2015-12-11 21:58:20 UTC
Amalgamate sources in gtk2_ardour into a number of "modules"

Author: Tim Mayberry
Author Date: 2015-12-07 22:16:00 UTC

Amalgamate sources in gtk2_ardour into a number of "modules"

With this change the build times on my machine with no cache go from ~15
minutes down to 5 on linux. A cross build with mingw goes from ~22 down to 11
minutes.

automation_selection 2015-10-19 13:48:30 UTC
Set toggled automation controller using a double.

Author: nick_m
Author Date: 2015-10-19 13:48:30 UTC

Set toggled automation controller using a double.

clockwork 2015-09-24 15:14:53 UTC
skinny up the lines used to draw the clock cursor

Author: Paul Davis
Author Date: 2015-09-24 15:14:53 UTC

skinny up the lines used to draw the clock cursor

ardour-merge-from-tracks 2015-06-29 18:02:23 UTC
remove debugging output

Author: Paul Davis
Author Date: 2015-06-29 17:59:40 UTC

remove debugging output

automation_workflow 2015-06-21 14:53:31 UTC
Amend last commit.

Author: nick_m
Author Date: 2015-06-21 14:53:31 UTC

Amend last commit.

spectrowave 2015-06-13 15:16:40 UTC
use ardour canvas HSV instead of custom HSL.

Author: Robin Gareus
Author Date: 2015-06-13 15:16:40 UTC

use ardour canvas HSV instead of custom HSL.

relative_snap 2015-05-23 18:04:37 UTC
Fix bug where inserting notes in MouseContent mode disallowed resizing.

Author: nick_m
Author Date: 2015-05-23 18:04:37 UTC

Fix bug where inserting notes in MouseContent mode disallowed resizing.

tempo-marker-from-clock 2015-03-27 13:23:33 UTC
tap-tempo: reset running average whenever tapped tempo deviates by +/- 20%

Author: Colin Fletcher
Author Date: 2015-03-21 12:12:11 UTC

tap-tempo: reset running average whenever tapped tempo deviates by +/- 20%

waveview 2015-02-23 17:57:33 UTC
Don't cache peakfile reads, but still cache the generated peak data.

Author: nick_m
Author Date: 2015-02-23 17:57:33 UTC

Don't cache peakfile reads, but still cache the generated peak data.
Clean up some other cruft.

varifill 2015-02-06 16:48:23 UTC
ensure that working buffers (for gain + mixing) are large enough.

Author: Paul Davis
Author Date: 2015-02-06 16:33:54 UTC

ensure that working buffers (for gain + mixing) are large enough.

See comment in code for explanation. Also comment some unused lines (for now)

Conflicts:
 libs/ardour/audio_diskstream.cc

no-track-speed 2015-02-03 19:17:04 UTC
remove all notion of per-track speed

Author: Paul Davis
Author Date: 2015-02-03 19:17:04 UTC

remove all notion of per-track speed

playhead-priority 2015-01-29 03:15:11 UTC
playhead priority: if rolling and range selection vanishes while we are payin...

Author: Paul Davis
Author Date: 2015-01-29 02:52:54 UTC

playhead priority: if rolling and range selection vanishes while we are paying attention, ignore the change

old-session-loading 2015-01-04 23:33:35 UTC
Fix some location xml handling to work with old session files.

Author: Sakari Bergen
Author Date: 2015-01-04 23:06:52 UTC

Fix some location xml handling to work with old session files.

Also refactor some code around it while I'm at it.

modeless 2014-12-17 04:02:28 UTC
Restore snap when switching to/from internal.

Author: David Robillard
Author Date: 2014-12-17 04:02:28 UTC

Restore snap when switching to/from internal.

VisualStateSave 2014-07-25 16:58:28 UTC
prototype hack to save/load views

Author: Robin Gareus
Author Date: 2014-07-25 16:58:28 UTC

prototype hack to save/load views

recfolder 2014-07-05 19:13:46 UTC
Merge branch 'cairocanvas' into recfolder

Author: Robin Gareus
Author Date: 2014-07-05 19:13:46 UTC

Merge branch 'cairocanvas' into recfolder

2.0-ongoing 2013-10-04 21:51:03 UTC
fix startup errors with 2.x related to boost linkage on some platforms

Author: Paul Davis
Author Date: 2013-10-04 21:51:03 UTC

fix startup errors with 2.x related to boost linkage on some platforms

Note: this should not be required because we do not actually link with ANY boost libraries, so the
occurence of this bug in ardour at run time indicates that the wrong version of boost was used and/or
incorrect flags for using boost are in use.

Fix from David Henningsson <david.henningsson@canonical.com>

3.0-SG 2013-06-26 14:43:23 UTC
fix up conflicts after merge with master

Author: Paul Davis
Author Date: 2013-06-26 14:43:23 UTC

fix up conflicts after merge with master

189 of 89 results
This repository contains Public information 
Everyone can see this information.

Subscribers

No subscribers.