/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDevicePlugin.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDevicePlugin.h

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

revision 1906 by persson, Mon Sep 15 16:58:10 2008 UTC revision 1907 by iliev, Sat May 16 17:04:37 2009 UTC
# Line 48  namespace LinuxSampler { Line 48  namespace LinuxSampler {
48          };          };
49    
50          /**          /**
51             * Device Parameter 'CHANNELS'
52             */
53            class ParameterChannelsPlugin : public ParameterChannels {
54            public:
55                ParameterChannelsPlugin() : ParameterChannels() { }
56                ParameterChannelsPlugin(String s) : ParameterChannels(s) { }
57                virtual bool Fix() { return true; }
58            };
59    
60            /**
61           * Device Parameter 'FRAGMENTSIZE'           * Device Parameter 'FRAGMENTSIZE'
62           *           *
63           * Used to set the audio fragment size / period size.           * Used to set the audio fragment size / period size.

Legend:
Removed from v.1906  
changed lines
  Added in v.1907

  ViewVC Help
Powered by ViewVC