I would wait until there's a commit with a bug fix [1] in git http://community.ardour.org/s/source .
Does somebody know how to show latest Ardour git commits? Perhaps I'm using git not correctly, but I can't see that the deletion bug [1] is fixed: [rocketmouse@archlinux ardour]$ git show commit b68a4e5cdc59ffb81c1952ac9cad63ddf0c76d06 Author: David Robillard <[email protected]> Date: Thu Feb 19 20:23:11 2015 -0500 Normalize notes on all channels. [snip] [rocketmouse@archlinux ardour]$ git log --graph --decorate --pretty=oneline --abbrev-commit --all @{upstream}^.. * b68a4e5 (HEAD, origin/master, origin/HEAD, master) Normalize notes on all channels. * 130f559 (origin/cd-metadata) Add CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export [snip] [rocketmouse@archlinux ardour]$ git pull remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 4), reused 0 (delta 0) Unpacking objects: 100% (5/5), done. >From git://git.ardour.org/ardour/ardour b68a4e5..5d5f83c master -> origin/master Updating b68a4e5..5d5f83c Fast-forward libs/canvas/wave_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) [rocketmouse@archlinux ardour]$ git show commit 5d5f83c56b1f0860a35f5dde69b4137869587f8e Author: nick_m <[email protected]> Date: Fri Feb 20 23:30:48 2015 +1100 The commit 3da9c3b7403dd57984e1f0d090c7bd902f933225 wasn't the no-op it claimed to be. [rocketmouse@archlinux ardour]$ git log --graph --decorate --pretty=oneline --abbrev-commit --all @{upstream}^.. * 5d5f83c (HEAD, origin/master, origin/HEAD, master) The commit 3da9c3b7403dd57984e1f0d090c7bd902f933225 wasn't the no-op it claimed to be. * 130f559 (origin/cd-metadata) Add CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export [snip] Regards, Ralf [1] Begin forwarded message: Date: Fri, 20 Feb 2015 12:54:23 +0100 From: Tito Latini <[email protected]> To: [email protected] Subject: Re: [Ardour-Users] Ardour cannot find the audio file Fixed. I'll add a smallish test case with a one-line patch in tracker.ardour.org after dinner. -- ubuntu-studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
