13
0
livetrax/libs
Guy Sherman 036ebab8a0 Replaced broken code in recent_sessions.cc
The original broken code was intended to stop using ifstream
and ofstream to open files, but it used a very old MSVCism to
open streams from FILE*.

In the case for reading, this patch replaces that code by using
standard c file manipulation to read the data into a stringstream,
and then it uses the existing stream-based code to read from there.

Similarly the ofstream in the code for writing the recent files list
is replaced by a stringstream, and then a c-string is extracted
from it and written using standard c file manipulation.

Also tweaked a couple of typos from rgareus :)
2015-09-08 22:29:20 +02:00
..
appleutility
ardour Replaced broken code in recent_sessions.cc 2015-09-08 22:29:20 +02:00
ardouralsautil add API to query ALSA supported parameters 2015-08-11 18:18:19 +02:00
audiographer another hint for clang static analysis. 2015-09-06 10:42:58 +02:00
backends dummy, allow 8k buffer-size. 2015-09-08 15:14:02 +02:00
canvas consistent pango-text layout size - fixes #6490 2015-09-06 16:39:08 +02:00
clearlooks-newer
clearlooks-older
evoral Replace "%z" modifier with glib macro for portability. 2015-07-30 17:00:03 +02:00
fst Fix for crash when loading DrumGizmo VST editor on Windows 2015-08-12 11:39:28 +10:00
gtkmm2ext properly clean up meter-pattern cache 2015-09-07 13:35:48 +02:00
libltc
midi++2
panners
pbd add missing include 2015-09-05 11:36:16 +02:00
plugins/reasonablesynth.lv2
ptformat Oops - forgot I'd need to add an entry to 'ptformat/wscript' 2015-08-10 18:17:31 +01:00
qm-dsp
surfaces save/load generic-midi motorized setting - fixes #5296 2015-08-20 00:19:32 +02:00
timecode avoid llabs ambiguity 2015-07-23 13:06:43 +02:00
vamp-plugins
vfork