SEQPDL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


==Description==
==Description==
                                                         
The SEQPDL parameter controls                                           
the amount of free space that must be present in the users Push Down     
List in order for the SOUL sequencer to proceed with the next           
quad code.                                                               
The new default is 4096 bytes.  The old value was 1024 bytes.           
The maximum value is 8192 bytes.                                         
SEQPDL is a system level                                                 
parameter and can only be set on User 0's parameter line.               
This parameter allows enough PDL space in order for                     
the lower level journaling routines to handle error conditions           
properly without breaking files.                                         
                                                                         
This parameter may require you to increase                               
the size of the user Push Down List (UTABLE LPDLST parameter) by up to   
3072 bytes, or more if you specify a value for SEQPDL that is larger     
than the 4096 default value.  This should avoid any issues associated   
with ERROR 2126 USER'S PUSHDOWN LIST OVERFLOWED                                                                                   


[[Category:Parameters]]
[[Category:Parameters]]
[[Category:System parameters]]
[[Category:System parameters]]

Revision as of 21:41, 29 August 2013

Minimum PDL available for sequencer

This page is under construction.

Summary

Default value
4096
Parameter type
System
Where set
User 0 parameter line
Related products
All
Introduced
Model 204 version 7.5

Description

The SEQPDL parameter controls the amount of free space that must be present in the users Push Down List in order for the SOUL sequencer to proceed with the next quad code. The new default is 4096 bytes. The old value was 1024 bytes. The maximum value is 8192 bytes. SEQPDL is a system level parameter and can only be set on User 0's parameter line. This parameter allows enough PDL space in order for the lower level journaling routines to handle error conditions properly without breaking files.

This parameter may require you to increase the size of the user Push Down List (UTABLE LPDLST parameter) by up to 3072 bytes, or more if you specify a value for SEQPDL that is larger than the 4096 default value. This should avoid any issues associated with ERROR 2126 USER'S PUSHDOWN LIST OVERFLOWED