Small cosmetic fixes

This commit is contained in:
Cohee
2024-12-09 15:26:57 +02:00
parent 3ed5d892f7
commit 323b9407df
2 changed files with 6 additions and 1 deletions

View File

@@ -571,7 +571,12 @@ function sortOobaItemsByOrder(orderArray) {
});
}
/**
* Sorts the Aphrodite sampler items by the given order.
* @param {string[]} orderArray Sampler order array.
*/
function sortAphroditeItemsByOrder(orderArray) {
console.debug('Preset samplers order: ', orderArray);
const $container = $('#sampler_priority_container_aphrodite');
orderArray.forEach((name) => {