mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 18:36:03 +01:00
add NO translator name and remove debugging output line from audioengine.cc
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5335 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4de69689ba
commit
187ec1ab29
2 changed files with 1 additions and 1 deletions
|
|
@ -183,6 +183,7 @@ static const char* translators[] = {
|
|||
N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
|
||||
N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
|
||||
N_("Czech:\n\t Pavel Frich\n"),
|
||||
N_("Norwegian:\n\t Eivind Ødegård\n"),
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ AudioEngine::start ()
|
|||
if (!_running) {
|
||||
|
||||
nframes_t blocksize = jack_get_buffer_size (_jack);
|
||||
cerr << "pre-run: Set Port buffer size to " << blocksize << endl;
|
||||
Port::set_buffer_size (blocksize);
|
||||
|
||||
if (session) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue