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

« back to all changes in this revision

Viewing changes to libecasound/preset.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    chains[q]->set_samples_per_second(v);
109
109
  }
110
110
 
111
 
  for(size_t n = 0; n < impl_repp->gctrls_rep.size(); n++) {
112
 
    impl_repp->gctrls_rep[n]->set_samples_per_second(v);
113
 
  }
114
 
 
115
 
  
116
111
  ECA_SAMPLERATE_AWARE::set_samples_per_second(v);
117
112
}
118
113
 
545
540
 
546
541
  for(size_t n = 0; n < impl_repp->gctrls_rep.size(); n++) {
547
542
    impl_repp->gctrls_rep[n]->init();
548
 
    impl_repp->gctrls_rep[n]->set_samples_per_second(samples_per_second());
549
543
  }
550
544
}
551
545