/[svn]/linuxsampler/trunk/src/scriptvm/parser_shared.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/parser_shared.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3572 by schoenebeck, Fri Aug 23 11:44:00 2019 UTC revision 3573 by schoenebeck, Tue Aug 27 21:36:53 2019 UTC
# Line 26  Line 26 
26  struct _YYSTYPE {  struct _YYSTYPE {
27      union {      union {
28          LinuxSampler::vmint iValue;          LinuxSampler::vmint iValue;
29            LinuxSampler::vmfloat fValue;
30          char* sValue;          char* sValue;
31          struct {          struct {
32              LinuxSampler::vmint iValue;              LinuxSampler::vmint iValue;
33              LinuxSampler::MetricPrefix_t prefix[2];              LinuxSampler::MetricPrefix_t prefix[2];
34              LinuxSampler::StdUnit_t unit;              LinuxSampler::StdUnit_t unit;
35          } iUnitValue;          } iUnitValue;
36            struct {
37                LinuxSampler::vmfloat fValue;
38                LinuxSampler::MetricPrefix_t prefix[2];
39                LinuxSampler::StdUnit_t unit;
40            } fUnitValue;
41      };      };
42      LinuxSampler::EventHandlersRef nEventHandlers;      LinuxSampler::EventHandlersRef nEventHandlers;
43      LinuxSampler::EventHandlerRef nEventHandler;      LinuxSampler::EventHandlerRef nEventHandler;

Legend:
Removed from v.3572  
changed lines
  Added in v.3573

  ViewVC Help
Powered by ViewVC