Control Surface API  2.2.2
NotificationSettings.java
1 package com.bitwig.extension.controller.api;
2 
19 public interface NotificationSettings
20 {
31 
42  void setShouldShowSelectionNotifications(boolean shouldShowNotifications);
43 
54  void setShouldShowChannelSelectionNotifications(boolean shouldShowNotifications);
55 
66  void setShouldShowTrackSelectionNotifications(boolean shouldShowNotifications);
67 
78  void setShouldShowDeviceSelectionNotifications(boolean shouldShowNotifications);
79 
90  void setShouldShowDeviceLayerSelectionNotifications(boolean shouldShowNotifications);
91 
102  void setShouldShowPresetNotifications(boolean shouldShowNotifications);
103 
114  void setShouldShowMappingNotifications(boolean shouldShowNotifications);
115 
126  void setShouldShowValueNotifications(boolean shouldShowNotifications);
127 }
void setShouldShowTrackSelectionNotifications(boolean shouldShowNotifications)
void setShouldShowValueNotifications(boolean shouldShowNotifications)
void setShouldShowDeviceLayerSelectionNotifications(boolean shouldShowNotifications)
void setShouldShowDeviceSelectionNotifications(boolean shouldShowNotifications)
void setShouldShowMappingNotifications(boolean shouldShowNotifications)
void setShouldShowPresetNotifications(boolean shouldShowNotifications)
void setShouldShowSelectionNotifications(boolean shouldShowNotifications)
void setShouldShowChannelSelectionNotifications(boolean shouldShowNotifications)