mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-08-01 07:54:43 +00:00
拷贝音轨带名字
This commit is contained in:
@@ -759,6 +759,7 @@ class SingleTrack(List[SingleNote]):
|
|||||||
if self.is_high_time_precision
|
if self.is_high_time_precision
|
||||||
else [x for x in self if start_time <= x.start_time <= end_time]
|
else [x for x in self if start_time <= x.start_time <= end_time]
|
||||||
),
|
),
|
||||||
|
track_name="副本 "+self.name,
|
||||||
track_instrument=self.instrument.copy(),
|
track_instrument=self.instrument.copy(),
|
||||||
precise_time=self.is_high_time_precision,
|
precise_time=self.is_high_time_precision,
|
||||||
percussion=self.is_percussive,
|
percussion=self.is_percussive,
|
||||||
|
|||||||
Reference in New Issue
Block a user