Coder Social home page Coder Social logo

weirddrums's People

Contributors

dfilaretti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

weirddrums's Issues

Debug performance issues

Single instance spikes 80% CPU.
With 2 instances it starts crackling like crazy.

Maybe the "clicks" heard before are also due to this?

Customize UI

  • [DONE] watch/read learning material
  • [DONE] revert to previous "non-projucer" GUI
  • [DONE] check all params are hooked etc.
  • [DONE] add labels
  • custom L&F

Global volume

Probably not needed if the synth remains a single osc synth?

Remove weird scaling factors for mod LFO and envs

Things like this:

		auto pitchLfoFactor = 0.01; // TODO: remove eventually!!!
		pitchLfo.prepare({ spec.sampleRate * pitchLfoFactor, spec.maximumBlockSize, spec.numChannels });

and this

		auto pitchEnvFactor = 0.01; // TODO: remove this one after sample rate fixed
		auto pitchEnvDecay = pitchEnvRate * pitchEnvFactor;

should eventually go!

Integrate FAUST generated code into JUCE plugin

Several choices here.
See https://faust.grame.fr/doc/tutorials/index.html but also https://github.com/creativeintent/temper

Current issues

OSC section LFO

NB: in Mictoronic this is alternative to the pitch env. Instead, we allow both :)

Structure for parallel processing

In order to be able to add the NOISE and MASTER section, we first need to figure out how to run processors in parallel (OSC and NOISE).

Once the basic structure is in place, it will be easier to fill that in with the required components.

ADSR not working properly when sustain is 0

Something weird going on there. Seems like notes are "missing".
It vanishes as soon as sustain is set to something nonzero.

Seems to be related with the Maximilian library (i.e. observed same problem in other's code)

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.