You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,7 @@
17
17
TEXT_QUIT="🚪 quit ::: Closes the application"
18
18
TEXT_NOT_LOADED="🤔 I couldn't find this sound wave, did you load it? "
19
19
TEXT_INVALID_SYNTAX="🤔 I couldn't understand that. Try this command:"
20
+
TEXT_GENERATE="🎧 gen [name] [harmonics] [duration] ::: Generates a sound wave with the given name and number of harmonics, lasting [duration] ms. If no name provided, name will be generated. Harmonics number equals 10 by default. Duration equals 100 (ms) by default."
21
+
TEXT_ERROR_WRITING="❌ There was an error while saving the wave "
22
+
TEXT_GENERATED="💽 You're officially an artist. Here's your sound wave: "
0 commit comments