fileformat

package
v1.0.0-beta1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 4 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Format_name = map[int32]string{
		0: "Unknown",
		1: "MUSIC_MODEL",
		2: "BWW",
		3: "MUSIC_XML",
		4: "ABC",
	}
	Format_value = map[string]int32{
		"Unknown":     0,
		"MUSIC_MODEL": 1,
		"BWW":         2,
		"MUSIC_XML":   3,
		"ABC":         4,
	}
)

Enum value maps for Format.

View Source
var File_plugin_v1_fileformat_fileformat_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Format

type Format int32

Format of the file. This means the file format of the music data. Every file format may be stored with different file extensions. E.g. Bagpipe Music Writer Gold files are stored with the extension .bww or .bmw.

const (
	Format_Unknown Format = 0
	// The LimePipes music model data format
	Format_MUSIC_MODEL Format = 1
	// Bagpipe Music Writer Gold and Bagpipe Player format
	Format_BWW Format = 2
	// MusicXML format
	Format_MUSIC_XML Format = 3
	// ABC format
	Format_ABC Format = 4
)

func (Format) Descriptor

func (Format) Descriptor() protoreflect.EnumDescriptor

func (Format) Enum

func (x Format) Enum() *Format

func (Format) EnumDescriptor deprecated

func (Format) EnumDescriptor() ([]byte, []int)

Deprecated: Use Format.Descriptor instead.

func (Format) Number

func (x Format) Number() protoreflect.EnumNumber

func (Format) String

func (x Format) String() string

func (Format) Type

func (Format) Type() protoreflect.EnumType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL