Advertisement
Guest User

Swing in Rhythm Doctor

a guest
Jun 27th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. ÖAN EXPLANATION OF SWING
  2. =======================
  3.  
  4. SIMPLE EXPLANATION
  5. ------------------
  6.  
  7. Swing is used to give a swing feel to notes.
  8. The way it does this is complicated, to ensure that
  9. the notes always fit the standard swung feeling.
  10.  
  11. In summary:
  12.  
  13. 1) Usually you have an even grid of notes
  14.  
  15. □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
  16.  
  17. And you put beats on those notes
  18.  
  19. ■ ■ ■ ■ ■ ■ ■ □ □ □ □ □ □ □ □ □ □ □
  20. 1 2 3 4 5 6 ^
  21. hit!
  22.  
  23. 2) Swing changes the GRID by moving the empty boxes
  24. that are even.
  25.  
  26. NO SWING
  27. □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
  28.  
  29. □ □□ □□ □□ □□ □□ □□ □□ □□ □
  30. SWING
  31.  
  32. 3) So when you fill them up you get a swung beat.
  33.  
  34. ■ ■■ ■■ ■■ □□ □□ □□ □□ □□ □
  35. 1 23 45 6^
  36. hit!
  37.  
  38.  
  39. And if you started on the second beat, it automatically becomes an inverse swing:
  40.  
  41. □ ■■ ■■ ■■ ■□ □□ □□ □□ □□ □
  42. 12 34 56 ^
  43. hit!
  44.  
  45.  
  46. The grid stays the same, since the swing number hasn't changed, only the starting beat.
  47.  
  48. So the Swing number affects just the placement of the grid.
  49. How exactly?
  50.  
  51. In short, for the even numbered boxes of the bar, it applies the formula
  52.  
  53. (position of swung box) = (position of box after it) - swing
  54.  
  55. But the spacing of the boxes themselves that are used is not always 1 beat.
  56. Instead it depends on the Tick number of that specific Beat.
  57.  
  58. Lets look at an example of one with Tick of 2.
  59.  
  60. EXAMPLE CALCULATION
  61. -----------------------
  62.  
  63. Okay, lets start again with a bar that has 8 beats.
  64. Let | be the barline
  65. and - be a beat.
  66.  
  67. Here are five bars.
  68.  
  69. |--------|--------|--------|--------|--------|
  70.  
  71.  
  72. Now lets put a Classic beat. Lets call each 'beat' of those 7 beats, an 'Ö').
  73.  
  74. Lets make the Classic beat have a tick of 2.
  75. That means it looks like this:
  76.  
  77. |Ö-Ö-Ö-Ö-|Ö-Ö-Ø---|--------|--------|--------|
  78.  
  79.  
  80. The Ø is the clap.
  81.  
  82.  
  83. SWING
  84. -----
  85.  
  86. So what does Swing do? Swing works like this
  87.  
  88. 1) First it overlays the grid of boxes on to the bar, in spacing of Tick.
  89.  
  90. |□-□-□-□-|□-□-□-□-|□-□-□-□-|□-□-□-□-|□-□-□-□-|
  91.  
  92. Next it will move the even numbered boxes around depending on Swing.
  93.  
  94. For a swing of 1,
  95.  
  96. (position of swung box) = (position of box after it) - swing
  97.  
  98. So:
  99.  
  100. Box2 = Box3 - 1
  101. Box4 = Box5 - 1
  102. Box6 = Box7 - 1
  103.  
  104.  
  105. |□-□-□-□-|□-□-□-□-|□-□-□-□-|□-□-□-□-|□-□-□-□-|
  106.  
  107. turns into
  108.  
  109. |□--□□--□|□--□□--□|□--□□--□|□--□□--□|□--□□--□|
  110.  
  111.  
  112. So any notes that were in the second box now get moved one beat later.
  113.  
  114. So with our earlier example, lets mark those Ös that were in Swung boxes.
  115.  
  116. |--S---S-|--S-----|
  117. |Ö-Ö-Ö-Ö-|Ö-Ö-Ø---|--------|--------|--------|
  118.  
  119. S represents the boxes that would be Swung.
  120.  
  121. So our final pattern is this:
  122.  
  123. |Ö--ÖÖ--Ö|Ö--ÖØ---|--------|--------|--------|
  124.  
  125.  
  126. See that usually the Ø doesnt change position compared to if Swing was 0.
  127. It will only changes position if your first Ö is in a Swung box.
  128.  
  129.  
  130. Hope that helps.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement