The PC tools are nice, but until they clean out the numerous bugs that plague it, I think it might be best to stick with programming/editing 'ala touchscreen. I have lost so much data using the PC tools because it kept crashing.
It is unfortunate about some of the inconveniences that Petit Computer has. The main one for me is how when you LOAD or SAVE, that reading/writing audio plays. IT isn't such a problem with SAVEing imo, but with LOADing......There is an option to prevent the dialog box when LOADing, but no such option to not play the audio. What is the point of making CHR, COL, etc assets with CHRED, SCRED, etc if the only way to prevent this blasted audio from playing is to have everything in DATA form within the PRG itself so that there is no loading?
Cant you just turn down your volume?
The "beep" itself is a sound effect, and volume for sound effects are set when you call the command BEEP to play a sound. Since that particular sound is being called from the system itself, I have no control over its volume, as there is no global sound effect volume control, nor the ability to check which sound channel it is using.
Anyways, I did find out how to disable it, via SYSBEEP, which controls the entire sound effect system with either ON (TRUE) or OFF (FALSE). Not sure if it also messes with BGM, but it would be nice if it didn't, so music could still play while "loading" stuff.