mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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:
parent
86a41641ae
commit
d6ca647bc6
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ MidiTrack::init ()
|
|||
_disk_reader->reset_tracker ();
|
||||
|
||||
_beatbox.reset (new BeatBox (_session));
|
||||
add_processor (_beatbox, PostFader);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue