call ::add_processor() for beatbox, so that _owner is set.

add_processor() does a lot of placement related work which seems a bit silly for
builtin processors. perhaps refactor into a small (data setting) and larger (placement-centric)
pair?
This commit is contained in:
Paul Davis 2017-08-21 17:59:53 -04:00
parent 86a41641ae
commit d6ca647bc6

View file

@ -99,6 +99,7 @@ MidiTrack::init ()
_disk_reader->reset_tracker ();
_beatbox.reset (new BeatBox (_session));
add_processor (_beatbox, PostFader);
return 0;
}