Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4345)

Issue 256230045: Set the sequence name in MIDI using title information from \header block

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 9 months ago by ht
Modified:
8 years, 8 months ago
Reviewers:
pkx166h, pkx, Dan Eble, lemzwerg, dak
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Set the sequence name in MIDI using title information from \header block

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fix doc build #

Patch Set 3 : Changes in response to comments by Dan Eble #

Patch Set 4 : Use the appropriate Music_output interface in Performance for marking smobs for GC #

Patch Set 5 : Add regression tests, update changes.tely #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -15 lines) Patch
M Documentation/changes.tely View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A input/regression/midi/sequence-name.ly View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A input/regression/midi/sequence-name-scoping.ly View 1 2 3 4 1 chunk +82 lines, -0 lines 0 comments Download
M lily/book.cc View 1 2 1 chunk +12 lines, -1 line 0 comments Download
M lily/control-track-performer.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M lily/include/audio-staff.hh View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M lily/include/performance.hh View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download
M lily/performance.cc View 1 2 3 5 chunks +40 lines, -4 lines 0 comments Download
M lily/performance-scheme.cc View 1 1 chunk +28 lines, -4 lines 0 comments Download
M scm/midi.scm View 2 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 18
ht
This patch adds support for setting the MIDI sequence name for MIDI output files using ...
8 years, 9 months ago (2015-08-04 22:35:22 UTC) #1
lemzwerg
I don't have enough knowledge for a LGTM, but reading the source code I noticed ...
8 years, 9 months ago (2015-08-05 03:58:25 UTC) #2
ht
On 2015/08/05 03:58:25, lemzwerg wrote: > I don't have enough knowledge for a LGTM, but ...
8 years, 9 months ago (2015-08-05 06:55:18 UTC) #3
pkx
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Heikki On 04/08/15 23:35, ht.lilypond.development@gmail.com wrote: > Reviewers: ...
8 years, 9 months ago (2015-08-05 07:50:08 UTC) #4
ht
On 2015/08/05 07:50:08, pkx_gnu.org wrote: > > Does this patch have a google tracker? I ...
8 years, 9 months ago (2015-08-05 08:05:44 UTC) #5
pkx166h
On 2015/08/05 08:05:44, ht wrote: > On 2015/08/05 07:50:08, http://pkx_gnu.org wrote: > > > > ...
8 years, 9 months ago (2015-08-05 11:47:08 UTC) #6
pkx166h
Fails make https://codereview.appspot.com/256230045/diff/1/lily/performance-scheme.cc File lily/performance-scheme.cc (right): https://codereview.appspot.com/256230045/diff/1/lily/performance-scheme.cc#newcode46 lily/performance-scheme.cc:46: "Write @var{performance} to @var{filename} with name @{name}.") ...
8 years, 9 months ago (2015-08-05 13:48:26 UTC) #7
ht
Fix doc build
8 years, 9 months ago (2015-08-05 15:15:22 UTC) #8
Dan Eble
https://codereview.appspot.com/256230045/diff/1/lily/include/performance.hh File lily/include/performance.hh (right): https://codereview.appspot.com/256230045/diff/1/lily/include/performance.hh#newcode44 lily/include/performance.hh:44: void write_output (string filename, const string &name) const; It's ...
8 years, 9 months ago (2015-08-06 02:30:37 UTC) #9
ht
https://codereview.appspot.com/256230045/diff/1/lily/include/performance.hh File lily/include/performance.hh (right): https://codereview.appspot.com/256230045/diff/1/lily/include/performance.hh#newcode44 lily/include/performance.hh:44: void write_output (string filename, const string &name) const; On ...
8 years, 9 months ago (2015-08-06 11:05:56 UTC) #10
ht
Changes in response to comments by Dan Eble
8 years, 9 months ago (2015-08-06 11:07:25 UTC) #11
dak
https://codereview.appspot.com/256230045/diff/1/lily/performance.cc File lily/performance.cc (right): https://codereview.appspot.com/256230045/diff/1/lily/performance.cc#newcode41 lily/performance.cc:41: header_ (SCM_EOL) On 2015/08/06 11:05:56, ht wrote: > On ...
8 years, 9 months ago (2015-08-06 11:22:27 UTC) #12
ht
https://codereview.appspot.com/256230045/diff/1/lily/performance.cc File lily/performance.cc (right): https://codereview.appspot.com/256230045/diff/1/lily/performance.cc#newcode41 lily/performance.cc:41: header_ (SCM_EOL) On 2015/08/06 11:22:27, dak wrote: > On ...
8 years, 9 months ago (2015-08-06 11:57:01 UTC) #13
ht
Use the appropriate Music_output interface in Performance for marking smobs for GC
8 years, 9 months ago (2015-08-06 11:59:09 UTC) #14
pkx166h
Oh one thing to add, I am seeing a lot of this in the reg ...
8 years, 9 months ago (2015-08-07 10:49:56 UTC) #15
ht
On 2015/08/07 10:49:56, J_lowe wrote: > Oh one thing to add, I am seeing a ...
8 years, 9 months ago (2015-08-07 11:15:46 UTC) #16
ht
On 2015/08/07 11:15:46, ht wrote: > I guess I need to still update the patch ...
8 years, 9 months ago (2015-08-07 11:49:43 UTC) #17
ht
8 years, 8 months ago (2015-08-08 20:29:16 UTC) #18
add regression tests; update changes.tely
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b