c_cpp ofApp.h用于MIDI TIMECODE

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp ofApp.h用于MIDI TIMECODE相关的知识,希望对你有一定的参考价值。

class ofApp : public ofBaseApp, public ofxMidiListener{

//...

  void newMidiMessage(ofxMidiMessage& eventArgs);

  stringstream text;

  ofxMidiIn midiIn;
  ofxMidiMessage midiMessage;

  int barIndex;
  
  int tempoDenominator;
  float ticksPerBar;
  int tempoNumerator;
  int ticksPerqNote;
  int ticks32thNotePerBar;
  int ticksPer32thNote;
  int tempoTicks;
  int ticksfor32thNote;
  int num32thNotes;
  int tempoqNotes;
  int tempoBars;
  bool isPlaying;
  
//...
};

以上是关于c_cpp ofApp.h用于MIDI TIMECODE的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp Midi程序变更示例

c_cpp MIDI控制器由jardous

c_cpp LCD MIDI Monitor v2.0

c_cpp MIDI监视器(LCD)v1.0

c_cpp Dilicktal_MIDI v2_0

c_cpp Dilicktal_MIDI v1_0