Skip to content

Commit

Permalink
Update Merger and Splitter pipeline images
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Sep 11, 2024
1 parent e7f4e77 commit 4711c12
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 614 deletions.
968 changes: 359 additions & 609 deletions JuceLibraryCode/BinaryData.cpp

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions JuceLibraryCode/BinaryData.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ namespace BinaryData
const int MergerA01_pngSize = 5609;

extern const char* MergerA02_png;
const int MergerA02_pngSize = 5712;
const int MergerA02_pngSize = 3569;

extern const char* MergerB01_png;
const int MergerB01_pngSize = 5818;
const int MergerB01_pngSize = 3583;

extern const char* MergerB02_png;
const int MergerB02_pngSize = 4832;
Expand All @@ -101,10 +101,10 @@ namespace BinaryData
const int PipelineA01_pngSize = 5396;

extern const char* PipelineA02_png;
const int PipelineA02_pngSize = 6533;
const int PipelineA02_pngSize = 3553;

extern const char* PipelineB01_png;
const int PipelineB01_pngSize = 6205;
const int PipelineB01_pngSize = 3563;

extern const char* PipelineB02_png;
const int PipelineB02_pngSize = 5390;
Expand Down
Binary file modified Resources/Images/MergerA-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Images/MergerB-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Images/PipelineA-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Images/PipelineB-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Source/Processors/Splitter/SplitterEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SplitterEditor::SplitterEditor (GenericProcessor* parentNode)
: GenericEditor (parentNode)

{
desiredWidth = 90;
desiredWidth = 95;

pipelineSelectorA = std::make_unique<ImageButton> ("Pipeline A");

Expand Down

0 comments on commit 4711c12

Please sign in to comment.