steinbergmedia / vst3_pluginterfaces

VST 3 API
Other
24 stars 18 forks source link

The FileDescriptor typedef does not help #1

Closed abique closed 3 years ago

abique commented 6 years ago

https://github.com/steinbergmedia/vst3_pluginterfaces/blob/de91bf4199959f9496cf6d14990fce037435ade5/gui/iplugview.h#L212

Hi, this typedef does not help, and file descriptor on Linux are int and everyone expects an int. Introducing a new type does not bring anything but confusion.