mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
remove debug message about LOCATE WITHOUT DECLICK. This behavior is normal and legal when looping
This commit is contained in:
parent
d39f19f559
commit
bcd47ebffb
1 changed files with 0 additions and 8 deletions
|
|
@ -601,17 +601,9 @@ DiskReader::seek (samplepos_t sample, bool complete_refill)
|
||||||
ChannelList::iterator chan;
|
ChannelList::iterator chan;
|
||||||
boost::shared_ptr<ChannelList> c = channels.reader();
|
boost::shared_ptr<ChannelList> c = channels.reader();
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
if (_declick_amp.gain() != 0) {
|
|
||||||
/* this should not happen. new transport should postponse seeking
|
|
||||||
* until de-click is complete */
|
|
||||||
printf ("LOCATE WITHOUT DECLICK (gain=%f) at %ld seek-to %ld\n", _declick_amp.gain (), playback_sample, sample);
|
|
||||||
//return -1;
|
|
||||||
}
|
|
||||||
if (sample == playback_sample && !complete_refill) {
|
if (sample == playback_sample && !complete_refill) {
|
||||||
return 0; // XXX double-check this
|
return 0; // XXX double-check this
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
g_atomic_int_set (&_pending_overwrite, 0);
|
g_atomic_int_set (&_pending_overwrite, 0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue