You should develop on MuseScore development version, it will become
MuseScore 2.0.

There is not really a MIDI "stream" but you can find a Event list in seq.h,
line 97.
https://github.com/musescore/MuseScore/blob/master/mscore/seq.h#L112

This list contains the MIDI events for the score. See seq.cpp to see how
they are consumed.
https://github.com/musescore/MuseScore/blob/master/mscore/seq.cpp#L725

You can find some of us on IRC #musescore on freenode.net (especially
during day time in western europe)

lasconic



2013/11/7 wdngasdf <[email protected]>

> hello!
>
>       I want write a piece code to send MIDI events to a VST instrument
> when playback in MuseScore 1.3 or 2.0.  Would you please tell me where ( a
> cpp file) can get the MIDI event stream when playback?
>
> thank very much!
>
>
>
> ------------------------------------------------------------------------------
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> _______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to