Hi Everyone!
I don't know if there are many people are like me and creating faust fun
for the teensy 3.6, so I am cross posting in the slack chat and here in the
hope to collect all relevant eyeballs :)

I have a makefile that creates hex files for a blink example and that works
fine.

then i add the .h and .cpp from faust2teensy
add the audio library code to hook up the faust code (from Romain's teensy
tutorial) before the blink

once that gets to the teensy, the blink does not seem to happen.  I removed
the code for just the faust class instance and it uploads and blinks.. so
the teensy audio lib code and blink work together..
`os = library("oscillators.lib");
process = os.osc(220 * os.osc(30));`
is the faust code i am trying as an example

i had to change the faust oscillator.lib table size code from `<< 16`  to
`<< 10` to just get the size of the hex to fit.

I also got errors after changing the linker to g++ as is recommended.
removing no-rtti seemed to fix these, but makes the hex big. this is not
mentioned in Romain's tutorial, so I wonder if there is something I am
missing.

any thoughts appreciated, cheers!
Matty




::music
http://soundcloud.com/misterinterrupt
<https://mail.google.com/mail/u/0/%E2%80%8Bhttp://soundcloud.com/misterinterrupt%E2%80%8B>
http://misterinterrupt.com
::resume:
http://matthewdhowell.com
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to