File | Date | Author | Commit |
---|---|---|---|
devel | 2022-07-14 |
![]() |
[2323cd] add some additional dev test functions |
doc | 2022-10-13 |
![]() |
[2206d9] * doc/mkfuncdocs.py: use latest |
inst | 2022-08-21 |
![]() |
[e257c4] * inst/midimsg.m: correctly allow (1:2) type in... |
src | 2023-02-20 |
![]() |
[dbee39] check octave_base_value for count vs m_count pr... |
.hgignore | 2014-08-11 |
![]() |
[e2c069] maint: add hgignore file. |
.hgtags | 2022-07-20 |
![]() |
[95f556] Added tag release-2.0.5 for changeset 888087f8926a |
COPYING | 2019-12-06 |
![]() |
[cca9bf] Add midi files |
DESCRIPTION | 2022-07-20 |
![]() |
[888087] maint: update to v2.0.5 |
INDEX | 2022-07-14 |
![]() |
[12a7f4] Add midiflush function |
Makefile | 2022-07-15 |
![]() |
[d339f8] Add qt5 help |
NEWS | 2022-07-20 |
![]() |
[888087] maint: update to v2.0.5 |
README.md | 2022-07-17 |
![]() |
[81a3af] * README.md: fix typo |
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:
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 forge for function documentation.
See the online manual for octave-audio on octave forge for complete documentation.
Read the Octave Octave audio package wiki for install tips and examples.
Currently the package provides only midi functions