renoise

package
v0.0.0-...-593007a Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DebugMode = false

Functions

func GetSliceMarkers

func GetSliceMarkers(fname string) (filename string, start []float64, end []float64, err error)

Types

type RenoiseInstrument

type RenoiseInstrument struct {
	Samples struct {
		Text   string `xml:",chardata"`
		Sample []struct {
			Name         string `xml:"Name"`
			FileName     string `xml:"FileName"`
			LoopMode     string `xml:"LoopMode"`
			LoopRelease  string `xml:"LoopRelease"`
			LoopStart    int    `xml:"LoopStart"`
			LoopEnd      int    `xml:"LoopEnd"`
			SliceMarkers struct {
				Text        string `xml:",chardata"`
				SliceMarker []struct {
					SamplePosition int `xml:"SamplePosition"`
				} `xml:"SliceMarker"`
			} `xml:"SliceMarkers"`
			SingleSliceTriggerEnabled string `xml:"SingleSliceTriggerEnabled"`
			IsAlias                   string `xml:"IsAlias"`
		} `xml:"Sample"`
	} `xml:"Samples"`
}

RenoiseInstrument was generated 2023-10-28 12:18:29 by https://xml-to-go.github.io/ in Ukraine.

Jump to

Keyboard shortcuts

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