Ok that seems to have added a device! I’m still seemingly not getting any output from it though…
I tried to use it with Dexed, and also just with Ableton, but I don’t seem to see any MIDI information being sent. Not sure if I need to do more routing or something?
I’ve only tested with Sunvox, Enfer and Yoshimi. But it should work with Ableton, tho I don’t think I can guide you through setting up Midi i/o with Ableton myself.
1 Like
Maybe I chose the wrong place for such a question, but this is the only place where this program is discussed.
I get an error while compiling the program.
noton.c:102: warning: ignoring «#pragma mark » [-Wunknown-pragmas]
102 | #pragma mark - Helpers
|
noton.c:132: warning: ignoring «#pragma mark » [-Wunknown-pragmas]
132 | #pragma mark - Midi
|
noton.c:154: warning: ignoring «#pragma mark » [-Wunknown-pragmas]
154 | #pragma mark - Generics
|
noton.c: In function «bang»:
noton.c:218:28: warning: the comparison will always evaluate as «true» for the address of «gates» will never be NULL [-Waddress]
218 | if(¬on.gates[g->outputs[i]->b])
| ^
noton.c:60:14: comment: «gates» announced here
60 | Gate gates[GATEMAX];
| ^~~~~
noton.c: At the top level:
noton.c:239: warning: ignoring «#pragma mark » [-Wunknown-pragmas]
239 | #pragma mark - Options
|
noton.c:380: warning: ignoring «#pragma mark » [-Wunknown-pragmas]
380 | #pragma mark - Draw
|
noton.c:595: warning: ignoring «#pragma mark » [-Wunknown-pragmas]
595 | #pragma mark - Triggers
|
/usr/bin/ld: /tmp/ccWpoA45.o: undefined symbol reference «Pt_Time»
/usr/bin/ld: /usr/lib/libporttime.so.1: character append error: no DSO specified on command line
collect2: error: ld exited with return code 1
Has anyone had a similar problem?