Skip to content

Commit

Permalink
Label modules with [textbutton] to exploit truncation possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 24, 2015
1 parent eeead90 commit fdfc096
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 200 deletions.
76 changes: 43 additions & 33 deletions patchers/cs.2click-inputs.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 120.0, 465.0, 74.0, 20.0 ],
"text" : "prepend set"
"patching_rect" : [ 120.0, 465.0, 77.0, 20.0 ],
"text" : "prepend text"
}

}
Expand Down Expand Up @@ -10573,6 +10573,30 @@
"textjustification" : 1
}

}
, {
"box" : {
"comment" : "(signal) Audio signal received (ch 1)",
"id" : "obj-329",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1020.0, 600.0, 25.0, 25.0 ],
"varname" : "#1-1-outlet"
}

}
, {
"box" : {
"comment" : "(signal) Audio signal received (ch 2)",
"id" : "obj-331",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1050.0, 600.0, 25.0, 25.0 ],
"varname" : "#1-2-outlet"
}

}
, {
"box" : {
Expand All @@ -10593,47 +10617,33 @@
"box" : {
"background" : 1,
"bgcolor" : [ 0.25, 0.25, 0.25, 1.0 ],
"bgoncolor" : [ 0.25, 0.25, 0.25, 1.0 ],
"bgovercolor" : [ 0.25, 0.25, 0.25, 1.0 ],
"bgoveroncolor" : [ 0.25, 0.25, 0.25, 1.0 ],
"border" : 0,
"fontface" : 1,
"fontname" : "Arial",
"fontname" : "Helvetica Neue",
"fontsize" : 9.0,
"frgb" : 0.0,
"id" : "obj-49",
"maxclass" : "comment",
"ignoreclick" : 1,
"maxclass" : "textbutton",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 0.0, -1.0, 120.0, 17.0 ],
"numoutlets" : 3,
"outlettype" : [ "", "", "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 0.0, 0.0, 120.0, 16.0 ],
"presentation" : 1,
"presentation_rect" : [ 0.0, -1.0, 120.0, 17.0 ],
"presentation_rect" : [ 0.0, 0.0, 120.0, 16.0 ],
"rounded" : 0.0,
"text" : "I N P U T S",
"textcolor" : [ 0.96, 0.96, 0.96, 1.0 ],
"textjustification" : 1,
"textoncolor" : [ 0.96, 0.96, 0.96, 1.0 ],
"textovercolor" : [ 0.96, 0.96, 0.96, 1.0 ],
"textoveroncolor" : [ 0.96, 0.96, 0.96, 1.0 ],
"truncate" : 2,
"varname" : "#0-slots-label"
}

}
, {
"box" : {
"comment" : "(signal) Audio signal received (ch 1)",
"id" : "obj-329",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1020.0, 600.0, 25.0, 25.0 ],
"varname" : "#1-1-outlet"
}

}
, {
"box" : {
"comment" : "(signal) Audio signal received (ch 2)",
"id" : "obj-331",
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 1050.0, 600.0, 25.0, 25.0 ],
"varname" : "#1-2-outlet"
}

}
, {
"box" : {
Expand Down
Loading

0 comments on commit fdfc096

Please sign in to comment.