Skip to content

Processing으로 오디오 반응형 비주얼 만들기

Published:Edit

Processing을 사용하여 오디오에 반응하는 시각화를 어떻게 만들었는지 공유합니다.

Main Idea

This Project consists of two main themes and their modifications.

Main Idea 슬라이드

<1>Audio reactive cube

<1> Beat-detected value is used to trigger the function named setModeRandom(). <2> This function randomly changes the values of parameters such as fill color, stroke color, and amount of rotations. Then the cube looks reacting to a beat of the music but not according to certain rules. <3> The size of the cube and the noise value(how much the cube is distorted) depends on the value of the particular frequency range.

Libraries

Library Used 슬라이드

Audio Reactive Cube 슬라이드

<2>Frequency Terrain

Frequency Terrain 슬라이드

This is an infinitely generated terrain. Along the x-axis, the loudness of each frequency band is mapped on each point. The color of each part of the terrain is complicatedly defined by the trequency and the size of the sound You can rotate or move the scene to see the terrain at various viewpoints by using keyboards.

Video 슬라이드

관심 가져주셔서 감사합니다. 질문이 있으시다면 언제든 알려주세요.

원문: How I made Audio Reactive Visual with Processing


Previous Post
삼성전자 SW역량테스트 후기(+응시 전 체크리스트)
Next Post
Audio Reactive Cube(Processing)