Skip to content

Commit

Permalink
mini typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mschnell1 committed Jun 3, 2024
1 parent 8c2fde9 commit de75190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Various/mschnell_Mini song switcher.eel
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
// Other than the cfillion_Song Switcher is does not work on the foreground Project (Tab) but on the first project (Tab) that holds a project with the string _song_ in it's name.
// If such is not found, it works on the foreground poject (Tab). Don't forget to enable all three background project playing options !
// It uses the same track structure as the cfillion_Song Switcher (Description see there)
// When a CC action is received it unmutes the track named according to the CC value (e.g. 1. XYZ or 23. Hello)
// It then start playback (from the location pf the play cursor)
// When a CC action is received, it unmutes the track named according to the CC value (e.g. 1. XYZ or 23. Hello)
// It then start playback (from the location of the play cursor)
// When a value of 0 is found or no appropriate track is fond the playback is stopped.

#tab_name = "*_song_*";
Expand Down

0 comments on commit de75190

Please sign in to comment.