---
title: AVMIDIPitchBendEvent
framework: avfaudio
role: symbol
role_heading: Class
path: avfaudio/avmidipitchbendevent
---

# AVMIDIPitchBendEvent

An object that represents a MIDI pitch bend message.

## Declaration

```swift
class AVMIDIPitchBendEvent
```

## Topics

### Creating a Pitch Bend Event

- [init(channel:value:)](avfaudio/avmidipitchbendevent/init(channel:value:).md)

### Configuring a Pitch Bend Event

- [value](avfaudio/avmidipitchbendevent/value.md)

## Relationships

### Inherits From

- [AVMIDIChannelEvent](avfaudio/avmidichannelevent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Handling MIDI Channel Events

- [AVMIDIChannelEvent](avfaudio/avmidichannelevent.md)
- [AVMIDIChannelPressureEvent](avfaudio/avmidichannelpressureevent.md)
- [AVMIDIProgramChangeEvent](avfaudio/avmidiprogramchangeevent.md)
- [AVMIDIPolyPressureEvent](avfaudio/avmidipolypressureevent.md)
- [AVMIDIControlChangeEvent](avfaudio/avmidicontrolchangeevent.md)
