Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Issue 1025903003: Use kMIDIPropertyDisplayName instead of kMIDIPropertyName (Closed)

Created:
5 years, 9 months ago by Adam Goode
Modified:
5 years, 9 months ago
Reviewers:
Takashi Toyoshima
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use kMIDIPropertyDisplayName instead of kMIDIPropertyName From the documentation: "Provides the Apple-recommended user-visible name for an endpoint, by combining the device and endpoint names." This fixes the problem of port names of "Out Port 1", "Out Port 2" without a sense of the device it belongs to. Committed: https://crrev.com/dad0c535aa48fe9cc47a5b316363e8222b2d9d83 Cr-Commit-Position: refs/heads/master@{#321974}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M media/midi/midi_manager_mac.cc View 1 chunk +4 lines, -2 lines 1 comment Download

Messages

Total messages: 11 (4 generated)
Adam Goode
5 years, 9 months ago (2015-03-24 03:11:32 UTC) #4
Takashi Toyoshima
https://codereview.chromium.org/1025903003/diff/1/media/midi/midi_manager_mac.cc File media/midi/midi_manager_mac.cc (right): https://codereview.chromium.org/1025903003/diff/1/media/midi/midi_manager_mac.cc#newcode54 media/midi/midi_manager_mac.cc:54: result = MIDIObjectGetStringProperty(endpoint, kMIDIPropertyDisplayName, This is available on Core ...
5 years, 9 months ago (2015-03-24 05:11:59 UTC) #5
Takashi Toyoshima
https://developer.apple.com/library/mac/documentation/General/Reference/APIDiffsMacOSX10_10SeedDiff/modules/CoreMIDI.html It looks being added at OS X 10.10. So, Core MIDI 1.5 == OS ...
5 years, 9 months ago (2015-03-24 05:32:56 UTC) #6
Takashi Toyoshima
I checked CoreMIDI/MIDIServices.h. It says OS X 10.4 and iOS 4.2 support the property. So, ...
5 years, 9 months ago (2015-03-24 05:43:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025903003/1
5 years, 9 months ago (2015-03-24 11:11:10 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 9 months ago (2015-03-24 11:34:00 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 11:34:49 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/dad0c535aa48fe9cc47a5b316363e8222b2d9d83
Cr-Commit-Position: refs/heads/master@{#321974}

Powered by Google App Engine
This is Rietveld 408576698