danomatika / ofxMidi

(maintained) Midi addon for openFrameworks
Other
262 stars 72 forks source link

Readme: ofxConstants.h or ofxMidiConstants.h? #77

Closed okyeron closed 3 years ago

okyeron commented 3 years ago

Last line of Readme.md - is this an error?

#include "ofxConstants.h"

Using this I get a compile error looking for rtmidi.h

changing to ofxMidiConstants.h and I can compile OK.

danomatika commented 3 years ago

Yes, it's the wrong file include.

danomatika commented 3 years ago

Fixed via fd1794f0949fa94cb8817a6ace6b2bbcad4e4387.