/[svn]/linuxsampler/trunk/src/network/lscpevent.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpevent.h

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

revision 1685 by iliev, Tue Dec 4 18:09:26 2007 UTC revision 1686 by schoenebeck, Thu Feb 14 14:58:50 2008 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005 - 2008 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 66  class LSCPEvent { Line 66  class LSCPEvent {
66                      event_misc,                      event_misc,
67                      event_total_stream_count,                      event_total_stream_count,
68                      event_total_voice_count,                      event_total_voice_count,
69                      event_global_info                      event_global_info,
70                            event_channel_midi
71              };              };
72    
73              /* This constructor will do type lookup based on name              /* This constructor will do type lookup based on name
# Line 83  class LSCPEvent { Line 84  class LSCPEvent {
84              LSCPEvent(event_t eventType, String sData, int uiData);              LSCPEvent(event_t eventType, String sData, int uiData);
85              LSCPEvent(event_t eventType, String sData, double dData);              LSCPEvent(event_t eventType, String sData, double dData);
86              LSCPEvent(event_t eventType, int uiData, String sData);              LSCPEvent(event_t eventType, int uiData, String sData);
87                LSCPEvent(event_t eventType, int uiData1, String sData2, int uiData3, int uiData4);
88              LSCPEvent(event_t eventType, int uiData1, int uiData2, int uiData3);              LSCPEvent(event_t eventType, int uiData1, int uiData2, int uiData3);
89          LSCPEvent(event_t eventType, String sData1, String sData2, String sData3);          LSCPEvent(event_t eventType, String sData1, String sData2, String sData3);
90              String Produce( void );              String Produce( void );

Legend:
Removed from v.1685  
changed lines
  Added in v.1686

  ViewVC Help
Powered by ViewVC