FontsViewManager
public protocol FontsViewManager : UpperViewSwipingActivity
Defines the available actions of a PatchesViewManager which contains both the list of installed sound fonts on the left and on the right the list of presets found in the selected sound font.
-
Dismiss the search keyboard if it is active.
Declaration
Swift
func dismissSearchKeyboard() -
Add one or more sound fonts to the app via URLs.
Declaration
Swift
func addSoundFonts(urls: [URL])Parameters
urlscollection of URLs to add
View on GitHub
FontsViewManager Protocol Reference