Git Product home page Git Product logo

Comments (2)

Kautenja avatar Kautenja commented on August 22, 2024

I believe the reason the performance is trash may have to due with how the frequency scale has been changed. To fix the emulator to work at different sample rates, changes were made to the timetable generation code. Changing the onSampleRateChange function to mimic the old behavior seems to bring the performance back down, but obviously breaks the module's ability to produce the correct signals.

Another reason the performance explodes in polyphonic mode is that this implementation uses 16x emulations vs the CV2612 that only allows 6-channel polyphonic input using the 6 voices on the chip.

from potatochips.

Kautenja avatar Kautenja commented on August 22, 2024

Resolved as of 1.8.0. YM2612 emulator was rewritten to remove a ton of bloat related to the old emulation context (Sega MasterSystem/MegaDrive emulators). The 6 voices were replaced with a single voice in favor of VCV polyphony since the 6 voices were just naively summed and clipped using finite point maths (6 voice functionality achievable by placing 6 modules on the rack).

from potatochips.

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.