brucelane / Cinder-MIDI2

Alternative approach to interfacing RtMidi lib in Cinder
21 stars 10 forks source link

xcode sample, issue with RendererGL #7

Closed lhilbert closed 7 years ago

lhilbert commented 9 years ago

Had to comment out

include "cinder/app/RendererGl.h"

in sampleApp.cpp for the xcode sample to compile. (with cinder_0.8.6_mac)

After that it compiles and seems to run fine.

MartinBspheroid commented 8 years ago

Sorry for totally late reply... but yeah :+1: I was not using this or maintained this repo for quite while, so users were pretty much on their own. As I'm in need for midi controls in upcoming projects, I'm going to fix it

felixfaire commented 7 years ago

Xcode sample works now