View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0004792 | ardour | bugs | public | 2012-03-26 13:14 | 2012-06-03 15:55 | 
| Reporter | epitech_user | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | feedback | Resolution | open | ||
| Product Version | 3.0-beta3 | ||||
| Target Version | 3.0 | ||||
| Summary | 0004792: Midi files import problem. | ||||
| Description | Midi files import works with "All files" filter but not with "MIDI files" filter. Suggestion: I think it will be better to not do that until the feature is done. | ||||
| Tags | No tags attached. | ||||
| 
		 
 2012-03-26 13:14 
  | 
	
	  midi_error.patch (555 bytes)   
 
Index: gtk2_ardour/sfdb_ui.cc
===================================================================
--- gtk2_ardour/sfdb_ui.cc	(revision 11760)
+++ gtk2_ardour/sfdb_ui.cc	(working copy)
@@ -449,6 +449,7 @@
 		midi_filter.add_custom (FILE_FILTER_FILENAME, sigc::mem_fun(*this, &SoundFileBrowser::on_midi_filter));
 		midi_filter.set_name (_("MIDI files"));
 
+		matchall_filter.add_custom (FILE_FILTER_FILENAME, sigc::mem_fun(*this, &SoundFileBrowser::on_midi_filter));
 		matchall_filter.add_pattern ("*.*");
 		matchall_filter.set_name (_("All files"));
 
 | 
| 
		 | 
	How does it not work? Seems ok here. | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2012-03-26 13:14 | epitech_user | New Issue | |
| 2012-03-26 13:14 | epitech_user | File Added: midi_error.patch | |
| 2012-03-27 14:54 | cth103 | cost | => 0.00 | 
| 2012-03-27 14:54 | cth103 | Target Version | => 3.0 beta4 | 
| 2012-05-23 15:08 | cth103 | Target Version | 3.0 beta4 => 3.0 | 
| 2012-06-03 15:55 | cth103 | Note Added: 0013367 | |
| 2012-06-03 15:55 | cth103 | Status | new => feedback |