From 41c3c9b533a9eba0444684040f6c6e2c78f000cc Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sat, 9 May 2020 18:13:20 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e969f..a3fba5e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Editor with file open: The major actions within the editor have tooltips that are triggered by hovering over their corresponding buttons if their function is not clear. -Since Playlists and Sound Containers do not have names or tags associated with them they are only labeled by the order they appear within the file; therefore, it can be somewhat confusing at first exactly what is being altered when re-positioning or adding said entries to a file. The effect of such changes is made more clear by the fact that the currently selected entry will always stay selected as it moves or other entries are moved around it. For example, if you have 'Sound Containerr - 14' selected and select "Move Down", that entry will become 'Sound Container - 15' and remain selected, while what was 'Sound Container - 15' will now be 'Sound Container - 14'. +Since Playlists and Sound Containers do not have names or tags associated with them they are only labeled by the order in which they appear within the file; therefore, it can be somewhat confusing at first exactly what is being altered when re-positioning or adding said entries to a file. The effect of such changes is made more clear by the fact that the currently selected entry will always stay selected as it moves or other entries are moved around it. For example, if you have 'Sound Containerr - 14' selected and select "Move Down", that entry will become 'Sound Container - 15' and remain selected, while what was 'Sound Container - 15' will now be 'Sound Container - 14'. All variable options for BSCs, other than Linked-Files and Effect Behaviors, such as Emitters and Voice Groups are all present in the editor via combo boxes and do not need to be entered by hand. If you have created custom variants of these members then the editor will not support choosing those directly, though doing such a thing is not very common. With some work it would be possible to have the editor load a list of this entries via a user-editable database instead of hard-coded enumerations. From c496e8c885c19fba94b062d36e3e5e0a0613035b Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sat, 9 May 2020 18:13:57 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fba5e..e21c2e1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Editor with file open: The major actions within the editor have tooltips that are triggered by hovering over their corresponding buttons if their function is not clear. -Since Playlists and Sound Containers do not have names or tags associated with them they are only labeled by the order in which they appear within the file; therefore, it can be somewhat confusing at first exactly what is being altered when re-positioning or adding said entries to a file. The effect of such changes is made more clear by the fact that the currently selected entry will always stay selected as it moves or other entries are moved around it. For example, if you have 'Sound Containerr - 14' selected and select "Move Down", that entry will become 'Sound Container - 15' and remain selected, while what was 'Sound Container - 15' will now be 'Sound Container - 14'. +Since Playlists and Sound Containers do not have names or tags associated with them they are only labeled by the order in which they appear within the file; therefore, it can be somewhat confusing at first exactly what is being altered when re-positioning or adding said entries to a file. The effect of such changes is made more clear by the fact that the currently selected entry will always stay selected as it moves or other entries are moved around it. For example, if you have 'Sound Container - 14' selected and select "Move Down", that entry will become 'Sound Container - 15' and remain selected, while what was 'Sound Container - 15' will now be 'Sound Container - 14'. All variable options for BSCs, other than Linked-Files and Effect Behaviors, such as Emitters and Voice Groups are all present in the editor via combo boxes and do not need to be entered by hand. If you have created custom variants of these members then the editor will not support choosing those directly, though doing such a thing is not very common. With some work it would be possible to have the editor load a list of this entries via a user-editable database instead of hard-coded enumerations.