Skip to content

Commit

Permalink
wip: fix double struct declaration from generated structs
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jun 13, 2024
1 parent 3cf31aa commit 386f387
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions macos/_wip/audiotoolbox/audiotoolbox_structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,16 +553,6 @@ type QueueLevelMeterState struct {
MPeakPower float32
}

// A structure that describes a scheduled parameter event. [Full Topic]
//
// [Full Topic]: https://developer.apple.com/documentation/audiotoolbox/auparameterevent?language=objc
type ParameterEvent struct {
ParameterID uint32
Scope uint32
Element uint32
Value float32
}

// A callback used to provide input to an audio unit. [Full Topic]
//
// [Full Topic]: https://developer.apple.com/documentation/audiotoolbox/aunoderendercallback?language=objc
Expand Down

0 comments on commit 386f387

Please sign in to comment.