Online Sequencer Make music online
  • Sequences
  • Members
  • Import MIDI
  • Forum

Existing user? Sign In Create account
Login at Online Sequencer

Online Sequencer › Online Sequencer › Online Sequencer Discussion
« Previous 1 … 13 14 15 16 17 … 66 Next »

Tuplets

Thread tools
Tuplets
CELTICBARBARIAN Offline
Member
9 Posts:
9 Likes
 
#1
12-19-2018, 02:01 AM
How do I divide the grid into different tuplets? The layout is kind of confusing. I know how to do triplets like grid=3/4 but how do I go beyond this?


Reply
RunnyCylinder59 Offline
Member
10 Posts:
4 Likes
 
#2
12-19-2018, 02:02 AM
i dunno but ask dcsm or Lucent


Reply
Muhngkee Offline
Member
21 Posts:
13 Likes
 
#3
12-19-2018, 01:49 PM
Right click on the grid selector, go to inspect, expand <select id="grid_select">...</select> and change one of the values. A formula that can be used for getting the value for a specific type of tuplet is [division of one beat]/4 . For example: A quintuplet is a fifth of one beat, thus for setting the grid to quintuplets you replace one of the values with 1.25 (which is equal to 5/4).


Reply
CELTICBARBARIAN Offline
Member
9 Posts:
9 Likes
 
#4
12-19-2018, 10:59 PM
(12-19-2018, 01:49 PM)Muhngkee Wrote: Right click on the grid selector, go to inspect, expand <select id="grid_select">...</select> and change one of the values. A formula that can be used for getting the value for a specific type of tuplet is [division of one beat]/4 . For example: A quintuplet is a fifth of one beat, thus for setting the grid to quintuplets you replace one of the values with 1.25 (which is equal to 5/4).

I dont really understand sorry. Can you give screenshots?


Reply
LucentTear Offline
Somebody Who Does A Bit Of Everything
953 Posts:
 
#5
12-19-2018, 11:00 PM
(12-19-2018, 10:59 PM)CELTICBARBARIAN Wrote:
(12-19-2018, 01:49 PM)Muhngkee Wrote: Right click on the grid selector, go to inspect, expand <select id="grid_select">...</select> and change one of the values. A formula that can be used for getting the value for a specific type of tuplet is [division of one beat]/4 . For example: A quintuplet is a fifth of one beat, thus for setting the grid to quintuplets you replace one of the values with 1.25 (which is equal to 5/4).

I dont really understand sorry. Can you give screenshots?

#/4 = number of notes per 4 squares on OS.


Reply
CELTICBARBARIAN Offline
Member
9 Posts:
9 Likes
 
#6
12-19-2018, 11:01 PM
(12-19-2018, 10:59 PM)CELTICBARBARIAN Wrote:
(12-19-2018, 01:49 PM)Muhngkee Wrote: Right click on the grid selector, go to inspect, expand <select id="grid_select">...</select> and change one of the values. A formula that can be used for getting the value for a specific type of tuplet is [division of one beat]/4 . For example: A quintuplet is a fifth of one beat, thus for setting the grid to quintuplets you replace one of the values with 1.25 (which is equal to 5/4).

I dont really understand sorry. Can you give screenshots?

OH WAIT I SEE WHAT YOU MEAN


Reply
BeautifulBaguette Offline
Member
2 Posts:
0 Likes
 
#7
04-20-2022, 12:40 AM (This post was last modified: 04-20-2022, 12:42 AM by BeautifulBaguette.)
(12-19-2018, 11:01 PM)CELTICBARBARIAN Wrote:
(12-19-2018, 10:59 PM)CELTICBARBARIAN Wrote:
(12-19-2018, 01:49 PM)Muhngkee Wrote: Right click on the grid selector, go to inspect, expand <select id="grid_select">...</select> and change one of the values. A formula that can be used for getting the value for a specific type of tuplet is [division of one beat]/4 . For example: A quintuplet is a fifth of one beat, thus for setting the grid to quintuplets you replace one of the values with 1.25 (which is equal to 5/4).

I dont really understand sorry. Can you give screenshots?

OH WAIT I SEE WHAT YOU MEAN

Super old thread so I am going to update it with a new solution
First, you can access the console (Ctrl+Shift+I or from More Settings on Chrome) 
Now, you have to do some critical thinking. Lets say you have an x-tuple in the time of y. 
In that case, you would type stretchNotes(y/x).
For example, a 3-tuple in the time of two beats is stretchNotes(2/3).
Keep in mind, you have to highlight the notes you want to stretch. Here is a screenshot.
[Image: T7dxKzAcxaDu73meAc1f5mEYf-aOBq9_c1ZQqCQo...authuser=0]
The reason this works is because you are dividing two beats into three sections, so you are scaling three beats into two beats.
3 * 2/3 = 2, which is the math behind it.


Reply
BeautifulBaguette Offline
Member
2 Posts:
0 Likes
 
#8
04-20-2022, 07:49 PM
(04-20-2022, 12:40 AM)BeautifulBaguette Wrote:
(12-19-2018, 11:01 PM)CELTICBARBARIAN Wrote:
(12-19-2018, 10:59 PM)CELTICBARBARIAN Wrote:
(12-19-2018, 01:49 PM)Muhngkee Wrote: Right click on the grid selector, go to inspect, expand <select id="grid_select">...</select> and change one of the values. A formula that can be used for getting the value for a specific type of tuplet is [division of one beat]/4 . For example: A quintuplet is a fifth of one beat, thus for setting the grid to quintuplets you replace one of the values with 1.25 (which is equal to 5/4).

I dont really understand sorry. Can you give screenshots?

OH WAIT I SEE WHAT YOU MEAN

Super old thread so I am going to update it with a new solution
First, you can access the console (Ctrl+Shift+I or from More Settings on Chrome) 
Now, you have to do some critical thinking. Lets say you have an x-tuple in the time of y. 
In that case, you would type stretchNotes(y/x).
For example, a 3-tuple in the time of two beats is stretchNotes(2/3).
Keep in mind, you have to highlight the notes you want to stretch. Here is a screenshot.
[Image: T7dxKzAcxaDu73meAc1f5mEYf-aOBq9_c1ZQqCQo...authuser=0]
The reason this works is because you are dividing two beats into three sections, so you are scaling three beats into two beats.
3 * 2/3 = 2, which is the math behind it.

For grid changing, just put grid= and then the time signature you want. like grid=3/4 or grid=6/8


Reply



Users browsing this thread:   1 Guest(s)


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