@@ -790,8 +777,7 @@
Parameters
Category |
category |
- フィルタする分類
- |
+ |
diff --git a/docs/api/LibSasara.Model.ICeVIOFile.html b/docs/api/LibSasara.Model.ICeVIOFile.html
index a3b2442..6aaeb87 100644
--- a/docs/api/LibSasara.Model.ICeVIOFile.html
+++ b/docs/api/LibSasara.Model.ICeVIOFile.html
@@ -243,12 +243,12 @@
Returns
GetTrackSet<T>(Guid)
-
指定したIDのトラックデータセット(GroupとUnit)を取得
-
+
Declaration
TrackSet<T> GetTrackSet<T>(Guid id)
+
where T : UnitBase
Parameters
@@ -264,8 +264,7 @@
Parameters
Guid |
id |
- 指定ID
- |
+ |
diff --git a/docs/api/LibSasara.Model.Lab.html b/docs/api/LibSasara.Model.Lab.html
index 9286d3e..d16e485 100644
--- a/docs/api/LibSasara.Model.Lab.html
+++ b/docs/api/LibSasara.Model.Lab.html
@@ -336,6 +336,40 @@
Returns
+
+
+
+
ToString()
+
ラベルファイル(*.lab)フォーマットの文字列を返します。
+
+
+
Declaration
+
+
public override string ToString()
+
+
Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ String |
+ ラベルファイル(*.lab)フォーマットの文字列
+ |
+
+
+
+
Overrides
+
+
Examples
+
0 1000 sil
+1000 200000 a
+200000 201000 sil
+
diff --git a/docs/api/LibSasara.Model.PhonemeUtil.html b/docs/api/LibSasara.Model.PhonemeUtil.html
index 03326ad..4b30024 100644
--- a/docs/api/LibSasara.Model.PhonemeUtil.html
+++ b/docs/api/LibSasara.Model.PhonemeUtil.html
@@ -391,8 +391,7 @@
diff --git a/docs/api/LibSasara.Model.Serialize.Author.html b/docs/api/LibSasara.Model.Serialize.Author.html
index c141d37..44ebb2d 100644
--- a/docs/api/LibSasara.Model.Serialize.Author.html
+++ b/docs/api/LibSasara.Model.Serialize.Author.html
@@ -108,8 +108,7 @@
Properties
Version
-
+
Declaration
@@ -134,8 +133,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.DictionaryInfo.html b/docs/api/LibSasara.Model.Serialize.DictionaryInfo.html
index e77ceeb..8eee95c 100644
--- a/docs/api/LibSasara.Model.Serialize.DictionaryInfo.html
+++ b/docs/api/LibSasara.Model.Serialize.DictionaryInfo.html
@@ -134,8 +134,7 @@
Property Value
Version
-
+
Declaration
@@ -160,8 +159,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.Direction-1.html b/docs/api/LibSasara.Model.Serialize.Direction-1.html
index 4e1931f..2707f58 100644
--- a/docs/api/LibSasara.Model.Serialize.Direction-1.html
+++ b/docs/api/LibSasara.Model.Serialize.Direction-1.html
@@ -226,7 +226,7 @@
Inherited Members
List<T>.Reverse()
List<T>.IList.Remove(Object)
diff --git a/docs/api/LibSasara.Model.Serialize.ExtensionInfo.html b/docs/api/LibSasara.Model.Serialize.ExtensionInfo.html
index af1f2bb..a635222 100644
--- a/docs/api/LibSasara.Model.Serialize.ExtensionInfo.html
+++ b/docs/api/LibSasara.Model.Serialize.ExtensionInfo.html
@@ -134,8 +134,7 @@
Property Value
Version
-
+
Declaration
@@ -160,8 +159,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.Group.html b/docs/api/LibSasara.Model.Serialize.Group.html
index b8664ea..545eef3 100644
--- a/docs/api/LibSasara.Model.Serialize.Group.html
+++ b/docs/api/LibSasara.Model.Serialize.Group.html
@@ -136,8 +136,7 @@
Property Value
Category
-
+
Declaration
@@ -372,8 +371,7 @@
Property Value
Version
-
+
Declaration
@@ -398,8 +396,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.Groups-1.html b/docs/api/LibSasara.Model.Serialize.Groups-1.html
index 67251f5..4d0fa9f 100644
--- a/docs/api/LibSasara.Model.Serialize.Groups-1.html
+++ b/docs/api/LibSasara.Model.Serialize.Groups-1.html
@@ -226,7 +226,7 @@
Inherited Members
List<T>.Reverse()
List<T>.IList.Remove(Object)
diff --git a/docs/api/LibSasara.Model.Serialize.Parameter.html b/docs/api/LibSasara.Model.Serialize.Parameter.html
index 4c682b1..9347450 100644
--- a/docs/api/LibSasara.Model.Serialize.Parameter.html
+++ b/docs/api/LibSasara.Model.Serialize.Parameter.html
@@ -83,8 +83,7 @@
Class Parameter
-
+
Inheritance
diff --git a/docs/api/LibSasara.Model.Serialize.Parameters.html b/docs/api/LibSasara.Model.Serialize.Parameters.html
index 9187f1d..84c8133 100644
--- a/docs/api/LibSasara.Model.Serialize.Parameters.html
+++ b/docs/api/LibSasara.Model.Serialize.Parameters.html
@@ -101,6 +101,36 @@
Syntax
public class Parameters : IEquatable<Parameters>
+
Constructors
+
+
+
+
+
Parameters(String)
+
+
+
Declaration
+
+
public Parameters(string name)
+
+
Parameters
+
+
+
+ Type |
+ Name |
+ Description |
+
+
+
+
+ String |
+ name |
+ 調声データの名前Name
+ |
+
+
+
Properties
@@ -155,6 +185,32 @@
Property Value
+
+
+
+
Name
+
+
+
Declaration
+
+
public string Name { get; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ String |
+ |
+
+
+
Methods
@@ -187,6 +243,146 @@
Returns
+
+
+
+
GetFullData(Int32)
+
+
+
Declaration
+
+
public List<ITuneData> GetFullData(int length)
+
+
Parameters
+
+
+
+ Type |
+ Name |
+ Description |
+
+
+
+
+ Int32 |
+ length |
+ 調声データ数
+ |
+
+
+
+
Returns
+
+
+
+
+
+
+
MergeData(List<TuneData>, List<TuneData>)
+
+
+
Declaration
+
+
public static List<ITuneData> MergeData(List<TuneData> fullA, List<TuneData> fullB)
+
+
Parameters
+
+
Returns
+
+
+
+
+
ShrinkData(List<ITuneData>)
+
+
+
Declaration
+
+
public static List<ITuneData> ShrinkData(List<ITuneData> data)
+
+
Parameters
+
+
+
+ Type |
+ Name |
+ Description |
+
+
+
+
+ List<ITuneData> |
+ data |
+ |
+
+
+
+
Returns
+
Implements
System.IEquatable<T>
diff --git a/docs/api/LibSasara.Model.Serialize.RootBase.html b/docs/api/LibSasara.Model.Serialize.RootBase.html
index d3fdd09..8d62e45 100644
--- a/docs/api/LibSasara.Model.Serialize.RootBase.html
+++ b/docs/api/LibSasara.Model.Serialize.RootBase.html
@@ -83,8 +83,7 @@
Class RootBase
-
+
Inheritance
diff --git a/docs/api/LibSasara.Model.Serialize.SceneBase.html b/docs/api/LibSasara.Model.Serialize.SceneBase.html
index 2031f22..1ebc2cb 100644
--- a/docs/api/LibSasara.Model.Serialize.SceneBase.html
+++ b/docs/api/LibSasara.Model.Serialize.SceneBase.html
@@ -111,8 +111,7 @@
Properties
Groups
-
+
Declaration
@@ -137,8 +136,7 @@
Property Value
Id
-
+
Declaration
@@ -163,8 +161,7 @@
Property Value
SongEditor
-
+
Declaration
@@ -189,8 +186,7 @@
Property Value
SoundSetting
-
+
Declaration
@@ -215,8 +211,7 @@
Property Value
TalkEditor
-
+
Declaration
@@ -241,8 +236,7 @@
Property Value
Timeline
-
+
Declaration
@@ -267,8 +261,7 @@
Property Value
Units
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.Sequence.html b/docs/api/LibSasara.Model.Serialize.Sequence.html
index 967cfd3..ab231d4 100644
--- a/docs/api/LibSasara.Model.Serialize.Sequence.html
+++ b/docs/api/LibSasara.Model.Serialize.Sequence.html
@@ -108,8 +108,7 @@
Properties
Id
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.Song.html b/docs/api/LibSasara.Model.Serialize.Song.html
index ec20e26..da2133d 100644
--- a/docs/api/LibSasara.Model.Serialize.Song.html
+++ b/docs/api/LibSasara.Model.Serialize.Song.html
@@ -212,8 +212,7 @@
Property Value
Version
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.SongEditor.html b/docs/api/LibSasara.Model.Serialize.SongEditor.html
index f7c0a03..9f61f90 100644
--- a/docs/api/LibSasara.Model.Serialize.SongEditor.html
+++ b/docs/api/LibSasara.Model.Serialize.SongEditor.html
@@ -159,8 +159,7 @@
Property Value
Partition
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.SongEngine.html b/docs/api/LibSasara.Model.Serialize.SongEngine.html
index 1eb28e2..cb95fb4 100644
--- a/docs/api/LibSasara.Model.Serialize.SongEngine.html
+++ b/docs/api/LibSasara.Model.Serialize.SongEngine.html
@@ -109,8 +109,7 @@
Properties
Dictionary
-
+
Declaration
@@ -135,8 +134,7 @@
Property Value
SoundSources
-
+
Declaration
@@ -161,8 +159,7 @@
Property Value
Version
-
+
Declaration
@@ -187,8 +184,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.SoundSource.html b/docs/api/LibSasara.Model.Serialize.SoundSource.html
index 3627847..f3a91e2 100644
--- a/docs/api/LibSasara.Model.Serialize.SoundSource.html
+++ b/docs/api/LibSasara.Model.Serialize.SoundSource.html
@@ -160,8 +160,7 @@
Property Value
Version
-
+
Declaration
@@ -186,8 +185,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.TalkEditor.html b/docs/api/LibSasara.Model.Serialize.TalkEditor.html
index b439c6d..347aa1f 100644
--- a/docs/api/LibSasara.Model.Serialize.TalkEditor.html
+++ b/docs/api/LibSasara.Model.Serialize.TalkEditor.html
@@ -134,8 +134,7 @@
Property Value
Partition
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.TalkEngine.html b/docs/api/LibSasara.Model.Serialize.TalkEngine.html
index aa33f32..407df4f 100644
--- a/docs/api/LibSasara.Model.Serialize.TalkEngine.html
+++ b/docs/api/LibSasara.Model.Serialize.TalkEngine.html
@@ -109,8 +109,7 @@
Properties
Dictionary
-
+
Declaration
@@ -135,8 +134,7 @@
Property Value
SoundSources
-
+
Declaration
@@ -161,8 +159,7 @@
Property Value
Version
-
+
Declaration
@@ -187,8 +184,7 @@
Property Value
VersionString
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.TuneData.html b/docs/api/LibSasara.Model.Serialize.TuneData.html
index 1c866e8..1b60c33 100644
--- a/docs/api/LibSasara.Model.Serialize.TuneData.html
+++ b/docs/api/LibSasara.Model.Serialize.TuneData.html
@@ -110,8 +110,7 @@
Properties
Index
-
+
Declaration
@@ -132,15 +131,11 @@
Property Value
-
-
Repeat
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.Unit.html b/docs/api/LibSasara.Model.Serialize.Unit.html
index e49157b..c731f81 100644
--- a/docs/api/LibSasara.Model.Serialize.Unit.html
+++ b/docs/api/LibSasara.Model.Serialize.Unit.html
@@ -240,8 +240,7 @@
Property Value
Id
-
+
Declaration
@@ -474,8 +473,7 @@
Property Value
Version
-
+
Declaration
diff --git a/docs/api/LibSasara.Model.Serialize.html b/docs/api/LibSasara.Model.Serialize.html
index 9a51579..6a9b131 100644
--- a/docs/api/LibSasara.Model.Serialize.html
+++ b/docs/api/LibSasara.Model.Serialize.html
@@ -133,8 +133,7 @@
-
+
@@ -151,8 +150,7 @@
Namespace: LibSasara.Model
Assembly: LibSasara.dll
@@ -119,21 +131,13 @@
Syntax
public class SongUnit : UnitBase
-
-
Constructors
SongUnit(XElement, CeVIOFileBase)
-
+
Declaration
@@ -157,8 +161,7 @@
Parameters
CeVIOFileBase |
root |
- Unit所属ファイルの管理クラス
- |
+ |
@@ -170,6 +173,35 @@
Properties
+
+
Alpha
+
トラック全体の声質バー / Global Alpha(ALP)
+
+
+
Declaration
+
+
public decimal Alpha { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Decimal |
+ |
+
+
+
+
+
+
+
Beat
曲の拍子変更リスト
@@ -224,8 +256,7 @@
Property Value
Category
-
+
Declaration
@@ -248,12 +279,77 @@
Property Value
Overrides
-
See Also
+
+
+
+
CommonKeys
+
+
+
Declaration
+
+
public bool CommonKeys { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Boolean |
+ |
+
+
+
+
+
+
See Also
+
+
Husky
+
トラック全体のハスキーパラメータ / Global Huskiness(HUS)
+
+
+
Declaration
+
+
public decimal Husky { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Decimal |
+
+- VoiSona: max: 10.0, min: -10.0, default: 0.0
+- CeVIO AI: max: 1.0, min: -1.0, default: 0.0
+
+ |
+
+
+
+
+
+
+
Language
Unitの言語
@@ -309,14 +405,188 @@
Property Value
+
+
PitchShift
+
トラック全体の基準ピッチ / Tuning pitch
+
+
+
Declaration
+
+
public decimal PitchShift { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Decimal |
+ Hz. default: 440.0, max: 450.0, min: 430.0
+ |
+
+
+
+
+
+
+
+
+
PitchTune
+
トラック全体のTUNEパラメータ / Global TUNE
+
+
+
Declaration
+
+
public decimal PitchTune { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Decimal |
+ default: 0.0, max: 1.0, min: -1.0
+ |
+
+
+
+
+
+
+
+
+
RawAlpha
+
+
+
Declaration
+
+
public XElement RawAlpha { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawHuskiness
+
生のHuskiness(HUS)要素(Husky)
+
+
+
Declaration
+
+
public XElement RawHuskiness { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawParameter
+
+
+
Declaration
+
+
public XElement RawParameter { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawParameterChildren
+
+
+
Declaration
+
+
public List<XElement> RawParameterChildren { get; set; }
+
+
Property Value
+
+
See Also
+
+
+
RawParameters
-
生のParameter要素一覧
+
Declaration
-
public List<XElement> RawParameters { get; set; }
+
[Obsolete("Use RawParameterChildren")]
+public List<XElement> RawParameters { get; set; }
Property Value
@@ -333,11 +603,71 @@ Property Value
+
See Also
+
+
+
+
+
RawPitch
+
+
+
Declaration
+
+
public XElement RawPitch { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawScore
+
+
+
Declaration
+
+
public XElement RawScore { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
See Also
+
RawScores
-
生のScore要素一覧
+
Declaration
@@ -359,6 +689,13 @@
Property Value
+
+
+
See Also
+
@@ -387,6 +724,110 @@
Property Value
+
+
RawTiming
+
+
+
Declaration
+
+
public XElement RawTiming { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawVibratoAmp
+
+
+
Declaration
+
+
public XElement RawVibratoAmp { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawVibratoFrq
+
+
+
Declaration
+
+
public XElement RawVibratoFrq { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
+
+
RawVolume
+
+
+
Declaration
+
+
public XElement RawVolume { get; set; }
+
+
Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ XElement |
+ |
+
+
+
+
+
SongVersion
ソングフォーマットのバージョン
@@ -424,7 +865,8 @@
Declaration
-
public SortedDictionary<int, int> Tempo { get; }
+
[Obsolete("Use Tempos")]
+public SortedDictionary<int, int> Tempo { get; }
Property Value
@@ -447,6 +889,78 @@
Tempo : テンポ
+ See Also
+
+
+
+
+ Tempos
+
+
+ Declaration
+
+
public SortedDictionary<int, decimal> Tempos { get; }
+
+ Property Value
+
+
+
+
+
+
+ Volume
+
+
+ Declaration
+
+
public Parameters Volume { get; set; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Parameters |
+ |
+
+
+
+
+
+ See Also
+
Methods
@@ -498,7 +1012,7 @@ Parameters
String |
songVersion |
- Song要素のversion。CS7,AIは 1.07 see: SongVersion
+ | Song要素のversion。CS7,AI 8.4までは 1.07 。AI 8.5以降は 1.08 see: SongVersion
|
@@ -542,11 +1056,6 @@
- See Also
-
diff --git a/docs/api/LibSasara.Model.TalkUnit.html b/docs/api/LibSasara.Model.TalkUnit.html
index 41e637f..73e114c 100644
--- a/docs/api/LibSasara.Model.TalkUnit.html
+++ b/docs/api/LibSasara.Model.TalkUnit.html
@@ -112,6 +112,18 @@ Inherited Members
+
+
+
+
Namespace: LibSasara.Model
Assembly: LibSasara.dll
@@ -125,8 +137,7 @@ Constructors
TalkUnit(XElement, CeVIOFileBase)
-
+
Declaration
@@ -150,8 +161,7 @@
Parameters
CeVIOFileBase |
root |
- Unit所属ファイルの管理クラス
- |
+ |
@@ -218,8 +228,7 @@
Property Value
Category
-
+
Declaration
@@ -242,10 +251,6 @@
Property Value
Overrides
-
See Also
-
diff --git a/docs/api/LibSasara.Model.TrackSet-1.html b/docs/api/LibSasara.Model.TrackSet-1.html
index 3d3f32b..855eb96 100644
--- a/docs/api/LibSasara.Model.TrackSet-1.html
+++ b/docs/api/LibSasara.Model.TrackSet-1.html
@@ -118,7 +118,7 @@
Type Parameters
-