diff plugin/plugins/SamplePlayer.h @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 9a6b50d3cc50
children ad5f892c0c4d
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.h	Thu Mar 01 14:43:40 2018 +0000
+++ b/plugin/plugins/SamplePlayer.h	Thu Mar 01 18:02:22 2018 +0000
@@ -37,17 +37,17 @@
     ~SamplePlayer();
 
     enum {
-	OutputPort    = 0,
-	RetunePort    = 1,
-	BasePitchPort = 2,
+        OutputPort    = 0,
+        RetunePort    = 1,
+        BasePitchPort = 2,
         ConcertAPort  = 3,
-	SustainPort   = 4,
-	ReleasePort   = 5,
-	PortCount     = 6
+        SustainPort   = 4,
+        ReleasePort   = 5,
+        PortCount     = 6
     };
 
     enum {
-	Polyphony = 128
+        Polyphony = 128
     };
 
     static const char *const portNames[PortCount];
@@ -69,7 +69,7 @@
     static void selectProgram(LADSPA_Handle, unsigned long, unsigned long);
     static int getMidiController(LADSPA_Handle, unsigned long);
     static void runSynth(LADSPA_Handle, unsigned long,
-			 snd_seq_event_t *, unsigned long);
+                         snd_seq_event_t *, unsigned long);
     static void receiveHostDescriptor(const DSSI_Host_Descriptor *descriptor);
     static void workThreadCallback(LADSPA_Handle);