[beast: 8/8] Merge branch 'move-procs'



commit 7d43b5c06898e74959048b9b2a036b066ef7e810
Merge: 6cde172 14d159a
Author: Tim Janik <timj gnu org>
Date:   Tue Sep 22 19:19:09 2015 +0200

    Merge branch 'move-procs'
    
    Move more track and bus procedures to bseapi.idl.
    
    * move-procs:
      BSE: Track.ensure_output(): simply call an undoable method to connect to master bus
      BSE: Bus: use C++ methods to disconnect busses
      BSE: Bus.ensure_output(): simply call an undoable method to connect busses
      BSE: use __func__ as first arg to push_undo() which is good blurb in most cases
      BSE: move Bus methods connect_bus(), disconnect_bus(), disconnect_track() to bseapi.idl
      BSE: move Bus.connect_track() to bseapi.idl
      BSE: move Track.remove_link() to bseapi.idl

 bse/Makefile.am   |    2 +-
 bse/bseapi.idl    |   10 ++--
 bse/bsebus.cc     |  100 +++++++++++++++++++++++++++++++---
 bse/bsebus.hh     |   10 ++-
 bse/bsebus.proc   |  158 -----------------------------------------------------
 bse/bsepart.cc    |    4 +-
 bse/bsesong.cc    |   14 ++--
 bse/bsetrack.cc   |   24 +++++---
 bse/bsetrack.hh   |    1 +
 bse/bsetrack.proc |   30 ----------
 10 files changed, 131 insertions(+), 222 deletions(-)
---


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