Building an Additive Oscillator in Max/MSP

Поділитися
Вставка
  • Опубліковано 20 жов 2024

КОМЕНТАРІ • 10

  • @dendriloquist
    @dendriloquist 15 днів тому

    brilliant

  • @marzbitenhaussen
    @marzbitenhaussen 6 місяців тому

    beautiful

  • @thomaskoner1287
    @thomaskoner1287 10 місяців тому

    thank you very good

  • @marzbitenhaussen
    @marzbitenhaussen 6 місяців тому

    when I type setvaue max says: "no such object" sorry learning level here

    • @benjaminward9042
      @benjaminward9042  6 місяців тому +1

      No worries! That would be because “setvalue” is not an object but a message. It should be placed in a message box (probably with a $1 so incoming values replace that value). Another option would be to use the “prepend” object with argument “setvalue”. That would put the message “setvalue” in front of the incoming values. I don’t remember the exact context I used it in this video, but hopefully that helps.

    • @marzbitenhaussen
      @marzbitenhaussen 6 місяців тому +1

      thank you

  • @axersfall369
    @axersfall369 2 місяці тому +1

    But I still prefer mc.targetlist @listmode 1 @chans 32 when you do the multislider process.maybe you should check that one out.if you want some "fade-in,fade-out" on your harmonics,mc.slide~ also a good object.

    • @benjaminward9042
      @benjaminward9042  2 місяці тому

      Oh interesting. I haven't used that before but I'll definitely try it out. Already sounds cleaner than my method. Thanks for the tip!