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

Master #11

Merged
merged 24 commits into from
Aug 7, 2019
Merged

Master #11

merged 24 commits into from
Aug 7, 2019

Commits on Jun 15, 2019

  1. Increase Mixer fader falloff speed

    This also fixes a display bug that is present with large fader falloff speeds.
    LostRobotMusic authored Jun 15, 2019
    Configuration menu
    Copy the full SHA
    499d425 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Merge pull request #5038 from DouglasDGI/better-fx-mixer

    Increase Mixer fader falloff speed
    LostRobotMusic authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    2547098 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Add .editorconfig

    This file tells the github online editor to use tabs of width 4 instead
    of 8. Open
    [this](https://github.com/JohannesLorenz/github_test/blob/master/test.cpp)
    test file in your browser to see how it works (the width is 5 in the
    example).
    
    Actually, it also tells many other editors...
    JohannesLorenz committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    a0c2a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7834e10 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. MDI Subwindow Decoration for VeSTige instruments closes #2824 (#2826)

    * MDI Subwindow Decoration for VeSTige instruments closes #2824
    
    * revert changes
    
    * change QMdiSubWindow to our SubWindow in Vestige
    BaraMGB authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    68cb917 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Drop sample on sampletracks (#5043)

    * implements drag and drop samples to sampletracks
    
    * clean up / take care of timeLineWidget heigth in songeditor
    
    * unused memeber removed
    
    * clean up
    
    * Update include/TrackContainerView.h
    
    Co-Authored-By: Spekular <Spekular@users.noreply.github.com>
    
    * Update src/gui/TrackContainerView.cpp
    
    Co-Authored-By: Spekular <Spekular@users.noreply.github.com>
    
    * Update src/gui/TrackContainerView.cpp
    
    Co-Authored-By: Spekular <Spekular@users.noreply.github.com>
    
    * Update src/gui/editors/SongEditor.cpp
    
    Co-Authored-By: Spekular <Spekular@users.noreply.github.com>
    
    * load AFP if we don't drop on a sample track
    
    * take care of timeLineWidget size changes
    
    * clean up
    
    * consolidate some code
    
    * requested changes by code review
    
    * move logic to SampleTrackView
    
    * clean up
    
    * clean up
    
    * clean up
    BaraMGB authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    d766b87 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    59e186d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    f5db880 View commit details
    Browse the repository at this point in the history
  2. Instrument view: Add missing size hints

    Those are needed for the case when an instrument is being resized
    manually.
    JohannesLorenz committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    3585b14 View commit details
    Browse the repository at this point in the history
  3. TabWidget: Add missing size hints

    This is mostly for completeness, it does not fix any known issues.
    JohannesLorenz committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    a4b801f View commit details
    Browse the repository at this point in the history
  4. EffectControlDialog: Use 'Preferred' size policy

    This does not have any effect, as the surrounding MDI sub window always
    uses the minimumSizHint. It's just preparation.
    JohannesLorenz committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    4f3ed9f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    a4df7a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    aa8f936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c2c70 View commit details
    Browse the repository at this point in the history
  3. New Spectrum Analyzer (#4950)

    Replace old spectrum analyzer by new one with higher resolution and
    many new features.
    
    Resolves #2847.
    he29-net authored and JohannesLorenz committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c3b4d51 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    0ed7581 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5083 from freshstudio/fix/context-menu-channel-re…

    …name
    
    Fixed renaming mixer channel from the context menu
    LostRobotMusic authored Jul 20, 2019
    Configuration menu
    Copy the full SHA
    d949770 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    ba6a86d View commit details
    Browse the repository at this point in the history
  2. Fixes #5061: Fix Effect Rack View in Instrument

    The EffectRackView in an InstrumentTrackWindow had some parts hidden when
    loading files with >= 4 effects. This was now fixed by force-resizing the
    EffectRackView to its desired size.
    
    It's a dirty fix, but good enough, plus many Instrument UIs might get
    rewritten to be resizable in the future.
    JohannesLorenz committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    6e7c4a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a966d25 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    7492e53 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Enhanced snapping in song editor (#4973)

    * New default behavior: Preserves offsets when moving clips, resizes in fixed increments.
    
    * Adds shift + drag: Snaps move start position (like current behavior) or end position (new),
    based on which is closest to the real position. When moving a selection,
    the grabbed clip snaps into position and the rest move relative to it.
    
    * Adds alt + drag: Allows fine adjustment of a clip's position or size,
    as an alternative to ctrl + drag.
    
    * Adds a Q dropdown in the song editor to allow finer or coarser snapping (8 bars to 1/16th bar)
    
    * Adds a proportional snap toggle. When enabled, snapping size/Q adjusts based on zoom,
    and a label appears showing the current snap size. This is disabled by default.
    Spekular authored and PhysSong committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    1c715bc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Use mean based logic for controlling loop points. (#4034)

    * Use median based logic for controlling loop points.
    
    * Limit controlling loop points to right mouse button.
    Sawuare authored Jul 29, 2019
    Configuration menu
    Copy the full SHA
    e206798 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Create FUNDING.yml (#5057)

    trebmuh authored and PhysSong committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    db200fb View commit details
    Browse the repository at this point in the history