Package: octave-audio / 2.0.9-3

Metadata

Package Version Patches format
octave-audio 2.0.9-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
midi device devinfo xtest.patch | (download)

inst/midicallback.m | 2 1 + 1 - 0 !
inst/midicontrols.m | 2 1 + 1 - 0 !
inst/mididevice.m | 2 1 + 1 - 0 !
inst/mididevinfo.m | 2 1 + 1 - 0 !
inst/midiflush.m | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 mark some unit tests as xtest
 The unit tests in functions mididevice, mididevinfo, midicontrols,
 midiflush, and midicallback fail because the MIDI device /dev/snd/seq
 has access restricted to the audio group in Debian.  This tests are
 then transformed from %!test into %!xtest.