Sequencers and DAWs (and midi)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

26 Terms

1
New cards

What does DAW stand for?

Digital audio workstation.

2
New cards

SEQUENCING: what is step sequencing?

The notes are entered into a sequencer’s memory one at a time onto a grid.

Step sequencers were built into a number to of popular analogue synths during the 1970s - regular musical loops became a feature of synth pop.

3
New cards

How did early analogue synthesisers work?

They sent a CV/gate signals to trigger notes on a synthesiser.

In order to do this, a voltage was sent from the sequencer to control the opening and closing of gates to play notes on a synthesiser module.

4
New cards

How did digital sequencing work?

Invented in the 1970s, digital analogue synthesisers used voltage control but with computer memory.

Digital sequencers also were built in to samplers and synthesisers in the 80s - eg ‘Rio’ - Duran Duran.

5
New cards

When was MIDI introduced?

1983.

6
New cards

What was the impact of MIDI?

It became the common language used by electronic musical instruments to communicate with eachother.

It was successful in music studios as it was easier to programme a sequence on the computer and send it through the MIDI ports to control a synth, sampler or drum machine.

7
New cards

What does a MIDI message consist of?

A status byte - tells us the type of MIDI message - and one or two data bytes - provide more information about the parameters associated with it.

8
New cards

What binary values can a bit have?

Either 0 or 1.

9
New cards

How many bits is a byte?

8 bits.

Therefore the binary number for each byte is 8 digits long.

10
New cards

What do we call the largest bit and the smallest bit?

The largest bit (furthest to the left) - the most significant bit (MSB).

The smallest bit (furthest to the right) - the least significant bit (LSB).

11
New cards

What are note messages and controller messages examples of?

MIDI messages - digital instructions sent between electronic musical instruments, computers, and other devices to communicate musical information like notes, velocity, and control changes

12
New cards

What’s the status byte and data bytes of a note midi message?

Status byte - Note on/Channel

Data Byte 1 - Note number

Data Byte 2 - Velocity value.

13
New cards

What’s the status byte and data bytes of a controller midi message?

Status byte - Control change/channel

Data byte 1 - Controller number

Data byte 2 - Controller value

14
New cards

How are midi messages transmitted to different pieces of equipment?

Using a specific order of bytes.

15
New cards

Example of a midi message.

knowt flashcard image
16
New cards

What do status bytes always begin with, and what do data bytes always begin with (as seen in example)

Status bytes always begin with 1.

Data bytes always begin with 0.

17
New cards

How is velocity data transmitted in a midi message?

As part of the second data byte in a note.

18
New cards

What type of system is binary?

A base 2 system.

19
New cards

What’s the number of possible values in binary code?

The number of possible values is given by 2 to the power of 8 (given by calculation 2 to the power of x). So

the possible values of 8 bits is 256.

20
New cards

Why can we only use 7 bits to represent velocity?

As the first bit is used to distinguish between a status and data byte.

21
New cards

So how many possible values are there for a note’s velocity?

2 to the power of 7 = 128.

Therefore there are 128 possible values for a note’s velocity: 0-127

22
New cards

What are some examples of other MIDI messages?

Aftertouch, pitch bend, program changes

23
New cards

What are midi controllers?

Hardware that transmits MIDI data to MIDI enabled devices.

These are normally connected to a computer or synthesiser.

24
New cards

What are the two types of controllers?

Switched and continuous.

25
New cards

What are some examples of controller names?

Modulation

Volume

Pan

Expression

Sustain

Portamento

Each controller has a a value between 0 and 127.

26
New cards

What is pitch bend?