-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
still some refactoring to do and make it simpler
- Loading branch information
Andreas Rånman
committed
Jan 18, 2024
1 parent
03f23ce
commit 4e20cb2
Showing
5 changed files
with
394 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<configuration> | ||
<!-- Dir Browser is the list of directories on the right of the Preset Browser --> | ||
<atom type="DirBrowser"> | ||
<hash type="BasePathUsername" key="presetChoice(ColorPB)@en_US">Color Synth</hash> | ||
<hash type="BasePathEntry" key="presetChoice(ColorPB)=[ColorPB]:">128</hash> | ||
|
||
<hash type="BasePathUsername" key="ColorPB">Color Synth</hash> | ||
<hash type="BasePathEntry" key="ColorPB(ColorPB)=[ColorPB]:">128</hash> | ||
|
||
<hash type="StateCurrentPath" key="ColorPB">#ColorPB(ColorPB):</hash> | ||
<hash type="StatePathExpand" key="ColorPB@#ColorPB(ColorPB):">1</hash> | ||
</atom> | ||
|
||
<!-- Dir Thumb Browser is the thumbnail/list portion of the Preset Browser --> | ||
<atom type="DirThumbBrowser"> | ||
<hash type="ClientZoom" key="ColorPB">128</hash> | ||
<hash type="ClientSplitterPos" key="ColorPB">0.5</hash> | ||
</atom> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import color_synth_path |
Oops, something went wrong.