Interface IEngine
synth engine
Namespace: LibSasara.Model.Serialize
Assembly: LibSasara.dll
Syntax
public interface IEngine : IHasVersion
Properties
Dictionary
辞書
Declaration
DictionaryInfo? Dictionary { get; set; }
Property Value
Type | Description |
---|---|
DictionaryInfo |
SoundSources
ボイスライブラリ
Declaration
List<SoundSource>? SoundSources { get; set; }
Property Value
Type | Description |
---|---|
List<SoundSource> |