Skip to content

Commit 351637f

Browse files
committed
Clouds is free
1 parent 830c1f6 commit 351637f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Generative/Clouds/Clouds Functions/Clouds Tracks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Clouds.Tracks.time = 0
88
Clouds.Tracks.len = 2
99
-- Get
1010
function Clouds.Tracks.Get()
11-
Clouds.Tracks.is_track = reaper.GetExtState(EXT_NAME, 'track')
11+
Clouds.Tracks.is_track = true -- reaper.GetExtState(EXT_NAME, 'track') always true while it is for free!
1212
end
1313

1414
-- Set

Generative/Clouds/daniellumertz_Clouds.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- @version 1.2.0
1+
-- @version 1.3.0
22
-- @author Daniel Lumertz
33
-- @provides
44
-- [main] daniellumertz_Clouds Generate for All Items.lua
@@ -13,10 +13,10 @@
1313
-- [nomain] User Settings/.gitkeep
1414
-- [effect] FX/daniellumertz_Clouds.jsfx
1515
-- @changelog
16-
-- + Fixed Randomization UI issue with out-of-bounds values for pan, volume, and stretch when the user manually inputs a value.
16+
-- + It is free from now on. MIT Lincense
1717
-- @license
1818
--[[
19-
I am not sure which license to use. This code is open-source. You may not bypass the pay window, besides that you are free to modify this code, or use my functions in your project. If you make something cool share with me!
19+
MIT
2020
]]
2121
-- Debug
2222
if reaper.file_exists( "c:/Users/DSL/.vscode/extensions/antoinebalaine.reascript-docs-0.1.12/debugger/LoadDebug.lua" ) then
@@ -29,7 +29,7 @@ reaper.defer = profiler.defer ]]
2929

3030
-- Constants:
3131
SCRIPT_NAME = 'Clouds'
32-
SCRIPT_V = '1.2.0' -- version should always be three digits! leters, for beta versions, are acceptable.
32+
SCRIPT_V = '1.3.0' -- version should always be three digits! leters, for beta versions, are acceptable.
3333
EXT_NAME = 'daniellumertz_Clouds' -- keys: settings (for clouds), is_item (for generated items)
3434
FX_NAME = 'daniellumertz_Clouds'
3535
Proj = 0

0 commit comments

Comments
 (0)