Looking for help with example patterns!

Ok folks! I built a more compact replica of a previous project that has two chevrons with 3 lines of leds each.

What I would be interested in doing, is setting up a few custom sound reactive patterns. The first thought I had was to create segments of LEDs for each section, left right, top to bottom, and then flash colors on those segments or intensify a segment’s brightness based on sound.

Something like medium speed fades of colors per segment, and then with a beat, flash white and then change colors, but with alternating segments or something.

The mapped pixels are in this format:

[[0,53],[1,52],[2,51],[3,50],[4,49],[5,48],[6,47],[7,46],[8,45],[9,44],[10,43],[11,42],[12,41],[13,40],[14,39],[15,38],[16,37],[17,36],[18,35],[19,34],[20,33],[21,32],[22,31],[23,30],[24,29],[25,28],[26,27],[27,26],[28,25],[29,24],[30,23],[31,22],[32,21],[33,20],[34,19],[35,18],[36,17],[37,16],[38,15],[39,14],[40,13],[41,12],[42,11],[43,10],[44,9],[45,8],[46,7],[47,6],[48,5],[49,4],[50,3],[51,2],[52,1],[53,1],[54,2],[55,3],[56,4],[57,5],[58,6],[59,7],[60,8],[61,9],[62,10],[63,11],[64,12],[65,13],[66,14],[67,15],[68,16],[69,17],[70,18],[71,19],[72,20],[73,21],[74,22],[75,23],[76,24],[77,25],[78,26],[79,27],[80,28],[81,29],[82,30],[83,31],[84,32],[85,33],[86,34],[87,35],[88,36],[89,37],[90,38],[91,39],[92,40],[93,41],[94,42],[95,43],[96,44],[97,45],[98,46],[99,47],[100,48],[101,49],[102,50],[103,51],[104,52],[105,53],[105,56],[104,55],[103,54],[102,53],[101,52],[100,51],[99,50],[98,49],[97,48],[96,47],[95,46],[94,45],[93,44],[92,43],[91,42],[90,41],[89,40],[88,39],[87,38],[86,37],[85,36],[84,35],[83,34],[82,33],[81,32],[80,31],[79,30],[78,29],[77,28],[76,27],[75,26],[74,25],[73,24],[72,23],[71,22],[70,21],[69,20],[68,19],[67,18],[66,17],[65,16],[64,15],[63,14],[62,13],[61,12],[60,11],[59,10],[58,9],[57,8],[56,7],[55,6],[54,5],[53,4],[52,4],[51,5],[50,6],[49,7],[48,8],[47,9],[46,10],[45,11],[44,12],[43,13],[42,14],[41,15],[40,16],[39,17],[38,18],[37,19],[36,20],[35,21],[34,22],[33,23],[32,24],[31,25],[30,26],[29,27],[28,28],[27,29],[26,30],[25,31],[24,32],[23,33],[22,34],[21,35],[20,36],[19,37],[18,38],[17,39],[16,40],[15,41],[14,42],[13,43],[12,44],[11,45],[10,46],[9,47],[8,48],[7,49],[6,50],[5,51],[4,52],[3,53],[2,54],[1,55],[0,56],[0,59],[1,58],[2,57],[3,56],[4,55],[5,54],[6,53],[7,52],[8,51],[9,50],[10,49],[11,48],[12,47],[13,46],[14,45],[15,44],[16,43],[17,42],[18,41],[19,40],[20,39],[21,38],[22,37],[23,36],[24,35],[25,34],[26,33],[27,32],[28,31],[29,30],[30,29],[31,28],[32,27],[33,26],[34,25],[35,24],[36,23],[37,22],[38,21],[39,20],[40,19],[41,18],[42,17],[43,16],[44,15],[45,14],[46,13],[47,12],[48,11],[49,10],[50,9],[51,8],[52,7],[53,7],[54,8],[55,9],[56,10],[57,11],[58,12],[59,13],[60,14],[61,15],[62,16],[63,17],[64,18],[65,19],[66,20],[67,21],[68,22],[69,23],[70,24],[71,25],[72,26],[73,27],[74,28],[75,29],[76,30],[77,31],[78,32],[79,33],[80,34],[81,35],[82,36],[83,37],[84,38],[85,39],[86,40],[87,41],[88,42],[89,43],[90,44],[91,45],[92,46],[93,47],[94,48],[95,49],[96,50],[97,51],[98,52],[99,53],[100,54],[101,55],[102,56],[103,57],[104,58],[105,59],[69,26],[68,27],[67,28],[66,29],[65,30],[64,31],[63,32],[62,33],[61,34],[60,35],[59,36],[58,37],[57,38],[56,39],[55,40],[54,41],[53,42],[52,42],[51,41],[50,40],[49,39],[48,38],[47,37],[46,36],[45,35],[44,34],[43,33],[42,32],[41,31],[40,30],[39,29],[38,28],[37,27],[36,26],[34,27],[35,28],[36,29],[37,30],[38,31],[39,32],[40,33],[41,34],[42,35],[43,36],[44,37],[45,38],[46,39],[47,40],[48,41],[49,42],[50,43],[51,44],[52,45],[53,45],[54,44],[55,43],[56,42],[57,41],[58,40],[59,39],[60,38],[61,37],[62,36],[63,35],[64,34],[65,33],[66,32],[67,31],[68,30],[69,29],[70,28],[71,27],[72,29],[71,30],[70,31],[69,32],[68,33],[67,34],[66,35],[65,36],[64,37],[63,38],[62,39],[61,40],[60,41],[59,42],[58,43],[57,44],[56,45],[55,46],[54,47],[53,48],[52,48],[51,47],[50,46],[49,45],[48,44],[47,43],[46,42],[45,41],[44,40],[43,39],[42,38],[41,37],[40,36],[39,35],[38,34],[37,33],[36,32],[35,31],[34,30],[33,29]]

I am just not sure where to start with segmenting this and starting with a basic color fade per segment.