model

package
v0.0.0-...-dd69fc7 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VendorID      = []byte{0x00, 0x20, 0x29}
	SampleID byte = 0x00
	SynthID  byte = 0x01
)
View Source
var (
	Circuit = &Flavor{
		Name:           "Novation Circuit",
		ID:             0x60,
		SysExSize:      348,
		NumberProjects: 32,
		NumberSamples:  64,
		NumberPatches:  64,
	}
)
View Source
var (
	CircuitTracks = &Flavor{
		Name:           "Circuit Tracks",
		ID:             0x64,
		SysExSize:      350,
		NumberProjects: 64,
		NumberSamples:  64,
		NumberPatches:  128,
	}
)

Functions

This section is empty.

Types

type Flavor

type Flavor struct {
	Name           string
	ID             byte
	SysExSize      int
	NumberProjects int
	NumberSamples  int
	NumberPatches  int
}

func (*Flavor) SysExPatchPrefix

func (f *Flavor) SysExPatchPrefix() []byte

func (*Flavor) SysExSamplePrefix

func (f *Flavor) SysExSamplePrefix() []byte

Jump to

Keyboard shortcuts

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