waveforms: moved waveform to track rather than block
This is a much more robust and thread-safe system of storing the waveforms.
This commit is contained in:
@@ -63,12 +63,7 @@ const Timeline::TrackType& TrackOutput::track_type() const
|
||||
return track_type_;
|
||||
}
|
||||
|
||||
Block::Type TrackOutput::type() const
|
||||
{
|
||||
return kClip;
|
||||
}
|
||||
|
||||
Block *TrackOutput::copy() const
|
||||
Node *TrackOutput::copy() const
|
||||
{
|
||||
return new TrackOutput();
|
||||
}
|
||||
@@ -116,7 +111,7 @@ void TrackOutput::SetTrackHeight(const int &height)
|
||||
|
||||
void TrackOutput::Retranslate()
|
||||
{
|
||||
Block::Retranslate();
|
||||
Node::Retranslate();
|
||||
|
||||
block_input_->set_name(tr("Blocks"));
|
||||
muted_input_->set_name(tr("Muted"));
|
||||
|
||||
Reference in New Issue
Block a user