+
+
+
+
+
+
+
+ {{ song.options.vFile.name }}
+
+
+ ×
+
-
-
- {{ song.options.vFile.name }}
- 00:00
@@ -34,17 +47,27 @@
\ No newline at end of file
diff --git a/src/components/Audio/Sfx.vue b/src/components/Audio/Sfx.vue
index 29d19e5..3d5ebfc 100644
--- a/src/components/Audio/Sfx.vue
+++ b/src/components/Audio/Sfx.vue
@@ -6,6 +6,7 @@
:supports="['stop']"
label="SFX"
:node="node"
+ @delete="emit('delete')"
>
();
+const emit = defineEmits<{
+ 'delete': [],
+}>();
+
+
const grouppedSounds = computed(() => {
return groupBy(props.node.sounds(), (sound) => {
return sound.name.replace(/(\d+)$/, '').trim();
diff --git a/src/components/Audio/Soundboard.vue b/src/components/Audio/Soundboard.vue
index 6fa9de5..81bf0b0 100644
--- a/src/components/Audio/Soundboard.vue
+++ b/src/components/Audio/Soundboard.vue
@@ -8,17 +8,34 @@
+
+
+
+ Playlist
+
+
+ Sfx
+
+
+ Tab Source
+
+