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

Issue 565920043: midi: convert data to bigendian encoding directly (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years ago by hanwenn
Modified:
4 years ago
Reviewers:
Dan Eble, Carl, carl.d.sorensen, lemzwerg
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

midi: convert data to bigendian encoding directly Before, the MIDI code would encode data as a hex string, to convert it binary afterwards. Shortcut this process. Silence some cast warnings

Patch Set 1 #

Patch Set 2 : commit msg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -40 lines) Patch
M flower/include/string-convert.hh View 1 chunk +3 lines, -0 lines 0 comments Download
M flower/string-convert.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M lily/midi-chunk.cc View 3 chunks +8 lines, -20 lines 0 comments Download
M lily/midi-item.cc View 4 chunks +19 lines, -20 lines 0 comments Download

Messages

Total messages: 6
hanwenn
commit msg
4 years ago (2020-04-17 12:25:18 UTC) #1
lemzwerg
LGTM
4 years ago (2020-04-17 15:14:47 UTC) #2
Carl
LGTM Makes the code much easier to read. Carl
4 years ago (2020-04-17 15:30:08 UTC) #3
Dan Eble
You're not doing this for performance, just for simplicity, correct?
4 years ago (2020-04-17 17:11:59 UTC) #4
hanwenn
On 2020/04/17 17:11:59, Dan Eble wrote: > You're not doing this for performance, just for ...
4 years ago (2020-04-17 17:25:55 UTC) #5
hanwenn
4 years ago (2020-05-02 22:22:33 UTC) #6
commit f51b4dbe635670cc08789daa0d9670f60fa47423
Author: Han-Wen Nienhuys <hanwen@lilypond.org>
Date:   Fri Apr 17 14:23:58 2020 +0200

    midi: convert data to bigendian encoding directly
Sign in to reply to this message.

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