Skip to content

Enable .. only_in:: sc to work in all places #159

Open
@tedmoore

Description

@tedmoore

Currently it seems that the .. only_in:: sc`` functionality only works in the discussion section. It would be wonderful for it to also be available in the :control:` sections to enable something like this:

:control algorithm:

   The feature on which novelty is computed.

   .. only_in:: sc
      
      The argument can be passed as an integer (see table below) which is modulatable, or as one of the following symbols: ``\spectrum``, ``\mfcc``, ``\chroma``, ``\pitch``, or ``\loudness``.

   :enum:

      :0:
         Spectrum – The magnitude of the full spectrum.

      :1:
         MFCC – 13 Mel-Frequency Cepstrum Coefficients.

      :2:
         Chroma – The contour of a 12-band chromagram.

      :3:
         Pitch – The pitch and its confidence.

      :4:
         Loudness – The true peak and loudness.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions