Ok,
it writes without problem. However i will follow your advice, to save in another folder.
Another thing that seems quite strange to me is the beaviour of the audio bus effects.
The order of the effects seem to change randomly every time i run the project, sometimes disabling the audio. at all
This is what is happening:
func _ready():
var idx = AudioServer.get_bus_index("ToMaster")
effect = AudioServer.get_bus_effect(idx, 0)
Since the order change, the AudioServer.get_bus sometimes point to an audio effect not to Recor, indeed to other fx.
my default bus is like this:
Master----------ToMaster
no fx-------------Record
-------------------Notchfiler
-------------------Phaser
Speakers------Master
Sometimes happen that Record changes position, creating a logical error in this line:
effect = AudioServer.get_bus_effect(idx, 0)
Btw wich picture format is allowed by the forum?
Thanks