mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP whitespace (updated GH PR #357)
This commit is contained in:
parent
f413b83cb9
commit
63ea7b6516
132 changed files with 2774 additions and 2762 deletions
|
|
@ -105,7 +105,7 @@ Editor::time_stretch (RegionSelection& regions, float fraction)
|
|||
stretch.run (*i);
|
||||
|
||||
playlist->replace_region (regions.front()->region(), stretch.results[0],
|
||||
regions.front()->region()->position());
|
||||
regions.front()->region()->position());
|
||||
midi_playlists_affected.insert (playlist);
|
||||
}
|
||||
|
||||
|
|
@ -378,16 +378,16 @@ Editor::timefx_thread (void *arg)
|
|||
|
||||
tsd->editor.do_timefx ();
|
||||
|
||||
/* GACK! HACK! sleep for a bit so that our request buffer for the GUI
|
||||
event loop doesn't die before any changes we made are processed
|
||||
by the GUI ...
|
||||
*/
|
||||
/* GACK! HACK! sleep for a bit so that our request buffer for the GUI
|
||||
event loop doesn't die before any changes we made are processed
|
||||
by the GUI ...
|
||||
*/
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
Glib::usleep(2 * G_USEC_PER_SEC);
|
||||
#else
|
||||
struct timespec t = { 2, 0 };
|
||||
nanosleep (&t, 0);
|
||||
struct timespec t = { 2, 0 };
|
||||
nanosleep (&t, 0);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue