Skip to content

Commit

Permalink
Adapted the HuFo shape to new scale factor
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jun 18, 2024
1 parent 16cb352 commit 346a612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeamLess_Client/source/ui/xyPad/grid/Grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Grid : public juce::Component, public juce::ValueTree::Listener {
juce::Path HuFoPath;
juce::Point<int> HuFoPixel[34];
juce::Point<float> HuFoPosition[34] = {
juce::Point<float>(-6.051f, 2.112f), juce::Point<float>(-5.392f, 2.593f), juce::Point<float>(-4.695f, 3.018f), juce::Point<float>(-3.964f, 3.382f), juce::Point<float>(-3.205f, 3.684f), juce::Point<float>(-2.424f, 3.921f), juce::Point<float>(-1.625f, 4.091f), juce::Point<float>(-0.816f, 4.194f), juce::Point<float>(-0.0f, 4.228f), juce::Point<float>(0.816f, 4.194f), juce::Point<float>(1.626f, 4.091f), juce::Point<float>(2.424f, 3.921f), juce::Point<float>(3.206f, 3.684f), juce::Point<float>(3.964f, 3.382f), juce::Point<float>(4.695f, 3.017f), juce::Point<float>(5.392f, 2.593f), juce::Point<float>(6.054f, 2.107f), juce::Point<float>(6.051f, -2.112f), juce::Point<float>(5.392f, -2.593f), juce::Point<float>(4.695f, -3.018f), juce::Point<float>(3.964f, -3.382f), juce::Point<float>(3.205f, -3.684f), juce::Point<float>(2.424f, -3.921f), juce::Point<float>(1.625f, -4.091f), juce::Point<float>(0.816f, -4.194f), juce::Point<float>(0.0f, -4.228f), juce::Point<float>(-0.816f, -4.194f), juce::Point<float>(-1.626f, -4.091f), juce::Point<float>(-2.424f, -3.921f), juce::Point<float>(-3.206f, -3.684f), juce::Point<float>(-3.964f, -3.382f), juce::Point<float>(-4.695f, -3.017f), juce::Point<float>(-5.392f, -2.593f), juce::Point<float>(-6.054f, -2.107f)
juce::Point<float>(0.174f, -0.500f), juce::Point<float>(0.214f, -0.445f), juce::Point<float>(0.249f, -0.388f), juce::Point<float>(0.279f, -0.327f), juce::Point<float>(0.304f, -0.265f), juce::Point<float>(0.324f, -0.200f), juce::Point<float>(0.338f, -0.134f), juce::Point<float>(0.346f, -0.067f), juce::Point<float>(0.349f, -0.000f), juce::Point<float>(0.346f, 0.067f), juce::Point<float>(0.338f, 0.134f), juce::Point<float>(0.324f, 0.200f), juce::Point<float>(0.304f, 0.265f), juce::Point<float>(0.279f, 0.327f), juce::Point<float>(0.249f, 0.388f), juce::Point<float>(0.214f, 0.445f), juce::Point<float>(0.174f, 0.500f), juce::Point<float>(-0.174f, 0.500f), juce::Point<float>(-0.214f, 0.445f), juce::Point<float>(-0.249f, 0.388f), juce::Point<float>(-0.279f, 0.327f), juce::Point<float>(-0.304f, 0.265f), juce::Point<float>(-0.324f, 0.200f), juce::Point<float>(-0.338f, 0.134f), juce::Point<float>(-0.346f, 0.067f), juce::Point<float>(-0.349f, 0.000f), juce::Point<float>(-0.346f, -0.067f), juce::Point<float>(-0.338f, -0.134f), juce::Point<float>(-0.324f, -0.200f), juce::Point<float>(-0.304f, -0.265f), juce::Point<float>(-0.279f, -0.327f), juce::Point<float>(-0.249f, -0.388f), juce::Point<float>(-0.214f, -0.445f), juce::Point<float>(-0.174f, -0.500f)
};

juce::Path TUStudioPath;
Expand Down

0 comments on commit 346a612

Please sign in to comment.