Need M4L patch feedback - Bento's EQ / Filter / Gater / Volume Fader Curve - Page 2
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    Send me an email and ill post you this patch S4, i think you have my email already - if not PM me and ill send it. Same goes to anyone else who wants to check it out.

  2. #12
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    Bump still looking for more testers

  3. #13
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    I ran into an issue when creating the volume gate, theres no M4L object (atleast that i am aware of) that is midi learnable in Ableton and also sends a message when the button goes down, then when it goes up again. So i had to move the whole volume fader part of the patch into its own Max Midi effect instead of a max audio effect then code the midi input manually, i did throw in an internal midi learn function though so it makes it easy to midi learn the gater, the fader though can still be used with a simple midi learn in Ableton though.

  4. #14
    Tech Wizard
    Join Date
    Jun 2009
    Location
    uk
    Posts
    41

    Default

    hey man sent u a pm, Im putting a new mix 2gether and would like test your new eq with it, send it 2 reckoner85@gmail.com

    cheers

  5. #15
    Tech Mentor
    Join Date
    Nov 2008
    Posts
    351

    Default

    Quote Originally Posted by BentoSan View Post
    I ran into an issue when creating the volume gate, theres no M4L object (atleast that i am aware of) that is midi learnable in Ableton and also sends a message when the button goes down, then when it goes up again. So i had to move the whole volume fader part of the patch into its own Max Midi effect instead of a max audio effect then code the midi input manually, i did throw in an internal midi learn function though so it makes it easy to midi learn the gater, the fader though can still be used with a simple midi learn in Ableton though.
    live.button feeds a standard toggle, from the toggle a route object and from each output a standard button, now ehen you press the live.button you'll get a bang out of the left of the route object and when you let go you'll get a bang out of the right outlet....

    <pre><code>
    ----------begin_max5_patcher----------
    766.3ocyVssaiBCD8YxWAhmyFgM2221uipnJC3j5VvFYaxltU8 eesMXBjEXi
    Zi1sQJXGOd7bNGlYbdaiiWN6LV349c2GbcbdaiiiYI8BN8+1wq FctnBILayK
    uUJYTusclns0DZEVZrAtrHqUd8pcKIesA2ENubD8nm69dyjRyw yxe9aYPf87
    aPxhmHziOxwExN+BC.o6725lDXFf91mt60979lM5Ga+JQG3ZzA lkb+nCE+SU
    HsgShOahhGWgV7pj7.iJEjeYHC.pvvbbGtD281p9NO2C7FEAJp 13h2O3DT0s
    nJfH8vEs4dpJULTYMVHb8slpHTbAqkJGy1OtdsXtxBZU3mRqhx xzCgPihE9A
    0JI63wJ78nffnkwY4YzMvl3zn6P8PE4Dd2zZ7SH9fzNx7CP+8C vhiEXpDIIJ
    2lR7+TMZPb0wIw7GwTTdEdrMIGQED6w.WU+PEREZxOVvpX7Nsv eWXVpeP1V0
    rHXTX2jj3vDfdl+f5ly3kX9DOgIgQlcEXcLbpOqjT9w.gk.L5D uyBy7gFfbw
    moNNVtGkIDGZx..vX8P5t3Lf5ipmvtrLe.LXv+CrhVwLRPWX.Y w9olYIop6N
    lF5QokIIwdC7+JNjBhhSi0tlFl3GYjfzzXXRzULY1qqLkkww.C ahrOGbRfNg
    KeDIkbhJUDeYlnOwtOyVm5V0hYGrKaWeZNXac+6S1gC59x5bu9 PMcmmaXTbW
    qNfsA1jczRIRg709T541QspXaY+qUUKZq9yZ0l4AmwFQEYUSuQ UTycBhmX7K
    sIU0ZEuHvUJk21G8py7DQPV43pYkV5.SlExHJk0mlND14BUEid b1dLAfj8dK
    D50zJ08RunOPwZXmUtH0HzCrEQqovwP6jkRBVzWQCFWVQpW7Uj D2zA5Nal12
    1g9d4lrSyUuW8GQMUS50m1fWvZ4E1lVCUttWJnJwBIgNz89gQW 6LZWOQJKwz
    Q.2qlT1vT2Z0CiEtv4VQk457ufnJ5lPUv+XTEbSnB9e.Uf+Jp. eBTo9w6a9M
    JWcNQA
    -----------end_max5_patcher-----------
    </code></pre>

    Cheers
    D

  6. #16
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    Oooh i see i didnt notice that there is a "Bang when transition from" in the inspector on the Live.Button object !

    Doh lol, thats heaps better, i can keep this in the EQ3 rack now and its very easily midi learnable from Ableton.

  7. #17
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    Actually scrap that, when you goto midi learn it it doesnt act as the right kind of toggle, the button should be that when you midi learn it holding down the key activates the toggle, then when releasing the button it switches the toggle again.

    Your code when works clicking it with a mouse but it doesnt work when you midi learn it into Ableton.

  8. #18
    Tech Mentor
    Join Date
    Nov 2008
    Posts
    351

    Default

    Mmmmm, works with a momentary midi button on my nanokontrol, and behaves as expected with a toggle control.....

    I'll have a look at it when you send it over....


    Cheers
    D

  9. #19
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    Quote Originally Posted by S4racen View Post
    Mmmmm, works with a momentary midi button on my nanokontrol, and behaves as expected with a toggle control.....

    I'll have a look at it when you send it over....


    Cheers
    D
    I am using an oxygen 8 for testing purposes on this project but not having any joy with whatever i do. Ill send out these right now to the interested parties so expect some mail with 3 patches.

    1) 3 band eq + filter = max audio effect
    2) 3 band eq + filter + volume / gate control = max audio effect
    3) volume / gate control = max midi effect

  10. #20
    Dr. Bento BentoSan's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Australia
    Posts
    6,383

    Default

    btw its sent to you - ir.inchcape.co.uk email

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •