Browse Source

volume thingie modulay

pull/2/merge
nino de wit 9 years ago
parent
commit
8cb76266e6
3 changed files with 8 additions and 6 deletions
  1. +3
    -1
      plugins/common/gen_dsp/genlib.cpp
  2. +1
    -1
      plugins/modulay/modulay.gendsp
  3. +4
    -4
      plugins/modulay/modulay.maxpat

+ 3
- 1
plugins/common/gen_dsp/genlib.cpp View File

@@ -26,7 +26,9 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


#include <cmath> #include <cmath>


#if ! DISTRHO_OS_MAC
#if DISTRHO_OS_MAC
# include <malloc/malloc.h>
#else
# include <malloc.h> # include <malloc.h>
# if DISTRHO_OS_WINDOWS # if DISTRHO_OS_WINDOWS
# define malloc_size _msize # define malloc_size _msize


+ 1
- 1
plugins/modulay/modulay.gendsp View File

@@ -66,7 +66,7 @@
"numoutlets" : 1, "numoutlets" : 1,
"outlettype" : [ "" ], "outlettype" : [ "" ],
"patching_rect" : [ 197.0, 507.0, 41.0, 20.0 ], "patching_rect" : [ 197.0, 507.0, 41.0, 20.0 ],
"text" : "+ 150"
"text" : "+ 125"
} }


} }


+ 4
- 4
plugins/modulay/modulay.maxpat View File

@@ -8,7 +8,7 @@
"architecture" : "x86" "architecture" : "x86"
} }
, ,
"rect" : [ 64.0, 71.0, 960.0, 601.0 ],
"rect" : [ 64.0, 97.0, 960.0, 575.0 ],
"bglocked" : 0, "bglocked" : 0,
"openinpresentation" : 0, "openinpresentation" : 0,
"default_fontsize" : 12.0, "default_fontsize" : 12.0,
@@ -405,7 +405,7 @@
"numoutlets" : 1, "numoutlets" : 1,
"outlettype" : [ "" ], "outlettype" : [ "" ],
"patching_rect" : [ 197.0, 507.0, 41.0, 20.0 ], "patching_rect" : [ 197.0, 507.0, 41.0, 20.0 ],
"text" : "+ 150"
"text" : "+ 125"
} }


} }
@@ -1933,9 +1933,9 @@
} }
], ],
"parameters" : { "parameters" : {
"obj-8::obj-35" : [ "[5]", "Level", 0 ],
"obj-8::obj-32" : [ "[8]", "[2]", 0 ], "obj-8::obj-32" : [ "[8]", "[2]", 0 ],
"obj-8::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ],
"obj-8::obj-35" : [ "[5]", "Level", 0 ]
"obj-8::obj-21::obj-6" : [ "live.tab[3]", "live.tab[1]", 0 ]
} }
, ,
"dependency_cache" : [ { "dependency_cache" : [ {


Loading…
Cancel
Save