2024-11-12 14:53:44 -08:00
|
|
|
resource app_signature "application/x-vnd.com.complecwaft.Looper";
|
2024-12-08 09:55:27 -08:00
|
|
|
resource app_flags B_MULTIPLE_LAUNCH;
|
2024-11-12 14:53:44 -08:00
|
|
|
resource file_types message
|
|
|
|
{
|
|
|
|
"types" = "audio",
|
|
|
|
"types" = "audio/x-zsound",
|
|
|
|
"types" = "audio/midi",
|
|
|
|
"types" = "audio/mid",
|
|
|
|
"types" = "audio/wav",
|
|
|
|
"types" = "audio/x-wav",
|
|
|
|
"types" = "audio/x-flac",
|
|
|
|
"types" = "audio/ogg"
|
|
|
|
};
|