Improve audio and midi support.
This commit is contained in:
parent
9bcc0ae88e
commit
8b5f485d1e
47 changed files with 1446 additions and 634 deletions
|
@ -5,5 +5,6 @@ FileFormat::ExtensionMap FileFormat::mExtensions = []
|
|||
ExtensionMap ret;
|
||||
ret[Format::Markdown] = ".md";
|
||||
ret[Format::Html] = ".html";
|
||||
ret[Format::Wav] = ".wav";
|
||||
return ret;
|
||||
}();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue