/[svn]/linuxsampler/trunk/src/hostplugins/lv2/PluginLv2.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/lv2/PluginLv2.h

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

revision 2339 by schoenebeck, Wed Jan 18 01:32:26 2012 UTC revision 2340 by capela, Fri Mar 30 23:54:44 2012 UTC
# Line 38  namespace { Line 38  namespace {
38          void Activate();          void Activate();
39          void Run(uint32_t SampleCount);          void Run(uint32_t SampleCount);
40          void Deactivate();          void Deactivate();
41          void Save(LV2_State_Store_Function store, void* data,          LV2_State_Status Save(LV2_State_Store_Function store, void* data,
42                    uint32_t flags, const LV2_Feature* const* features);                                uint32_t flags, const LV2_Feature* const* features);
43          void Restore(LV2_State_Retrieve_Function retrieve, void* data,          LV2_State_Status Restore(LV2_State_Retrieve_Function retrieve, void* data,
44                       uint32_t flags, const LV2_Feature* const* features);                                   uint32_t flags, const LV2_Feature* const* features);
45    
46      protected:      protected:
47          virtual String PathToState(const String& string);          virtual String PathToState(const String& string);
# Line 91  namespace { Line 91  namespace {
91          static void cleanup(LV2_Handle instance);          static void cleanup(LV2_Handle instance);
92          static const void* extension_data(const char* uri);          static const void* extension_data(const char* uri);
93    
94          static void save(LV2_Handle               handle,          static LV2_State_Status save(LV2_Handle               handle,
95                           LV2_State_Store_Function store,                                       LV2_State_Store_Function store,
96                           void*                    data);                                       void*                    data);
97    
98          static void restore(LV2_Handle                  handle,          static LV2_State_Status restore(LV2_Handle                  handle,
99                              LV2_State_Retrieve_Function retrieve,                                          LV2_State_Retrieve_Function retrieve,
100                              void*                       data);                                          void*                       data);
101      }      }
102  }  }
103    

Legend:
Removed from v.2339  
changed lines
  Added in v.2340

  ViewVC Help
Powered by ViewVC