Patrick1992
Member
Hi, another basic question I'm afraid on my Teensy journey (running headfirst into brick wall after brick wall)
I have a simple effect which is using the delay object in the design tool. If i wanted to use a different delay that someone else had made for example, is it just a case of putting the .cpp and .h files into my Arduino library folder, using #include, then replacing all mention of 'delay1' in the code with the name of the alternative delay object? I can't seem to get this working so i'm obviously misunderstanding something basic.
Also, i notice on the forum people post screen shots of their design tool GUI which have objects that aren't in the standard library. How are they uploading these into the GUI? Or is there another version of the GUI i can't find?
Many thanks
I have a simple effect which is using the delay object in the design tool. If i wanted to use a different delay that someone else had made for example, is it just a case of putting the .cpp and .h files into my Arduino library folder, using #include, then replacing all mention of 'delay1' in the code with the name of the alternative delay object? I can't seem to get this working so i'm obviously misunderstanding something basic.
Also, i notice on the forum people post screen shots of their design tool GUI which have objects that aren't in the standard library. How are they uploading these into the GUI? Or is there another version of the GUI i can't find?
Many thanks