X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Faudio_track.h;h=fe7dcb58ff8a8a9a58678d9b0d3e4518a9b40d8a;hb=68e943265edf04e63a8e8b8f62bab20f99d9c637;hp=3546545329e5f8f683f31109b529a69993fcf975;hpb=e4372df05b7d74a6b80dbbf4b6c00cc2b31c4723;p=ardour.git diff --git a/libs/ardour/ardour/audio_track.h b/libs/ardour/ardour/audio_track.h index 3546545329..fe7dcb58ff 100644 --- a/libs/ardour/ardour/audio_track.h +++ b/libs/ardour/ardour/audio_track.h @@ -58,8 +58,8 @@ class AudioTrack : public Track void freeze (InterThreadInfo&); void unfreeze (); - void bounce (InterThreadInfo&); - void bounce_range (nframes_t start, nframes_t end, InterThreadInfo&); + boost::shared_ptr bounce (InterThreadInfo&); + boost::shared_ptr bounce_range (nframes_t start, nframes_t end, InterThreadInfo&); int set_state(const XMLNode& node);