teotigraphix / CausticSDK

The full software development kit for the Android Caustic Core
31 stars 11 forks source link

Preset save needs to use path's File name when using @ #66

Closed teotigraphix closed 7 years ago

teotigraphix commented 9 years ago

vsdfsdf

causticrej commented 8 years ago

Need more info, what's a "simple name"?

teotigraphix commented 8 years ago

When I save a preset, sometimes your code internally names it with the native file path. So when you load that preset in Caustic, the preset name is like C:/foo/bar... instead of the file name.

So simple name is the file name I passed to the save as preset command.

teotigraphix commented 8 years ago

Thinking about this again, you must have in your code that your display text in the preset label uses the argument passed to save_preset.

Sine I am now passing a full native Path, you are using that as the display label and it shows instead of just the file name.

teotigraphix commented 7 years ago

Fixed