Read Kern files in Matlab

版本 1.0.0.0 (7.8 KB) 作者: Gissel Velarde
This function reads a kern file to a note matrix
46.0 次下载
更新时间 2017/10/18

查看许可证

%Reads a kern file into a note matrix
%FileName is the path to the kern file
%nmat is a note matrix with the following information
%ONSET DURATION MIDI-CHANEL MIDI-PITCH VELOCITY ONSET DURATION
%(BEATS) (BEATS) (NUMBER) (MIDI NOTE NUMBER) (VELOCITY) (SEC) (SEC)
%Information about kern files is given in the following link
%Humdrum Representation for Basic Notated Music
%http://www.music-cog.ohio-state.edu/Humdrum/representations/kern.rep.html
%Information about note matrix can be found in the following link
%Eerola, T. & Toiviainen, P. (2004). MIDI Toolbox: MATLAB Tools for Music Research. University of Jyväskylä: Kopijyvä, Jyväskylä, Finland.
%Available at http://www.jyu.fi/hum/laitokset/musiikki/en/research/coe/materials/miditoolbox/
%krn2nmat file is a function implemented by Gissel Velarde

引用格式

Gissel Velarde (2024). Read Kern files in Matlab (https://www.mathworks.com/matlabcentral/fileexchange/59326-read-kern-files-in-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Musical Instrument Digital Interface (MIDI) 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Editing function name
Editions on the description