Reinhard Jordan

Results 9 comments of Reinhard Jordan

Oh, yes, You´re right, I simply seem to have missed this step. I started from scratch taking a closer look but now I´m stuck here: .../of_v20200429_osx_release/addons/ofxOfelia/libs/ofxLua/src/bindings/glmBindings.cpp:2733:10: fatal error: 'glm/gtc/functions.hpp' file...

Thank You very much, that did the trick, now it compiles fine. But when opening the page, both Chrome and Firefox stuck „downloading...“ - do I first have to start...

Yes, did that, chrome gives no output in console. Maybe I just haven’t been patient enough, will try once more, when I‘ at home.

Back again: Firefox Console gave this: ![FF1](https://user-images.githubusercontent.com/2316607/80837841-e85fd900-8bf7-11ea-90bf-64ef26256ed6.png) So I just copied favicon.ico from emsdk/node/12.9.1_64bit/lib/node_modules/npm/html into EmscriptenExample/bin to get it run, then it gave me ![FF2](https://user-images.githubusercontent.com/2316607/80837930-16451d80-8bf8-11ea-87a3-a778d41f2f76.png) At this stage Chormes Consol...

cannot confirm this, on OSX 11.1 it works (the only crash I can produce is when the window isn´t created...)

Seems related to #23, it's the virual ports not working - I found the solution for MobMoPlatLink for virtualSources like that: midi = [[PGMidi alloc] init]; _**midi.delegate = self; //...

Replacing zoomToRect:CGRectMake with setContentOffset:CGPointMake workedd for me...

in MMPVIewController line 1702 replacing [_scrollView zoomToRect:CGRectMake(pageIndex * _scrollView.frame.size.width, 0, _scrollView.frame.size.width, _scrollView.frame.size.height) animated:YES]; with [_scrollView setContentOffset:CGPointMake(pageIndex * _scrollView.frame.size.width, 0) animated:YES]; should do the trick, I think.

I guess GUI objects are a good place to start, but as a user at least I would expect to be able to receive from [send] or send to [receive]...