for (int y=1; y<38; y++) {
for (int x=1; x<38; x++) {
MatrixData matrix = new MatrixData(x,y);
Generator g = new Fire(matrix);
Effect e = new PassThru(matrix);
Visual visual = new Visual(g, e, m, c);
IFader fader = new Switch(matrix, 100);
OutputMapping map = new OutputMapping(fader, 0);