Julius Smith

Results 53 comments of Julius Smith

This would be nice. Other unused parameters I am routinely warned about include the following (culled from a JackTrip compile just now): 'amax' [-Wunused-parameter]: virtual void getMappingValues(double& amin, double& amid,...

This is an interesting problem. I would try Wolfram Alpha for such simplifications, and after that, Mathematica or Maxima. My experience (mostly with Maxima and Macsyma before that) has been...

I like this idea. However, I would integrate it into the normal faust2firefox output without adding a -doc option: For language primitives, the link could go to a tag in...

In case it's useful, here is the test program I wrote for the existing alias-suppressed sawtooth oscillators and their derivatives: ``` // bandlimited sawtooth tests ol = library("oscillators.lib"); ba =...

Here is an example together with the spectrum from Octave (it's GIF but GitHub is complaining about it - will try again if it's no good): ``` amp = 1;...

Perfect, thanks I know this sounds lame, but after 5 minutes trying I cannot figure out how to download the files for comparing in Emacs. What is the preferred method...

Ok thanks - this worked: git clone https://github.com/magnetophon/faustlibraries faustlibraries-bart On Sun, Apr 1, 2018 at 3:43 PM, Bart Brouns wrote: > You can either do > > https://github.com/magnetophon/faustlibraries/ > >...

Today I looked closely at Bart's basics.lib and everything looks great. It was useful to learn about the inputs(b) primitive giving the number of signals in b. - Julius On...

The only disappointment I noted was use of GPL instead of MIT or the like, since I avoid use of GPL code in my consulting work. - Julius On Mon,...

If I understand correctly, rmsMaxSize sets the maximum number of samples in the sliding rectangular window, and the issue is simply where to put it. I think it should be...