Jump to content

Script errors?


heni30
 Share

Recommended Posts

I'm trying to run a script to reduce bloated file size and I get the errors below:

 

(

 

for i = 1 to theMixer.numMaxMixers() do theMixer.removeMaxMixer 1 false 1

local trackIndex = 1

local m = trackViewNodes[trackIndex]

while (m != undefined) do

(

ct = numNoteTracks m

i = 1

while not keyboard.escPressed and i

(

deleteNoteTrack m (getNoteTrack m 1)

if (mod i 200)

i = i+1

)

trackIndex = trackIndex + 1

m = trackViewNodes[trackIndex]

)

)

 

-- Error occurred during fileIn in <0x00003148>

<0x000011d0>

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...