Online Sequencer Make music online
  • Sequences
  • Members
  • Chat
  • Forum
  • Wiki

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › Suggestions
« Previous 1 … 44 45 46 47 48

Repeater

Thread tools
Repeater
super_nova Offline
Member
8 Posts:
 
#1
12-07-2014, 04:37 AM
Can you add something like that?
http://en.wikipedia.org/wiki/Repetition_(music)

So we can add A and B to spesific locations and enter a loop number, so player repeats those parts and continues playing.(like A-B repeating) That would be great.

Some algorithms i can think about it:

New objects named "repeater-A" and "repeater-B".

RepeaterA object contains two vars, "pos" and "repeaterBpos". pos is position and repeaterBpos is the position of the repeaterB object.

RepeaterB object contains "pos", "repeaterApos", "loopCount", "looped"

"loopCount" is the user defined loop count. "loopLeft" is counter of how many times that part looped. This will reset to 0 everytime we start playing.

When player hits a repeaterB object,

if( playerB.looped < playerB.loopCount )
{
player.goTo( repeaterB.repeaterApos );
playerB.looped++;
}


Reply
Stepson Offline
Member
196 Posts:
 
#2
12-07-2014, 06:56 AM
if you want to repeat something
copy it and paste it
it will sound the same
as you have put there a repetiton


Reply



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend