[ardour-dev] quick note re: MTC
Jesse Chappell
jesse at essej.net
Wed Jan 3 11:03:19 PST 2007
Nice catch, looks likes you found some leftover debugging code. svn blame says:
1080 paul if (_name == "Audio 2") {
933 paul for (nframes_t x = 0; x <
nframes; ++x) {
1080 paul dst[x] = 0.7;
Good one :)
jlc
On 1/3/07, Fons Adriaensen <fons at kokkinizita.net> wrote:
>
> Found this strange code in IO::deliver_output_no_pan()
>
>
> if (_name == "Audio 2") {
> for (nframes_t x = 0; x < nframes; ++x) {
> dst[x] = 0.7;
> }
>
>
> This could explain some of my troubles !
More information about the Ardour-Dev
mailing list