Home
last modified time | relevance | path

Searched defs:windat_ (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcwindow.h38 struct windat_ { struct
39 uintptr_t windid; /* set by MakeGraph() */
40 MYFLT *fdata; /* data passed to DrawGraph */
41 int32 npts; /* size of above array */
42 char caption[CAPSIZE]; /* caption string for graph */
43 int16 waitflg; /* set =1 to wait for ms after Draw */
44 int16 polarity; /* controls positioning of X axis */
45 MYFLT max, min; /* workspace .. extrema this frame */
46 MYFLT absmax; /* workspace .. largest of above */
47 MYFLT oabsmax; /* Y axis scaling factor */
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcwindow.h38 struct windat_ { struct
39 uintptr_t windid; /* set by MakeGraph() */
40 MYFLT *fdata; /* data passed to DrawGraph */
41 int32 npts; /* size of above array */
42 char caption[CAPSIZE]; /* caption string for graph */
43 int16 waitflg; /* set =1 to wait for ms after Draw */
44 int16 polarity; /* controls positioning of X axis */
45 MYFLT max, min; /* workspace .. extrema this frame */
46 MYFLT absmax; /* workspace .. largest of above */
47 MYFLT oabsmax; /* Y axis scaling factor */
[all …]
/dports/audio/csound/csound-6.15.0/include/
H A Dcwindow.h38 struct windat_ { struct
39 uintptr_t windid; /* set by MakeGraph() */
40 MYFLT *fdata; /* data passed to DrawGraph */
41 int32 npts; /* size of above array */
42 char caption[CAPSIZE]; /* caption string for graph */
43 int16 waitflg; /* set =1 to wait for ms after Draw */
44 int16 polarity; /* controls positioning of X axis */
45 MYFLT max, min; /* workspace .. extrema this frame */
46 MYFLT absmax; /* workspace .. largest of above */
47 MYFLT oabsmax; /* Y axis scaling factor */
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs297 pub struct windat_ { struct
300 pub type WINDAT = windat_; argument