octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Audio playback and classes


From: Jordi Gutiérrez Hermoso
Subject: Re: Audio playback and classes
Date: Tue, 18 Jun 2013 15:15:23 -0400

On 17 June 2013 16:08, Vytautas Jancauskas <address@hidden> wrote:

> I have a question relating to octave classes. For the moment player is
> implemented as a C++ class that inherits from octave_base_value. What
> is required to convert it to proper octave class?

There are two ways. One that is implemented in default and another in
the classdef branch. The one in default is documented in the manual:

    
http://www.gnu.org/software/octave/doc/interpreter/Object-Oriented-Programming.html

There are no Octave-specific classdef docs yet, but the intent is to
implement Matlab's own classdef.

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]