mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor clean-up.
This commit is contained in:
parent
fe25f6ee3c
commit
da5b67bd03
2 changed files with 2 additions and 2 deletions
|
|
@ -658,7 +658,7 @@ String MidiMessage::getTextFromTextMetaEvent() const
|
|||
CharPointer_UTF8 (textData + getMetaEventLength()));
|
||||
}
|
||||
|
||||
MidiMessage MidiMessage::textMetaEvent (int type, const StringRef& text)
|
||||
MidiMessage MidiMessage::textMetaEvent (int type, StringRef text)
|
||||
{
|
||||
jassert (type > 0 && type < 16)
|
||||
|
||||
|
|
|
|||
|
|
@ -539,7 +539,7 @@ public:
|
|||
String getTextFromTextMetaEvent() const;
|
||||
|
||||
/** Creates a text meta-event. */
|
||||
static MidiMessage textMetaEvent (int type, const StringRef& text);
|
||||
static MidiMessage textMetaEvent (int type, StringRef text);
|
||||
|
||||
//==============================================================================
|
||||
/** Returns true if this is a 'tempo' meta-event.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue