make sliders send MIDI CC to FluidSynth. Make name column in table wider. Make synth wider.

This commit is contained in:
Alex Birch
2019-06-30 21:40:24 +01:00
parent 070f0d2a87
commit 23c0a2dd37
7 changed files with 45 additions and 32 deletions

View File

@ -40,7 +40,7 @@ TableComponent::TableComponent(
// Add some columns to the table header, based on the column list in our database..
for (auto &column : columns) // access by reference to avoid copying
{
const int colWidth{ columnIx == 1 ? 30 : 100 };
const int colWidth{ columnIx == 1 ? 30 : 200 };
table.getHeader().addColumn (
String(column),
columnIx++,