Menu

Tree [dbee39] default tip /
 History

Read Only access


File Date Author Commit
 devel 2022-07-14 John Donoghue John Donoghue [2323cd] add some additional dev test functions
 doc 2022-10-13 John Donoghue John Donoghue [2206d9] * doc/mkfuncdocs.py: use latest
 inst 2022-08-21 John Donoghue John Donoghue [e257c4] * inst/midimsg.m: correctly allow (1:2) type in...
 src 2023-02-20 John Donoghue John Donoghue [dbee39] check octave_base_value for count vs m_count pr...
 .hgignore 2014-08-11 Carnë Draug Carnë Draug [e2c069] maint: add hgignore file.
 .hgtags 2022-07-20 John Donoghue John Donoghue [95f556] Added tag release-2.0.5 for changeset 888087f8926a
 COPYING 2019-12-06 John Donoghue John Donoghue [cca9bf] Add midi files
 DESCRIPTION 2022-07-20 John Donoghue John Donoghue [888087] maint: update to v2.0.5
 INDEX 2022-07-14 John Donoghue John Donoghue [12a7f4] Add midiflush function
 Makefile 2022-07-15 John Donoghue John Donoghue [d339f8] Add qt5 help
 NEWS 2022-07-20 John Donoghue John Donoghue [888087] maint: update to v2.0.5
 README.md 2022-07-17 John Donoghue John Donoghue [81a3af] * README.md: fix typo

Read Me

Introduction

The Octave Audio package provides MIDI device functions for GNU Octave

Requirements

  • Octave >= 4.0.0

  • RTMIDI library and include files

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed:

pkg list audio

  1. To install from source forge:
    pkg install -forge audio

  2. To install from a local tarball.
    pkg install audio-XXXXXXX.tar.gz
    Where XXXXXXX is the version of the the downloaded tarball.

Usage:

  1. Load the package.
    pkg load audio
    (Required each time Octave is started)

  2. Type help audio at the octave prompt to display a list of functions

Documentation

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.

Known limitations and bugs

Currently the package provides only midi functions