// 78-322 Mid-east dance beat Doc A 7/8 dance beat in the form 3-2-2 Author Bob van der Poel SeqClear Time 7 Timesig 7 8 // We don't have any handy include files for this, so we create // our patterns here. // First, drums. We use somewhat symbolic names for the beats. // Eg. 12346 would give hits on 1, 2, 3, 4 and 6 // 146 1, 4 and 6 Begin Drum Define D14 1 0 90; 4 0 90 D23 2 0 90; 3 0 90 D6 6 0 90 D1234 D14; D23 D12346 D1234; D6 D236 D23; D6 D57 5 0 90; 7 0 90 End /////////////////////////////////////////////// // Basic Sequence with drums and sitar Begin Drum-Low Tone LowBongo Volume m Sequence D14 End Begin Drum-Hi Tone HighTom1 Volume mp Sequence D236 End Begin Chord Voice Sitar Sequence { 1 4 90; 4 16 90; 6 16 90 } Volume mp Articulate 80 Octave 4 Voicing Mode=Optimal Strum 20 End Begin Bass Voice AcousticBass Sequence { 1 8 1 90; 4 8 3 80; 6 8 3 90 } Octave 3 Articulate 60 End DefGroove Main A simple 7/8 3+2+2 pattern // Now a fill pattern Groove Main // use the main groove Begin Drum-Fill Tone JingleBell Volume p Sequence { 1 0 90 } End DefGroove Fill Adds a bell to the first beat.