• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Moving at the beat of Music.

Participant ,
Feb 16, 2017 Feb 16, 2017

Copy link to clipboard

Copied

Hello folks, I had been experimenting and reading many examples, and there is one thing that I getting confuse.

Let say that on the audio graph, at signal value of 25, a ball will be at location 10,10

And when the audio value reach 40, the ball should be at location 50,10

In another words with the beat of music the ball will move horizontally from 10,10 to 50,10

I getting confuse, so can someone give me an example based on that, so I can learn it?

Thanks.........

Views

233

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Feb 17, 2017 Feb 17, 2017

I think I found the solution, take a look.........Untitled-1.jpg

Votes

Translate

Translate
LEGEND ,
Feb 17, 2017 Feb 17, 2017

Copy link to clipboard

Copied

A simple linear expression will do.

mAudio=//insert your audio input here;

mX=linear(mAudio,25,40,10,50);

mY=value;

[X,Y]

Mylenium

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 17, 2017 Feb 17, 2017

Copy link to clipboard

Copied

Thanks but I dont see on that formula any indication

that you are working with the X ( HHorz ) or Y ( Vert ) axis.Untitled-1.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 17, 2017 Feb 17, 2017

Copy link to clipboard

Copied

I think I found the solution, take a look.........Untitled-1.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 21, 2017 Feb 21, 2017

Copy link to clipboard

Copied

LATEST

I still missing something, if I find a good answer will let you know

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines