mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
cater for Note translations. e.g. "Ré ♯" UTF-8
This commit is contained in:
parent
8f19aed7eb
commit
78fef4a253
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ ParameterDescriptor::update_steps()
|
|||
std::string
|
||||
ParameterDescriptor::midi_note_name (const uint8_t b)
|
||||
{
|
||||
char buf[8];
|
||||
char buf[16];
|
||||
if (b > 127) {
|
||||
snprintf(buf, sizeof(buf), "%d", b);
|
||||
return buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue