VVSDK  1.0
The VVAmbisonic Library
HostCallback.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013 David McGriffy, all rights reserved
3  */
4 
5 #ifndef HOSTCALLBACK_H_INCLUDED
6 #define HOSTCALLBACK_H_INCLUDED
7 
9 {
10 public:
13 
14  virtual void notifyParameterChanged(int index, float newValue) = 0;
15 };
16 
17 #endif
~HostCallback()
Definition: HostCallback.h:12
HostCallback()
Definition: HostCallback.h:11
Definition: HostCallback.h:8
virtual void notifyParameterChanged(int index, float newValue)=0