Re: [tim-janik/beast] Bus properties ported to C++ - redone with APPLY_IDL_PROPERTY() macro (#105)
- From: Stefan Westerfeld <notifications github com>
- To: tim-janik/beast <beast noreply github com>
- Cc: Subscribed <subscribed noreply github com>
- Subject: Re: [tim-janik/beast] Bus properties ported to C++ - redone with APPLY_IDL_PROPERTY() macro (#105)
- Date: Fri, 31 May 2019 06:48:35 -0700
@swesterfeld commented on this pull request.
In bse/bsebus.cc:
> + if (BSE_IS_SONG (parent))
+ {
+ BseSong *song = BSE_SONG (parent);
+ return song->solo_bus == self;
+ }
+ return false;
+}
+
+void
+BusImpl::solo (bool is_solo)
+{
+ BseBus *self = as<BseBus*>();
+
+ if (solo() != is_solo)
+ {
+ auto prop = "solo";
Fixed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]