WebUSB ProffieOS Workbench questions

  1. Any idea why when editing a preset, only the root level fonts show as choices? Any subdirectory nested fonts (Inquisitor/Reva for example) are not available in the list.
    My presets that match the SD card contents:
{ "2ndSistr;common;commonBU", "a_INQUISITOR/tracks/Enter_The_Inquisitor.wav",
{ "a_INQUISITOR/VengefulYoungling;common;commonBU", "a_INQUISITOR/tracks/Inquisitor_Theme.wav",
{ "a_INQUISITOR/Inquisitor;common;commonBU", "a_INQUISITOR/tracks/Inquisitor_Duel.wav",
{ "9thSistr;common;commonBU", "a_INQUISITOR/tracks/Inquisitor_Theme.wav",
{ "aa_Blueforce/LiquidStatic;common;commonBU", "",
{ "aa_Blueforce/CyberAssassin2;common;commonBU", "",
{ "aa_Blueforce/TempleGuardian;common;commonBU", "",
{ "aa_Greyscale/Omen_Greyscale;common;commonBU", "",
{ "aa_HarrySolo/DESTABILIZE;common;commonBU", "",
{ "aa_JayDalorian/Decimate;common;commonBU", "",
{ "aa_Juansith/HATE;common;commonBU", "",

and a video showing what the Workbench is doing:

  1. How difficult would it be to have a text edit option that would allow us to open config.ini, smoothsw.ini and even presets.ini?
    That could be really convenient to make font config edits without having to Mass storage mount, or remove the SD card.
  1. ProffieOS workbench uses the command list_fonts to find all the available fonts. It does not look in subdirectories currently.

  2. Not overly difficult. The hardest part might be to make sure that the file transfer is reliable without eating up too many bytes of program memory. The file transfer could potentially be used for other things as well, including uploading fonts. (Although it would be VERY slow…) I suppose we could use a define to control it, I don’t think everybody would want to edit these files directly and may prefer to save the memory.

Maybe I meant more like the way presets.ini is read and written currently. Would that use memory to do?

If there were a box similar to the way the style arguments are but for config.ini , showing the humStart, ProffieOSClashImageDuration etc…
That the values could be edited and saved.

1 Like

Yes, it would use memory.
Now, all ProffieOS save files have an interface that would let me go change variables, we would just have to add a get/set command for each save file. However, config.txt / smoothsw.ini are never actually saved (and shouldn’t be since those values are supposed to come from the font maker) so any changes made through that interface would be temporary.

Currently the get/set interface is only used by the fett263 prop to control things like swing ignition if I remember correctly.

Can any saber with ProffieOS6.x or higher use the ProffieOS workbech regardless of the prop file being used.

It goes way back before OS6, and yes.
To get the most out of it, you’d want to use Arg based styles that allow individual elements of the styles to be edited if you care to do so, but saber remote control, track, and preset editing has been available for a while with WebUSB.
You’re essentially editing the presets.ini file via a GUI.

Thanks for the reply. Just was not sure if the workbench worked regardless of the prop file used.