Beispiel #1
0
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    None,
    [rhythmtools.Prolater(1, -1)] * 3,
    None,
]
Beispiel #2
0
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater([2, 3, 5], [1, 0, 0]),
    rhythmtools.Prolater([2, 3, 5], [1, 0, 0]),
    rhythmtools.Prolater([2, 3, 5], [1, 0, 0]),
    rhythmtools.Prolater([2, 3, 5], [1, 0, 0]),
    None,
]
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater(3, -1),
    rhythmtools.Prolater(6, -1),
    rhythmtools.Prolater(6, -1),
    rhythmtools.Prolater(6, -1),
    None,
]
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater([2, 3, 5], [-1, 1, 1]),
    rhythmtools.Prolater([2, 3, 5], [-1, 1, 1]),
    rhythmtools.Prolater([2, 3, 5], [-1, 1, 1]),
    rhythmtools.Prolater([2, 3, 5], [-1, 1, 1]),
    None,
]
# -*- coding: utf-8 -*-
from surge.materials.segment_ii.time_signatures import time_signatures
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater(1, [0]),
    None,
    rhythmtools.Prolater(1, [1]),
    rhythmtools.Prolater(1, [1]),
    None,
]
Beispiel #6
0
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater(3),
    rhythmtools.Prolater(6),
    rhythmtools.Prolater(6),
    rhythmtools.Prolater(6),
    None,
]
# -*- coding: utf-8 -*-
from surge.materials.segment_ii.time_signatures import time_signatures
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater(1, [3]),
    None,
    rhythmtools.Prolater(1, [3]),
    rhythmtools.Prolater(1, [3]),
    None,
]
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater([2, 4, 4], [0, 0, 1]),
    rhythmtools.Prolater([2, 4, 4], [0, 0, 1]),
    rhythmtools.Prolater([2, 4, 4], [0, 0, 1]),
    rhythmtools.Prolater([2, 4, 4], [0, 0, 1]),
    None,
]
Beispiel #9
0
# -*- coding: utf-8 -*-
from surge.tools import rhythmtools

prolaters = [
    None, None, None,
    rhythmtools.Prolater(4, 0),
    rhythmtools.Prolater(4, 0),
    rhythmtools.Prolater(4, 0),
    rhythmtools.Prolater(2, [2, -2, 1, -1, 0, -1, 1, -2])
]
Beispiel #10
0
# -*- coding: utf-8 -*-
from surge.materials.segment_ii.time_signatures import time_signatures
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    rhythmtools.Prolater(),
    None,
    rhythmtools.Prolater(),
    rhythmtools.Prolater(),
    None,
]
# -*- coding: utf-8 -*-
from surge.materials.segment_i.time_signatures import time_signatures
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    [
        rhythmtools.Prolater(0),
        rhythmtools.Prolater(0),
        None,
        rhythmtools.Prolater(1, -1),
    ],
    None,
    None,
]
# -*- coding: utf-8 -*-
from surge.materials.segment_i.time_signatures import time_signatures
from surge.tools import rhythmtools

prolaters = [
    None,
    None,
    None,
    [rhythmtools.Prolater(1, 2)] * 3,
    None,
]