HISE Logo Forum
    • Categories
    • Register
    • Login

    FLIP FFT Display? || Solved || Code Snippet.

    Scheduled Pinned Locked Moved Solved Scripting
    4 Posts 2 Posters 89 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ChazroxC
      Chazrox
      last edited by Chazrox

      Sup! Can anybody show me how to reverse the FFT display in different ways? I'd like to visually flip/mirror vertically and horizontally. Thanks in advance!

      ChazroxC 1 Reply Last reply Reply Quote 0
      • ChazroxC
        Chazrox @Chazrox
        last edited by

        ** found it.

        g.flip(); 
        
        // lol
        
        ChazroxC 1 Reply Last reply Reply Quote 0
        • ChazroxC
          Chazrox @Chazrox
          last edited by Chazrox

          Screenshot 2025-10-18 at 3.04.00 AM.png

          Basic starting point if anybodys interested.

          // Sharing is caring
          
          	var a = obj.area;
          		
          	var path2 = Content.createPath();
          	path2 = obj.path;
          	g.flip(false, obj.area);
          	g.setGradientFill([Colours.withAlpha(Colours.antiquewhite, 0.5), a[2] / 2, 0, Colours.withAlpha(Colours.black, 1.0), a[2] / 2, 250]);
          	g.fillPath(path2, obj.pathArea);
          		
          	g.beginLayer(false);
          	g.flip(false, obj.area);
          	g.setGradientFill([Colours.withAlpha(Colours.antiquewhite, 1.0), a[2] / 2, 0, Colours.withAlpha(Colours.black, 1.0), a[2] / 2, 250]);
          	g.fillPath(obj.path, obj.pathArea);
          	g.endLayer();
          
          1 Reply Last reply Reply Quote 2
          • ChazroxC Chazrox has marked this topic as solved
          • ILIAMI
            ILIAM
            last edited by

            1000050915.jpg

            1 Reply Last reply Reply Quote 3
            • First post
              Last post

            21

            Online

            2.0k

            Users

            12.7k

            Topics

            110.4k

            Posts