mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
copy over several files that are missing terminal newlines in the tracks p4 446170 code
This commit is contained in:
parent
22a692ba47
commit
3bd97e0e9a
5 changed files with 5 additions and 5 deletions
|
|
@ -11,4 +11,4 @@
|
|||
\b With special thanks to:
|
||||
\b0 \
|
||||
National Science Foundation\
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© Carnegie Mellon University, 2010";
|
||||
NSHumanReadableCopyright = "© Carnegie Mellon University, 2010";
|
||||
|
|
@ -1372,4 +1372,4 @@ AudioBackendInfo WavesAudioBackend::__backend_info = {
|
|||
{
|
||||
// COMMENTED DBG LOGS */ std::cout << "waves_backend.dll : ARDOUR::AudioBackendInfo* descriptor (): " << std::endl;
|
||||
return &WavesAudioBackend::backend_info ();
|
||||
}
|
||||
}
|
||||
|
|
@ -59,4 +59,4 @@ void
|
|||
WavesAudioPort::_wipe_buffer()
|
||||
{
|
||||
memset (_buffer, 0, sizeof (_buffer));
|
||||
}
|
||||
}
|
||||
|
|
@ -58,4 +58,4 @@ void
|
|||
WavesMidiPort::_wipe_buffer()
|
||||
{
|
||||
_waves_midi_buffer.clear ();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue