Code covered by the BSD License
-
music.freq2cent(f1,f2)
MUSIC.FREQ2CENT Returns the number of cents between two frequencies.
-
music.freq2interval(f,key)
MUSIC.FREQ2INTERVAL Returns the interval and octave of a frequency.
-
music.freq2note(f)
MUSIC.FREQ2NOTE converts a frequency to a note string.
-
music.freq2tone(f)
MUSIC.FREQ2TONE converts a frequency to a musical semitone.
-
music.interval2freq(I,O,key)
MUSIC.INTERVAL2FREQ returns the frequency of a musical interval.
-
music.interval2note(I,O,key,a...
MUSIC.INTERVAL2NOTE returns a note string in scientific pitch notation.
-
music.interval2tone(I,O,key)
MUSIC.INTERVAL2TONE returns the absolute musical semitone of an interval.
-
music.note2cent(N1,N2)
MUSIC.NOTE2CENT Returns the number of cents between notes.
-
music.note2freq(N)
MUSIC.NOTE2FREQ Converts a scientific pitch note to a frequency.
-
music.note2interval(N,key)
MUSIC.NOTE2INTERVAL Converts a note string to a semitone interval and octave.
-
music.note2tone(N)
MUSIC.NOTE2TONE Converts a scientific pitch note to a tone relative to C4.
-
music.tone2cent(t1,t2)
MUSIC.TONE2CENT Returns the number of cents between two semitones.
-
music.tone2freq(T)
MUSIC.TONE2FREQ converts a musical semitone to a frequency.
-
music.tone2interval(T,key)
MUSIC.TONE2INTERVAL Returns the interval and octave of notes in a key.
-
music.tone2note(T,accsym)
MUSIC.TONE2NOTE Converts a musical semitone to a character note.
-
examples.m
-
Music function examples
-
View all files
Musical Notes
by Eric Johnson
28 Jan 2010
(Updated 03 Feb 2010)
Collection of functions for working with musical notes, intervals, frequencies, and cents.
|
Watch this File
|
| File Information |
| Description |
The MUSIC package contains a collection of utility functions for converting between different musical note formats. You can convert between string notes, frequencies, intervals, and cents. |
| MATLAB release |
MATLAB 7.9 (2009b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 03 Feb 2010 |
Updated. |
|
Contact us at files@mathworks.com