parametric eq every band has a different color
- 
 i was wondering if its possible to have different color for each band in parametric EQ  some thing like this for my ui some thing like this for my ui
- 
 
- 
 @d-healey I'm not sure this is useful for the example he's posted above, other than colouring the node. The image above uses a different display for each band. In fact the more I look at it the less it makes any sense  @goldee If you want something like your image you will need several filter displays layered on top of each other and a parametric eq linked to a draggable filter panel to show the summed eq curve & nodes. I've done exactly this for dhplugins.com/mod-eq-1 It's a pain though! 
- 
 thank u all for your replies i also want to know if its possible to chance the color of this part every time i click to change to different band  
- 
 @goldee using the code in the snippet above you should be able to do it if you are familiar with the LAF functions for the filter display, "drawFilterPath" etc 
- 
 @DanH can you please teach me how to do what you did with mod eq1 
- 
 @goldee do it in scriptnode. set up a new filter for each band (check on here as to which filters are working properly there was a thread from @aaronventure on it), set each filter to the same external buffer display. Then on your UI set up a FilterDisplay floating tile for each band / filter and change the colours (via LAF if you want gradients). The nodes you can do with the snippet above and a draggableFilterPanel floating tile... 

