The Octave Audio package provides MIDI device functions for GNU Octave
-
Octave >= 4.0.0
-
RTMIDI library and include files
To install, run the octave package manager:
-
If running Windows, the package may already be installed:
pkg list audio
-
To install from source forge: pkg install -forge audio
-
To install from a local tarball. pkg install audio-XXXXXXX.tar.gz Where XXXXXXX is the version of the the downloaded tarball.
-
Load the package. pkg load audio (Required each time Octave is started)
-
Type help audio at the octave prompt to display a list of functions
See the function list for octave-audio on octave github for function documentation.
See the online manual for octave-audio on octave github for complete documentation.
Read the Octave Octave audio package wiki for install tips and examples.