Git Product home page Git Product logo

Comments (4)

nomadbyte avatar nomadbyte commented on September 13, 2024

Nice catch, thanks!

From the usage in the hammondchorus context, it looks like the phase is never being referenced beyond phase[TAPS-1] (by definition of [a-f,z]tap indexes, which are limited to 8 = TAPS-1). Not sure if the intended behavior was fully implemented.

Meanwhile and given the scope, it would make sense to limit this loop to < TAPS for proper bounds. Maybe some other usage for the phase[TAPS] memory would pop in the debugger.

Did you notice any audible distortions in the current chorus rendering for Hammond? So we could rely on some test case for this.

from bristol-fixes.

nomadbyte avatar nomadbyte commented on September 13, 2024

Tested the output with < TAPS applied: There's a noticeable difference in fullness of the vibrato-chorus -- sound is "thinner". So, indeed, the phase[TAPS] is being incorporated into the resulting sound somehow. This fix does not do it right.

Tried to apply the alternative fix -- expanded the tapfilt and tapgain arrays to TAPS+1. Seems to produce the same output sound as from the original vibrato-chorus. I guess, will settle on this fix. This should clear the compiler warning too.

from bristol-fixes.

jpcima avatar jpcima commented on September 13, 2024

Sorry that I haven't answered earlier, simply I didn't get opportunity to test bristol on its own and had other tasks.
I did only some source-level work but not tested anything at all.
I was still stuck at a vast number of bristol linking issues, but I could provide a PR of these later.

from bristol-fixes.

nomadbyte avatar nomadbyte commented on September 13, 2024

Fixed in 871831a

Bristol-Bug: 96

from bristol-fixes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.