Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sdatkinson/NeuralAmpModelerPlugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.11
Choose a base ref
...
head repository: sdatkinson/NeuralAmpModelerPlugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.12
Choose a head ref
  • 19 commits
  • 26 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    107dfde View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Display model sample rate on settings page (#522)

    * IContainerBaseWithNamedChildren
    
    * ToneStack BasicNamToneStack: Mark SetParam as override
    
    * ModelInfoControl
    
    * Click through model info to close settings page
    
    * Close button
    
    * Tidy up layout
    sdatkinson authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8c60c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3f788b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fddc564 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fe7cc2 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Rough edges
    sdatkinson authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4bb1372 View commit details
    Browse the repository at this point in the history
  7. Update bug_report.md

    sdatkinson authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ed16c0b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

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

Commits on Nov 17, 2024

  1. [FEATURE] Input level calibration (#525)

    * Rearrange about info
    
    * Define parameters for input calibration
    
    * No click through ModelInfoControl--just use the 'close' button in the corner
    
    * Settings control: Clean up OnAttached() and set rect for background immediately
    
    * Input calibration controls
    
    * Input calibration controls
    
    * Input calibration
    * Disable both the switch and knob when model doesn't have input calibration metadata
    * Display I/O calibration levels in model info
    * Add tooltip to input calibraiton knob.
    * Don't disable mouse events when input calibraiton controls are disabled.
    
    * Set disable state correctly on UI open for input calibration controls
    
    * Input level as text control, still needs cleaning up
    
    * Improve input level graphics, still iffy layout
    sdatkinson authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    420f438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3d22b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update pull_request_template.md

    format.bash
    sdatkinson authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c67bff3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Update ToneStack.cpp

    Let's help ChatGPT out.
    sdatkinson authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0c96daa View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Output calibration (#531)

    * Implement output mode
    
    Raw/Normalized/Calibrated
    Control layout and style needs work
    Need to work on "disabling" based on what's available from the model's metadata.
    
    * Radio button style
    
    * Bit of style and layout improvement
    
    * Set radio labels for normalized and calibrated based on whether the model supports them
    sdatkinson authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e7dd8b5 View commit details
    Browse the repository at this point in the history
  3. Backward-compatible unserialization to v0.7.3 (#532)

    * Start refactor of legacy unserialization.
    
    * Fix bugs
    
    * Fix bugs, v0.7.3 loads correctly.
    
    * Fix more bugs, current version loads correctly.
    
    * Update pull_request_template.md
    
    * Improve documentation and trim out unneeded includes due to hacky include pattern
    sdatkinson authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1960e35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a9df28 View commit details
    Browse the repository at this point in the history
  5. Update Unserialization.cpp (#533)

    Fix bugs w/ `pos`
    sdatkinson authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    64ec2b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d03dd8e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    0e6d364 View commit details
    Browse the repository at this point in the history
  2. Version 0.7.12

    sdatkinson committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    5a70d5d View commit details
    Browse the repository at this point in the history
Loading