Skip to content

Commit

Permalink
analog-drum-tuner: change MultiPageLayout (deprecated) to PageLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
James Harkins committed Oct 4, 2012
1 parent cce11a9 commit ddbe4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GUI examples/analog-drum-tuner.scd
Expand Up @@ -53,7 +53,7 @@ rqspec = [1, 0.001, \exp].asSpec;
ampspec = \amp.asSpec;

// gui building
window = MultiPageLayout("Ringz tuner", Rect(150, 5, 800, 570));
window = PageLayout("Ringz tuner", Rect(150, 5, 800, 570));
leftview = FlowView(window, 470@490);
rightview = FlowView(window, 280@490);

Expand Down

0 comments on commit ddbe4d0

Please sign in to comment.