verstaerker
*****
hab noch keinen thread gefunden der sich mit dem Thema Max for Live beschäftigt... ich versuch grad mir n einfachen MidiChannelfilter zu bauen .. irgendwie kommt am anderen Ende nichts an
jemand ne Ahnung warum?
jemand ne Ahnung warum?
Code:
{
"boxes" : [ {
"box" : {
"maxclass" : "newobj",
"text" : "midiout",
"fontsize" : 10.0,
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 112.0, 150.0, 47.0, 18.0 ],
"id" : "obj-2",
"fontname" : "Arial Bold"
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "53 0",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 322.0, 150.0, 50.0, 18.0 ],
"id" : "obj-18",
"fontname" : "Arial"
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "midiin",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 112.0, 1.0, 42.0, 20.0 ],
"id" : "obj-16",
"fontname" : "Arial"
}
}
, {
"box" : {
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 244.0, 130.0, 58.0, 58.0 ],
"id" : "obj-15"
}
}
, {
"box" : {
"maxclass" : "number",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "bang" ],
"patching_rect" : [ 418.0, 1.0, 50.0, 20.0 ],
"id" : "obj-13",
"fontname" : "Arial",
"parameter_enable" : 0
}
}
, {
"box" : {
"maxclass" : "message",
"text" : "60 60",
"fontsize" : 12.0,
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 306.0, 1.0, 41.0, 18.0 ],
"id" : "obj-8",
"fontname" : "Arial"
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "midiformat",
"fontsize" : 12.0,
"numinlets" : 7,
"numoutlets" : 1,
"outlettype" : [ "int" ],
"patching_rect" : [ 306.0, 42.0, 100.0, 20.0 ],
"id" : "obj-6",
"fontname" : "Arial"
}
}
, {
"box" : {
"maxclass" : "attrui",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 1,
"attr" : "ch",
"outlettype" : [ "" ],
"patching_rect" : [ 418.0, 61.0, 150.0, 20.0 ],
"id" : "obj-3",
"fontname" : "Arial"
}
}
, {
"box" : {
"maxclass" : "newobj",
"text" : "midiselect @note all @ch 1",
"fontsize" : 12.0,
"numinlets" : 1,
"numoutlets" : 8,
"outlettype" : [ "", "", "", "int", "int", "int", "int", "int" ],
"patching_rect" : [ 269.0, 98.0, 156.0, 20.0 ],
"id" : "obj-1",
"fontname" : "Arial"
}
}
],
"lines" : [ {
"patchline" : {
"source" : [ "obj-8", 0 ],
"destination" : [ "obj-6", 0 ],
"hidden" : 0,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-6", 0 ],
"destination" : [ "obj-1", 0 ],
"hidden" : 0,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-3", 0 ],
"destination" : [ "obj-1", 0 ],
"hidden" : 0,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-16", 0 ],
"destination" : [ "obj-1", 0 ],
"hidden" : 0,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-13", 0 ],
"destination" : [ "obj-6", 6 ],
"hidden" : 0,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-1", 0 ],
"destination" : [ "obj-2", 0 ],
"hidden" : 0,
"watchpoint_id" : 1,
"watchpoint_flags" : 1,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-1", 0 ],
"destination" : [ "obj-18", 1 ],
"hidden" : 0,
"disabled" : 0
}
}
, {
"patchline" : {
"source" : [ "obj-1", 0 ],
"destination" : [ "obj-15", 0 ],
"hidden" : 0,
"disabled" : 0
}
}
],
"appversion" : {
"major" : 6,
"minor" : 1,
"revision" : 4,
"architecture" : "x86"
}
}