API ReferenceAll TypesmodelTuninggetPresetsForOn this pagegetPresetsForDescription​ Gets a list of all tuning presets for a given stirng count. JavaScriptC#Kotlinstatic getPresetsFor(stringCount: number): Tuning[]static IList<Tuning> GetPresetsFor(double stringCount)fun getPresetsFor(stringCount: Double): alphaTab.collections.List<Tuning> ParameterSummarystringCountAllThe string count. Returns​ The list of known tunings for the given string count or an empty list if the string count is not defined.