13
0
livetrax/libs
Paul Davis db3edc4018 Use ::write instead of pwrite in AudioSource::compute_and_write_peaks for portability
This destroys the atomicity of pwrite() and thus suggests that we should do something else to ensure
that multithread access to peakfiles (if it does in fact exist) is safe. OTOH, there may be no
such thing, since they are designed for the GUI, which is single threaded (for now)
2013-07-15 07:53:45 -04:00
..
appleutility
ardour Use ::write instead of pwrite in AudioSource::compute_and_write_peaks for portability 2013-07-15 07:53:45 -04:00
audiographer Use g_mkstemp in audiographer for portability 2013-07-13 16:44:37 -04:00
clearlooks-newer
clearlooks-older
evoral Fix evoral test to compile with mingw 2013-07-11 13:03:55 -04:00
fst
gtkmm2ext Merge branch 'master' into windows 2013-07-14 08:27:22 -04:00
libltc
midi++2 Disable non-realtime midi ports in windows build - THIS NEEDS FIXING 2013-07-13 08:26:54 -04:00
panners
pbd Add test for Glib::Mutex::trylock 2013-07-13 17:00:18 -04:00
qm-dsp
rubberband Fix for mingw compiler 2013-07-11 13:04:39 -04:00
surfaces Only call configure in surface subdirectories if the required deps are available 2013-07-11 12:23:05 -04:00
taglib
timecode
vamp-plugins
vamp-sdk