ChoonMLLib - class library to access and convert ChoonML files

Part Class

[This is preliminary documentation and subject to change.]

This class encapsulates a Part - that is, an instrument or mixer channel.

It is persisted into a <part> element in ChoonML.

Samples related to this part will be automatically persisted under this element according to their Part property, which indexes Samples.

Converters should create instances of this class and add them to Parts.

All methods in this library can throw an exception if an error occurs.

Warning: This interface has not yet been frozen and can be changed under you!

For a list of all members of this type, see Part Members.

System.Object
   ChoonML.Part

public class Part

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ChoonML

Assembly: ChoonMLLib (in ChoonMLLib.dll)

See Also

Part Members | ChoonML Namespace