help-octave
[Top][All Lists]
Advanced

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

Re: MIDI out, please


From: Kire Pudsje
Subject: Re: MIDI out, please
Date: Wed, 22 Nov 2017 22:55:43 +0100



On Wed, Nov 22, 2017 at 10:12 PM, joe valentyn <address@hidden> wrote:

MIDI isn't the GNU Octave community's first priority, but if someone has some insight & could, I personally am generating frequencies in a array/vector, & using wavwrite (soon to be audiowrite) to create a wav. It's great, but rather than beeps it would be nice to play it with a VSTi (in another, different program) simply by exporting a MIDI (((of the array))) & taking that into a sequencer that supports VSTis (basically wav-sample & synthetic instruments).

The audio generation in Octave is advanced, the next step I am here writing to request, is MIDI output to take these advanced compositions & give them the timbre they deserve, say with VSTi's or real scores (which would require nothing beyond the same: MIDI output.)


Have a look at

Furthermore, if you are on linux, using a named pipe (mkfifo) might ease streaming the midi file to the other applications. I do not know if on Windows named pipes are supported as easily as on Windows.


reply via email to

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