Hi Tim,

On Sun, 31 Dec 2017 03:04:19 -0500
Tim <[email protected]> wrote:

> As requested: Track monitor now works regardless of track mute.
> Allows to listen to input while muting playback material.

Thanks. I had to patch main.cpp a little in order to build without
RtAudio. Two missing #ifdef HAVE_RTAUDIO. See the attached build error
and diff file.

I think something else broke now, though. Now all monitored MIDI events
are always sent on channel 1, regardless of the track's channel number.

> Note that turning a track off, or 'proxy muting' it will still
>   mute the track.

I agree with turning a track off. For proxy mute I'm not sure. This
means, that when I solo a few tracks I cannot monitor another track,
right? My feeling is that proxy mute also shouldn't affect monitoring
either.

Thanks again and a happy new year (soon).

Dennis
/home/dennis/Source/muse/muse3/muse/main.cpp: In function ‘int main(int, 
char**)’:
/home/dennis/Source/muse/muse3/muse/main.cpp:840:30: error: ‘initRtAudio’ 
is not a member of ‘MusECore’
                 if(MusECore::initRtAudio())
                              ^~~~~~~~~~~
/home/dennis/Source/muse/muse3/muse/main.cpp:840:30: note: suggested 
alternative: ‘initAudio’
                 if(MusECore::initRtAudio())
                              ^~~~~~~~~~~
                              initAudio
/home/dennis/Source/muse/muse3/muse/main.cpp:854:32: error: ‘initRtAudio’ 
is not a member of ‘MusECore’
                   if(MusECore::initRtAudio(true))
                                ^~~~~~~~~~~
/home/dennis/Source/muse/muse3/muse/main.cpp:854:32: note: suggested 
alternative: ‘initAudio’
                   if(MusECore::initRtAudio(true))
                                ^~~~~~~~~~~
                                initAudio
make[2]: *** [muse/CMakeFiles/muse.dir/build.make:62: 
muse/CMakeFiles/muse.dir/main.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:467: muse/CMakeFiles/muse.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Attachment: 2017-12-34 main.cpp.dif
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Lmuse-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmuse-developer

Reply via email to