Skip to content

Commit

Permalink
8120 updates, eSpeak updates
Browse files Browse the repository at this point in the history
  • Loading branch information
esaruoho authored Oct 21, 2024
1 parent 7815885 commit a948bbb
Show file tree
Hide file tree
Showing 4 changed files with 832 additions and 571 deletions.
6 changes: 5 additions & 1 deletion Paketti0G01_Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ function show_paketti_preferences()
},
vb:button{
text = "Browse",
width = 100,
width = 60,
notifier = function()
local path = renoise.app():prompt_for_path("Select Device Chain Path")
if path and path ~= "" then
Expand All @@ -699,6 +699,10 @@ function show_paketti_preferences()
preferences.PakettiDeviceChainPath.value = "DeviceChains/"
vb.views[pakettiDeviceChainPathDisplayId].text = "DeviceChains/"
end
},
vb:button{text="Load Random Chain",width=100,notifier=function()
PakettiRandomDeviceChain(preferences.PakettiDeviceChainPath.value)
end
}}
},

Expand Down
Loading

0 comments on commit a948bbb

Please sign in to comment.