Re: [Faudiostream-users] Incorrect argument order with recursive composition and named parameters

2016-05-27 Thread Mykle Hansen
All three of those examples compile and open for me, and behave similarly, using FaustLive on Mac OS. What platform are you on, and what’s your compile path? -mykle- > On May 26, 2016, at 11:20 PM, jimbo1qaz wrote: > > Does anyone have any insights into this type of buggy

[Faudiostream-users] BDNF

2016-06-26 Thread Mykle Hansen
Hi, I have a question: A lot of Faust documentation explains that the compiler reduces programs to Block Diagram Normal Format (BDNF). But if there's an official grammar or other definition for BDNF somewhere, I can’t find it. Can anybody point me to that? Thanks, -mykle-

[Faudiostream-users] documentation for Faust MIDI support?

2016-05-23 Thread Mykle Hansen
Hello, can I ask some advice? I’m trying to work out how to get MIDI controller information into Faust — specifically FaustLive at the moment. I know that there’s automatic support for converting MIDI note messages into the ‘gate’ ‘gain’ and ‘freq’ UI elements . But I’m trying to map MIDI

[Faudiostream-users] Onset/beat detection for Faust?

2016-07-18 Thread Mykle Hansen
Hi, The richness of the Stanford STK ported to Faust is such that I've gotten used to assuming any signal processing tool I could want is in there ... But I'm hunting around for some tempo/beat detection algorithm, and not finding it in the standard libraries. Am i missing something? I might

[Faudiostream-users] Onset/beat/tempo detection in Faust?

2016-07-18 Thread Mykle Hansen
Hi, The richness of the Stanford STK ported to Faust is such that I've gotten used to assuming any signal processing tool I could want is in there ... But I'm hunting around for some tempo/beat detection algorithm, and not finding it in the standard libraries. Am i missing something? I might

Re: [Faudiostream-users] Faustlive says "Impossible to init CoreAudio Client" ?

2016-11-01 Thread Mykle Hansen
>> Le 19 oct. 2016 à 20:18, Mykle Hansen <my...@mykle.com >> <mailto:my...@mykle.com>> a écrit : >> >> Hi, >> >> About a year ago, it seemed that the only way to get FaustLive working on >> OS X 10.11 was via macports. Is that still the

[Faudiostream-users] FaustLive and MIDI in OS X?

2017-11-24 Thread Mykle Hansen
Hi, Does FaustLive support MIDI in OS X these days? I know the docs say that it does, but does anybody here have it working? I’m trying to step through the tutorials, using FaustLive 2.46 with CoreAudio on OS X 10.11.6 . I’ve told FaustLive to enable MIDI, but I don’t see its virtual MIDI

Re: [Faudiostream-users] Faudiostream-users Digest, Vol 83, Issue 8

2017-10-25 Thread Mykle Hansen
> On Oct 23, 2017, at 1:04 AM, faudiostream-users-requ...@lists.sourceforge.net > wrote: > > From: Yann Orlarey > Subject: [Faudiostream-users] Online Faust Editor > > We have published a new online Faust Editor at http://faust.grame.fr/editor. > > It is still

[Faudiostream-users] link to a program in the online editor?

2018-02-08 Thread Mykle Hansen
Hi, Question about the online Faust editor: is it possible to craft a link to the editor that also contains the Faust code you’d like to see there? So that I could mail someone the link & when it opened in a browser, my code would be present in the editor? (I’m trying to show off a program I

Re: [Faudiostream-users] link to a program in the online editor?

2018-02-10 Thread Mykle Hansen
> On Feb 9, 2018, at 8:20 PM, Yann Orlarey wrote: > > A more evolved version allowing to control the other parameters of the editor > (warning: midi support only in chrome) > >

Re: [Faudiostream-users] compiler hangs on this program?

2018-02-23 Thread Mykle Hansen
> On Feb 22, 2018, at 10:23 AM, Oleg Nesterov <o...@redhat.com> wrote: > > On 02/22, Mykle Hansen wrote: >> >> My latest problem: my Faust program seems to hang the compiler, >> locking up one CPU on my system until I terminate it. > ... > >> betano

[Faudiostream-users] strange selectn() behavior

2018-02-28 Thread Mykle Hansen
faudiostream-users-requ...@lists.sourceforge.net > > You can reach the person managing the list at > faudiostream-users-ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Faudiostream-users di

[Faudiostream-users] Fwd: strange selectn() behavior

2018-02-28 Thread Mykle Hansen
My apologies … seems like I didn't have the latest FaustLive installed. I downloaded version 2.46 and ran it directly, and the behavior is different. Sorry for the confusion. -m- > Begin forwarded message: > > From: Mykle Hansen <my...@mykle.com> > Subject: strange selectn

Re: [Faudiostream-users] strange selectn() behavior

2018-03-01 Thread Mykle Hansen
on’t understand the intricacies … but they can’t all be right, can they? Yrs befuddledly, -mykle- > > - Julius > > On Wed, Feb 28, 2018 at 10:07 AM, Mykle Hansen <my...@mykle.com> wrote: >> Hi, >> >> I’m looking closer at this strange behavior of ba.selectn().

Re: [Faudiostream-users] normalizing sound generator levels

2018-03-13 Thread Mykle Hansen
* 12.5; // Equalizes loudness to that of > no.noise (thanks Mykle Hansen) - beware clipping! > > gnoisem = gnoise * 0.625; // Equalizes loudness to that of no.noise > (thanks Mykle Hansen) > > where the "m" suffix means "matched loudness" or something l

Re: [Faudiostream-users] error: invalid operands to binary expression ('float' and 'float')

2019-01-01 Thread Mykle Hansen
Thanks Julius, I see what you mean. It's just a bit tricky to do, because this code is generated by the Faust compiler as part of the faust2caqt script. It’s pretty awkward to fix the source code and restart the script halfway through, tho I suppose it’s possible. I wonder if this is an issue

Re: [Faudiostream-users] Faust dropping short MIDI notes?

2019-01-30 Thread Mykle Hansen
e-check my syntax? -m- —— declare author "Mykle Hansen"; declare name "short Midi note example"; declare options "[midi:on]"; import ("stdfaust.lib"); //on = button("[midi:key 112]on"); on = button("[midi:key 112][midi:clock]on