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

Update to latest #9

Merged
merged 4 commits into from
Jul 10, 2020
Merged

Update to latest #9

merged 4 commits into from
Jul 10, 2020

Commits on Jul 9, 2020

  1. Refactor deleteUnusedChannels in FxMixerView (#5564)

    * Refactor deleteUnusedChannels in FxMixerView
    
    * Comments + style fix
    
    Co-authored-by: Veratil <veratil@gmail.com>, formatting, suggestions on which lines to comment.
    
    Co-authored-by: Kevin Zander <veratil@gmail.com>
    
    * Update weird deleteChannel loop
    
    * Use vector instead of array
    
    Co-authored-by: Dominic Clark <mrdomclark@gmail.com>
    
    Co-authored-by: Kevin Zander <veratil@gmail.com>
    Co-authored-by: Dominic Clark <mrdomclark@gmail.com>
    3 people authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    afbf80b View commit details
    Browse the repository at this point in the history
  2. Better minimum length when resizing notes (#5512)

    * Limit note length to quantization value
    
    Draging a note to it's minimum value of 1 will add this new length to
    the note if you later choose to stretch it which will not be clearly
    visible in the Piano Roll unless you zoom in a bit. Limit the note
    length to the quantization value and use <Alt> key to override and set
    a smaller value.
    
    * Update src/gui/editors/PianoRoll.cpp
    
    Co-authored-by: Spekular <Spekular@users.noreply.github.com>
    
    * Remember min note length if shorter than quantization()
    
    * Find note length modulo quantization, pick smallest from selected notes
    
    * Comment on and improve m_minResizeLen calculation
    
    Co-authored-by: Oskar Wallgren <oskar.wallgren13@gmail.com>
    Spekular and zonkmachine authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e07c78d View commit details
    Browse the repository at this point in the history
  3. Removed the excessive margin in instruments' GUI (#5129) (#5171)

    * Removed the excessive margin in instruments' GUI (#5129)
    
    * Reduced the font size for "master pitch" label.
    * Reduced the layout spacing for MIDI Input and MIDI Output groups
    * Shortened labels, so that the LcdSpinBoxes are spaced evenly
    
    * Added translator's comments
    
    * Whitespace fix
    artur-twardowski authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9895472 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Fix garbage in exported audio caused by resampling (#5552)

    This makes AudioDevice::resample return the actual number of generated samples.
    thmueller64 authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    4b4f117 View commit details
    Browse the repository at this point in the history