MAX Tut.12. Sending & Receiving MIDI notes

*notein : 미디 신호를 받아들인다.(argument=port, 채널)
1.argument에서 하나의 값을 입력할 경우 – 3개의 outlet이 생성된다.(pitch-velocity-체널넘버)
2.argument에서 두개의 값을 입력할 경우 2개의 outlet이 생성되며, 두번째 argument값이 채널 넘버가 된다.(pitch, velocity)

*noteout : notein으로부터 받아들인 신호를 전달한다.
           notein의 3 outlet값을 3 inlet으로 받고, outlet은 없다.
           첫번째 inlet으로 리스트 값을 받는다. (pitch-velocity-체널넘버)
           가장 최근값을 저장하고 있는다.

#빠진 Tutorial은 연습문제입니다. 각자해보시고 궁금한점은 질문하세요.

Leave a Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.