More work on free filter

This commit is contained in:
xenakios
2018-02-27 04:06:53 +02:00
parent 7c61a552c2
commit e8d134ce48
3 changed files with 5 additions and 1 deletions

View File

@ -914,6 +914,8 @@ void SpectralChainEditor::drawBox(Graphics & g, int index, int x, int y, int w,
txt = "Filter";
if (m_order[index].m_index == 7)
txt = "Compressor";
if (m_order[index].m_index == 8)
txt = "Free filter";
if (index == m_cur_index)
{
g.setColour(Colours::darkgrey);