Skip to content

Commit

Permalink
Fix mod:fileTypes for using on MOD Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Jul 9, 2024
1 parent d8a1ff9 commit 98d9d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ratatouille/Ratatouille.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ rata:RTN_Model1

rata:irfile
a lv2:Parameter ;
mod:fileTypes "wav, audio" ;
mod:fileTypes "wav, audio, ir, cabsim" ;
rdfs:label "IR File" ;
rdfs:range atom:Path .

rata:irfile1
a lv2:Parameter ;
mod:fileTypes "wav, audio" ;
mod:fileTypes "wav, audio, ir, cabsim" ;
rdfs:label "IR File 1" ;
rdfs:range atom:Path .

Expand Down

0 comments on commit 98d9d10

Please sign in to comment.