Ooh, this is a good thing to check out.. I will confirm that I am using the
master-dev branch.
it looks like I am making hex files that are aprox. 9% of the available
space, but that's with the table size made much much smaller.
I'll see if I can make it work, thank you for your reply :)

::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


On Wed, Jun 26, 2019 at 1:17 AM Stéphane Letz <l...@grame.fr> wrote:

> As some point we stated to add MIDI support in the teensy architecture,
> but this was producing too big hex files. We’ll have to rework that.
>
> This MIDI code is now wrapped with a conditional #if MIDICTRL that is OFF
> by default (on master-dev branch)
>
> So have you tried the latest master-dev branch?
>
> Stéphane
>
>
> > Le 25 juin 2019 à 21:39, interrupt <misterinterr...@gmail.com> a écrit :
> >
> > 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
> > http://misterinterrupt.com
> > ::resume:
> > http://matthewdhowell.com
> > _______________________________________________
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to