Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wave-form plotting for BlepSynth #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2020

  1. DEVICES: blepsynth/plotblep.py: fix minor plotting bug

    sub_phase reset wasn't implemented properly
    
    Signed-off-by: Stefan Westerfeld <[email protected]>
    swesterfeld committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    06a5a7d View commit details
    Browse the repository at this point in the history
  2. DEVICES: blepsynth/blepsynth.cc: add oscillator shape plotting code

    The code from plotblep.py was C++ified, in order to be able to display
    Osc1/2 waveform at the UI. As there is no UI support for that yet, a
    gnuplot file will be written. The code needs to be explicitely enabled,
    as it dumps the files in the RT processor code.
    
    Signed-off-by: Stefan Westerfeld <[email protected]>
    swesterfeld committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    4bc8680 View commit details
    Browse the repository at this point in the history