@swesterfeld commented on this pull request.
In bse/bsebus.cc:
> if (BSE_IS_SONG (parent))
{
BseSong *song = BSE_SONG (parent);
BseBus *master = bse_song_find_master (song);
- return (self == master);
+ return self == master;
Thanks for the hint, I normally don't need this while coding, but I tried to fix everything here that could be done by history rewriting using git rebase -i now.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.