Osc/tri with active inlet


#1

I added active inlets to several oscillators in my patch; it works well for all osc, except osc/tri (factory) - error:

! C:\Users\xyz\DOCUME~1\axoloti/build/xpatch.h.gch
C:\Users\xyz\DOCUME~1\axoloti/build/xpatch.cpp:1:72: fatal error: C:/Users/Stracke/Documents/axoloti/objects/objects/bltable.h: No such file or directory
#include "C:/Users/xyz/Documents/axoloti/objects/objects/bltable.h"

Everything is the same as for the other osc, why doesnt it work?


#2

This specific oscillator depends on an included file named "bltable.h". Copying the object does not copy the included file. Copying the included file to the same directory as your object would work but cause ambiguity over which include file will be used, irrelevant if they're identical but a serious concern if one changes in the future.
Sorry, no golden solution for now.


#3

Thanks. I copied it in the home directory. Thus a change in the community would not cause any problems.