Am Sun, 26 May 2013 15:26:46 +0200
schrieb Stéphane Letz <l...@free.fr>:

> >>   void metadatamydsp(MetaGlue* m) { 
> >>   -        m->declare(m->mInterface, "version", "0.1");
> >>       m->declare(m->mInterface, "name", "Dattoro notch filter and resonator
> >>   (Regalia)");
> >>   -        m->declare(m->mInterface, "filter.lib/name", "Faust Filter
> >>   Library");
> >>   -        m->declare(m->mInterface, "filter.lib/license", "STK-4.3");
> >>   -        m->declare(m->mInterface, "filter.lib/reference",
> >>   "https://ccrma.stanford.edu/~jos/filters/";); m->declare(m->mInterface,
> >>   "license", "MIT");
> >>   +        m->declare(m->mInterface, "copyright", "(c)Marc Joliet 2013");
> >>   +        m->declare(m->mInterface, "version", "0.1");
> >>   +        m->declare(m->mInterface, "filter.lib/reference",
> >>   "https://ccrma.stanford.edu/~jos/filters/";); m->declare(m->mInterface,
> >>   "math.lib/name", "Math Library"); m->declare(m->mInterface,
> >>   "math.lib/author", "GRAME"); m->declare(m->mInterface,
> >>   "math.lib/copyright", "GRAME"); m->declare(m->mInterface,
> >>   "math.lib/version", "1.0"); @@ -100,13 +99,14 @@
> >>       m->declare(m->mInterface, "music.lib/author", "GRAME");
> >>       m->declare(m->mInterface, "music.lib/copyright", "GRAME");
> >>       m->declare(m->mInterface, "music.lib/version", "1.0");
> >>       m->declare(m->mInterface, "music.lib/license", "LGPL with 
> >> exception");
> >>   -        m->declare(m->mInterface, "copyright", "(c)Marc Joliet 2013");
> >>   -        m->declare(m->mInterface, "filter.lib/author", "Julius O. Smith
> >>   (jos at ccrma.stanford.edu)");
> >>   -        m->declare(m->mInterface, "filter.lib/copyright", "Julius O. 
> >> Smith
> >>   III"); m->declare(m->mInterface, "filter.lib/version", "1.29");
> >>   +        m->declare(m->mInterface, "filter.lib/license", "STK-4.3");
> >>       m->declare(m->mInterface, "author", "Marc Joliet");
> >>   +        m->declare(m->mInterface, "filter.lib/name", "Faust Filter
> >>   Library");
> >>   +        m->declare(m->mInterface, "filter.lib/author", "Julius O. Smith
> >>   (jos at ccrma.stanford.edu)");
> >>   +        m->declare(m->mInterface, "filter.lib/copyright", "Julius O. 
> >> Smith
> >>   III"); }
> >> 
> >>   int getSampleRatemydsp(mydsp* dsp) { return dsp->fSamplingFreq; }
> >> 
> >> I don't understand why that happens when using libfaust but not faust, 
> >> since
> >> faust merely calls compile_faust_internal() :-/ .
> > 
> > 
> > Hum.. interesting! I'll have a look.
> >> 
> 
> Should be now fixed in GIT.
> 
> Stéphane

Thanks, it works now.

-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to