.. |
CMakeLists.txt
|
Change: Don't include midi file processing in dedicated server build. (#12632)
|
2024-05-08 00:57:52 +01:00 |
allegro_m.cpp
|
Codechange: Pass std::string_view from drivers instead of char *.
|
2024-04-10 22:02:04 +01:00 |
allegro_m.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
bemidi.cpp
|
Codechange: Pass std::string_view from drivers instead of char *.
|
2024-04-10 22:02:04 +01:00 |
bemidi.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
cocoa_m.cpp
|
Codechange: Pass std::string_view from drivers instead of char *.
|
2024-04-10 22:02:04 +01:00 |
cocoa_m.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
dmusic.cpp
|
Fix #13921, d95422561b: [Win32] Don't try close an already closed event handle during destruction.
|
2025-03-30 19:01:45 +02:00 |
dmusic.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
extmidi.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
extmidi.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
fluidsynth.cpp
|
Codechange: Pass std::string_view from drivers instead of char *.
|
2024-04-10 22:02:04 +01:00 |
fluidsynth.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
midi.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
midifile.cpp
|
Fix #13921, a908c7bed0: Don't reject MIDI files with a valid file magic value.
|
2025-03-30 19:01:45 +02:00 |
midifile.hpp
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
music_driver.hpp
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
null_m.cpp
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
null_m.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
win32_m.cpp
|
Codechange: Split baseset type definitions into separate files.
|
2025-03-27 18:57:53 +00:00 |
win32_m.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |