|
Post by AnthroHeart on Jul 10, 2022 19:31:23 GMT
I think the way it is specified with the .wav notation in the query is perfect as is. A filename without wav might motivate them to run it again and type .wav the 2nd time.
|
|
|
Post by sound on Jul 12, 2022 14:10:38 GMT
For some reason started getting this error:
|
|
|
Post by sound on Jul 12, 2022 14:17:28 GMT
Update: something to do with the fact that I moved my user folders to an external HDD. On C:\ (the SSD), it works fine.
|
|
|
Post by sound on Jul 12, 2022 14:48:21 GMT
I have made a new version of the Energy-Wav-Creator, this time it will be based on an image, an intention, and a chemical formula, and will also use Resonance Field:
@echo off
title Create Energy WAV
echo This utility will simulate a substance into an energy WAV. First, find an image of your substance (eg. vodka bottle, pill).
set /p jpg="Enter image file name with extension: "
set /p intent="Enter intention (eg. muscle growth, drunkenness): "
set /p chem="Enter chemical formula: "
set /p id="Enter output file name (.wav): "
intrpt-wav -d 00:10:00 -n %jpg% -o %id%
cls
intrpt --imem 5 -i "%id% is charged with %intent% + %chem% with Resonance Field" -c white -d 00:10:00
cls
echo Energy WAV successfully created.
pause
On GitHub soon.
|
|
|
Post by AnthroHeart on Jul 12, 2022 14:51:39 GMT
Wouldn't they put the chemical formula as part of the intention? It seems you are limiting here to ones that have a chemical formula.
You could say (eg. chemical formula) as part of intention.
|
|
|
Post by sound on Jul 12, 2022 14:53:42 GMT
Wouldn't they put the chemical formula as part of the intention? It seems you are limiting here to ones that have a chemical formula. You could say (eg. chemical formula) as part of intention. That is true. The idea is that this shall be more of a "substance simulator", so I will probably rename it to that and clarify in the script.
|
|
|
Post by sound on Jul 12, 2022 15:01:38 GMT
|
|
|
Post by sound on Jul 12, 2022 15:06:23 GMT
This, unlike the earlier version, is not silent because the noise that is created from an image file is in my opinion quite pleasant and hypnotic and enhances the effect.
|
|
|
Post by AnthroHeart on Jul 12, 2022 15:37:17 GMT
Funny, gitHub didn't notify me you created another repository.
|
|
|
Post by sound on Jul 12, 2022 15:45:32 GMT
|
|
|
Post by AnthroHeart on Jul 12, 2022 17:01:15 GMT
I feel it a little, though I didn't listen to it for more than a minute.
|
|
|
Post by AnthroHeart on Jul 12, 2022 18:56:24 GMT
The substance simulator just appeared for me on gitHub notifications.
|
|
|
Post by sound on Jul 12, 2022 19:17:05 GMT
|
|
|
Post by AnthroHeart on Jul 12, 2022 19:42:41 GMT
I feel that. Quite strong (8/10 strength).
|
|
|
Post by sound on Jul 19, 2022 3:09:36 GMT
I have been busy. Sorry for my lack of activity!
I am doing well. I hope everyone else is too.
|
|