Re: state of development

David O'Toole <[email protected]> 12 Sep 2002 21:32:42 -0400
Newsgroups gmane.comp.gnu.octal.devel
Message-ID <[email protected]>
> I'm curious what the current status is; is it still in design or has 
> implementation started?
> 
> Any rough estimates when something will be available for testing?

The implementation has done this so far:

* a working audio engine with some very basic plugins (square wave,
delay)
* header files / specifications for plugin API
* the signal routing and plugin control GUI (but no sequencer yet)

All of these were working alpha versions. Two major developments are
about to hit the codebase: the new MIDI-like sequencing model and the
use of Objective-C. The latter should speed things up considerably. The
primary reason things got slow is that I was a full-time graduate
student and TA----not only did I have less time, but after working with
elegant languages like Smalltalk and Standard ML I began to find
object-oriented C somewhat distasteful :-). I was tired of using "class"
and "object" as design patterns :-).  

The webpage has been updated, things are moving.