[beast: 12/12] Merge branch 'move-snet-procs'



commit 3bac1ee660845e2d285f97ac76cb613eba45cb10
Merge: e7b331a b746bc7
Author: Tim Janik <timj gnu org>
Date:   Wed Sep 23 11:04:43 2015 +0200

    Merge branch 'move-snet-procs'
    
    * move-snet-procs:
      BSE: change auto_activate default
      BSE: storage: allow '#t' and '#f' as C++ bool property values
      BSE: ignore '-' vs '_' when scanning C++ properties
      BEAST: display 'auto_activate' on SNets, hide it from Song display
      BEAST: use SNetH.auto_activate()
      BSE: move BseSNet::auto-activate (and from BseSong) to SNet.auto_activate
      SFI: add g_sname_equals to compare strings while ignoring '-' vs '_' differences
      BEAST: use SnetH methods
      BSE: move BseSNet procedures into bseapi.idl
      BEAST: avoid bst_param_set_proxy() for Aida::Parameter GxkParams
      BEAST: provide bst_param_is_proxy()

 beast-gtk/bstparam.cc      |    7 ++
 beast-gtk/bstparam.hh      |    1 +
 beast-gtk/bstparamview.cc  |   28 +++++++-
 beast-gtk/bstplayback.cc   |   13 ++--
 beast-gtk/bstplayback.hh   |    2 +-
 beast-gtk/bstsnetrouter.cc |   10 ++-
 bse/Makefile.am            |    2 +-
 bse/bseapi.idl             |   13 +++-
 bse/bsecsynth.cc           |    1 +
 bse/bsemidisynth.cc        |    6 --
 bse/bsesnet.cc             |  154 ++++++++++++++++++++++++-------------------
 bse/bsesnet.hh             |   11 ++-
 bse/bsesnet.proc           |  125 -----------------------------------
 bse/bsesong.cc             |    6 --
 bse/bsestorage.cc          |   12 +++-
 sfi/glib-extra.cc          |   14 ++++
 sfi/glib-extra.hh          |    1 +
 17 files changed, 178 insertions(+), 228 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]