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 … 26 27 28 29 30 … 48 Next »

Time Tool

Thread tools
Time Tool
Frank Offline
Grey Hat Script Kiddie who can Compose Music
388 Posts:
 
#1
03-18-2018, 04:42 PM (This post was last modified: 03-18-2018, 04:43 PM by Frank.)
Have you ever wanted to speed up or slow down a section you composed relative to other sections, but can't because tempo is the only way to control speed? Well, fear not, I have written a console script that does that!
Code:
n=parseFloat(prompt());
for(i=0;i<selectedNotes.length;i++){
j=selectedNotes[i];
song.moveNote(j,j.instrument,j.instrument,j.time,j.time*n,j.type,j.type)}
x=selectedNotes;deleteSelection();undoChange();selectedNotes=x;
Just paste this into the console after selecting the notes you want to change, and then just enter the tempo multiplier! Just remember that numbers greater than 1 REDUCE the tempo, and vice-versa. Note that parseFloat() returns NaN when you give it invalid stuff, so if you give it something like "Frank Sucks", then it will ruin all the notes by changing their time to NaN. Also, it changes tempo relative to the start of the song, but it is easy to move the notes back to their proper place.

NaN Note Documentation:
Never makes sound, can be moved around but to no avail.


Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin
Reply

Messages In This Thread
Time Tool - by Frank - 03-18-2018, 04:42 PM
RE: Time Tool - by Tests - 03-18-2018, 04:57 PM
RE: Time Tool - by korwynkim - 03-18-2018, 05:58 PM
RE: Time Tool - by Frank - 03-18-2018, 09:01 PM
RE: Time Tool - by environmentalSlimePreference - 06-16-2021, 02:05 PM
RE: Time Tool - by Liam - 06-17-2021, 09:52 AM



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