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