jangler / faunatone

Tracker-style microtonal MIDI sequencer
Mozilla Public License 2.0
34 stars 1 forks source link

faunatone prompts for save file name despite passing in file on launch #3

Closed Savestate2A03 closed 2 years ago

Savestate2A03 commented 2 years ago

To reproduce: Save a file with faunatone and open it by passing the file as a parameter to the executable (or by double clicking after associating the filetype in Windows). Attempt to save.

faunatone will prompt for a name for the save file instead of saving over the existing file

Windows 10-20H2 faunatone v0.1.0

Savestate2A03 commented 2 years ago

Not entirely sure the best approach for this is, as it seems saved files want to be limited to the save folder (at least in the current implementation). So re-saving will just make a new file there.

jangler commented 2 years ago

The solution I chose is what Faunatone should do based on the current "everything stays in a subfolder" scheme, so I'll close this issue. If you want, you can open another for not being able to write files outside the tree.

Savestate2A03 commented 2 years ago

Ah, well the issue still persists even in that folder. If i open file.faun in the saves folder via double click, it will crash because the context is the saves folder, not the one above (and it crashes on looking for the assets folder)

Savestate2A03 commented 2 years ago

oh wait ignore me, i was looking at the wrong issue. this works great