Sorry to hear you had a bad experience adjusting the sample rate. Could you
take that issue to the JUCE forum? I'm sorry I can't give you a satisfying
answer here, but I can tell you that we care for users' feedback.  If you
browse through the forum (juce.com/forum) you will see that we fix issues
quickly.

Please let us know if there's anything that you feel needs fixing!

On Wed, Sep 2, 2015 at 9:48 PM, robert bristow-johnson <
r...@audioimagination.com> wrote:

> On 9/2/15 7:13 AM, Jean-Baptiste Thiebaut wrote:
>
>> I'd recommend JUCE (juce.com <http://juce.com>). There's already support
>> for iOS and Android, and it's about to get better. And it's all cross
>> platform C++, so you can do real-time applications.
>>
>> (full disclosure: I'm the product manager for JUCE)
>>
>
> really?
>
> i've corresponded with Jules about this multiple times back in 2013 when i
> was working on a project using JUCE: why doesn't JUCE include "sampleRate"
> (probably a float) in AudioSampleBuffer??  it's really dumb not to.
>
> i really hate having to pass a sample rate along with a reference to an
> AudioSampleBuffer to processing routines.  i've even seen code where
> 44100.0 was hardwired in it.  all this is just inexcusable.
>
> although less salient, i would also include a "zeroPad" member parameter
> (and a member processes that can change it).
>
> i also really hate having to either manually zero pad an AudioSampleBuffer
> myself or having to write special code to deal with frames that are on the
> edge.  either the first one or two frames and/or the final one or two
> frames.
>
> it can all be done backward compatible with the existing AudioSampleBuffer.
>
> --
>
> r b-j                  r...@audioimagination.com
>
> "Imagination is more important than knowledge."
>
>
>
> _______________________________________________
> dupswapdrop: music-dsp mailing list
> music-dsp@music.columbia.edu
> https://lists.columbia.edu/mailman/listinfo/music-dsp
>
_______________________________________________
dupswapdrop: music-dsp mailing list
music-dsp@music.columbia.edu
https://lists.columbia.edu/mailman/listinfo/music-dsp

Reply via email to