---
title: activeGroupPreset
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phaseengine/activegrouppreset
---

# activeGroupPreset

The settings that define playback for a group of sounds.

## Declaration

```swift
var activeGroupPreset: PHASEGroupPreset? { get }
```

## Discussion

Discussion This property returns the most recent group preset on which the app calls activate(). Group presets map a collection of sounds in a group to settings the app applies in a specific context. For more information, see PHASEGroupPreset.

## See Also

### Managing Groups of Sounds

- [groups](phase/phaseengine/groups.md)
- [duckers](phase/phaseengine/duckers.md)
