Skip to content

Commit b255d92

Browse files
author
Kunal Arya
committed
Patch in RustAudio#138
1 parent 63a7562 commit b255d92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/api.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@ impl<'a> Iterator for EventIterator<'a> {
500500
#[repr(i32)]
501501
#[derive(Copy, Clone, Debug)]
502502
pub enum EventType {
503+
/// Value used for uninitialized placeholder events.
504+
/// (https://github.com/RustAudio/vst-rs/pull/138/files)
505+
_Placeholder = 0,
506+
503507
/// Midi event. See `api::MidiEvent`.
504508
Midi = 1,
505509

0 commit comments

Comments
 (0)