WIP: track creation and deletion both in frontend and backend.
This commit is contained in:
9
Source/Clip.cs
Normal file
9
Source/Clip.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace AudioEditor;
|
||||
|
||||
public class Clip
|
||||
{
|
||||
public TimeSpan StartTime { get; private set; }
|
||||
public TimeSpan EndTime { get; private set; }
|
||||
}
|
||||
Reference in New Issue
Block a user