~ubuntu-branches/ubuntu/gutsy/ecasound2.2/gutsy

« back to all changes in this revision

Viewing changes to libecasound/audioio-loop.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2007-04-22 01:25:44 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422012544-lugfjb034udblalb
Tags: 2.4.5-1
* new upstream release
* build-depend on texlive
* pbuilder-test: error code changed from '-1' to '1', so update test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  return finished_rep;
70
70
}
71
71
 
 
72
void LOOP_DEVICE::seek_position(void)
 
73
{
 
74
  writes_rep = 0;
 
75
  filled_rep = 0;
 
76
  empty_rounds_rep = 0;
 
77
 
78
 
72
79
void LOOP_DEVICE::read_buffer(SAMPLE_BUFFER* buffer)
73
80
{
74
81
  buffer->number_of_channels(channels());