Skip to content

pullrequests Search Results · repo:DBraun/DawDreamer language:C++

Filter by

52 results
 (125 ms)

52 results

inDBraun/DawDreamer (press backspace or delete to remove)

- Add get_parameter_range(index: int, search_steps: int = 1000, convert: bool = True) for Plugin Processor. (closes #206 ) - Use libfaust 2.74.6. - Add .opt_level property for LLVM optimization ...
  • DBraun
  • Opened 
    on Sep 6, 2024
  • #208

Bumps actions/download-artifact from 2 to 4.1.7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/download-artifact/releases actions/download-artifact s releases ...
dependencies
github_actions
  • dependabot[bot]
  • 1
  • Opened 
    on Sep 3, 2024
  • #207

misspelled variable
  • imilas
  • 1
  • Opened 
    on May 7, 2024
  • #201

  • sainttttt
  • Opened 
    on Nov 18, 2023
  • #183

(minor) Breaking change: - boxFromDSP now returns just a box, not a tuple of (box, inputs, outputs) - getBoxType has been removed. Improvements: - Update libfaust to 2.69.3. - PyPI builds for ...
  • DBraun
  • Opened 
    on Nov 17, 2023
  • #182

This should address https://github.com/DBraun/DawDreamer/issues/178. PluginProcessor s reset implementation no longer calls processBlock. Now each call to render results in one extra call to processBlock, ...
  • DBraun
  • Opened 
    on Sep 26, 2023
  • #179

Same as https://github.com/DBraun/DawDreamer/pull/175 but keeping JUCE 7.0.5 instead of updating to 7.0.7
  • DBraun
  • 1
  • Opened 
    on Sep 17, 2023
  • #177

Bug fixes: - In between renders, a plugin processor is now better told to turn off all MIDI notes. This is helpful if a render ends before a Note Off event. - RenderEngine.cpp has fixed an issue ...
  • DBraun
  • Opened 
    on Sep 17, 2023
  • #176

Bug fixes: - In between renders, a plugin processor is now better told to turn off all MIDI notes. This is helpful if a render ends before a Note Off event. Other updates: - JUCE has been updated ...
  • DBraun
  • 1
  • Opened 
    on Sep 16, 2023
  • #175

Main contribution here is being able to load XML type files to a synth (in this case the Tal-Uno VST) and play a sound. I duplicated the main.py code as you requested and made a few minor tweaks to allow ...
  • malekinho8
  • 1
  • Opened 
    on Jun 4, 2023
  • #170