@@ -118,8 +118,6 @@ class SyncStartTimeMonitor : public SyncMonitor
118118 void paint (Graphics& g);
119119};
120120
121-
122-
123121class StreamMonitor : public LevelMonitor
124122{
125123public:
@@ -144,7 +142,6 @@ class StreamMonitor : public LevelMonitor
144142 int totalChannels;
145143};
146144
147-
148145class DiskMonitor : public LevelMonitor , public DiskSpaceListener
149146{
150147public:
@@ -197,6 +194,9 @@ class RecordChannelsParameterEditor : public ParameterEditor,
197194 /* * Responds to changes in the PopupChannelSelector*/
198195 void channelStateChanged (Array<int > selectedChannels) override ;
199196
197+ /* * Get the number of channels */
198+ int getChannelCount () override ;
199+
200200 /* * Sets sub-component locations */
201201 virtual void resized () override ;
202202
@@ -314,7 +314,7 @@ class RecordNodeEditor : public GenericEditor,
314314 /* * Set the time of latest sync pulse */
315315 void setLastSyncEvent (uint16 streamId, bool isSynchronized, float syncTimeSeconds);
316316
317- /* * Set the synchronization accuracy metric for a particular stream */
317+ /* * Set the synchronization accuracy metric for a particular stream */
318318 void setSyncAccuracy (uint16 streamId, bool isSynchronized, float expectedMinusActual);
319319
320320 std::unique_ptr<FifoDrawerButton> fifoDrawerButton;
0 commit comments