Class SeriesSonification

    • Constructor Detail

      • SeriesSonification

        public SeriesSonification()
    • Method Detail

      • getContextTracks

        public List<ContextTracks> getContextTracks()
        Returns context tracks for this series. Context tracks are tracks that are not tied to data points.

        Given as an array of instrument tracks, speech tracks, or a mix of both.

      • setContextTracks

        public void setContextTracks​(List<ContextTracks> contextTracks)
        Sets context tracks for this series. Context tracks are tracks that are not tied to data points.

        Given as an array of instrument tracks, speech tracks, or a mix of both.

      • getDefaultInstrumentOptions

        public DefaultInstrumentOptions getDefaultInstrumentOptions()
        Returns default options for all this series' instrument tracks.
      • setDefaultInstrumentOptions

        public void setDefaultInstrumentOptions​(DefaultInstrumentOptions defaultInstrumentOptions)
        Sets default options for all this series' instrument tracks.
      • getDefaultSpeechOptions

        public DefaultSpeechOptions getDefaultSpeechOptions()
        Returns default options for all this series' speech tracks.
      • setDefaultSpeechOptions

        public void setDefaultSpeechOptions​(DefaultSpeechOptions defaultSpeechOptions)
        Sets default options for all this series' speech tracks.
      • isEnabled

        public boolean isEnabled()
        Returns whether or not sonification is enabled for this series.

        Default: true

      • setEnabled

        public void setEnabled​(Boolean enabled)
        Sets whether or not sonification is enabled for this series.
      • getPointGrouping

        public PointGrouping getPointGrouping()
        Returns sonification point grouping options for this series.
      • setPointGrouping

        public void setPointGrouping​(PointGrouping pointGrouping)
        Sets sonification point grouping options for this series.
      • getTracksSize

        public int getTracksSize()
        Returns the size of tracks.
      • getTracks

        public Track getTracks()
        Returns the Track options, if any, Otherwise, create a new one.

        Returns the first node (index 0) by default.

        Tracks for this series.

        Given as an array of instrument tracks, speech tracks, or a mix of both.

      • getTracks

        public Track getTracks​(int index)
        Returns the Track options from given index, if any, Otherwise, create a new one.

        Tracks for this series.

        Given as an array of instrument tracks, speech tracks, or a mix of both.