Mercurial > hg > svcore
comparison data/fileio/DataFileReaderFactory.h @ 1429:48e9f538e6e9
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 26cf6d5251ec |
children | 1dc64d3d323c |
comparison
equal
deleted
inserted
replaced
1428:87ae75da6527 | 1429:48e9f538e6e9 |
---|---|
46 * Note that this function is non-interactive -- the user is not | 46 * Note that this function is non-interactive -- the user is not |
47 * asked for file format preferences. | 47 * asked for file format preferences. |
48 */ | 48 */ |
49 static DataFileReader *createReader(QString path, | 49 static DataFileReader *createReader(QString path, |
50 MIDIFileImportPreferenceAcquirer *, | 50 MIDIFileImportPreferenceAcquirer *, |
51 sv_samplerate_t mainModelSampleRate); | 51 sv_samplerate_t mainModelSampleRate); |
52 | 52 |
53 /** | 53 /** |
54 * Read the given path, if a suitable reader is available. | 54 * Read the given path, if a suitable reader is available. |
55 * Return NULL if no reader succeeded in reading this file. | 55 * Return NULL if no reader succeeded in reading this file. |
56 * | 56 * |
81 | 81 |
82 protected: | 82 protected: |
83 static DataFileReader *createReader(QString path, bool csv, | 83 static DataFileReader *createReader(QString path, bool csv, |
84 MIDIFileImportPreferenceAcquirer *, | 84 MIDIFileImportPreferenceAcquirer *, |
85 CSVFormat format, | 85 CSVFormat format, |
86 sv_samplerate_t mainModelSampleRate); | 86 sv_samplerate_t mainModelSampleRate); |
87 }; | 87 }; |
88 | 88 |
89 #endif | 89 #endif |
90 | 90 |