Revision [1697]

This is an old revision of ParisCfg made by admin on 2010-03-06 11:45:08.

 

PARIS' Configuration File (paris.cfg)


The paris.cfg file is a "preference" file that stores details of your configuration. It stores preferences pertaining to the global operation of PARIS (such as cache settings, enabling/disabling the MIDI engine or jog shuttle wheel sensitivity).

The paris.cfg file is located in the PARIS application folder. It can be edited from the Project Window in PARIS but more parameters can be accessed and changed by opening it directly in Notepad (or any other text editor). Be certain there are no typos in your edits, and also be certain to rename it with the .cfg file extension after saving (for example, to edit the paris.cfg on a Macintosh you must change the file extension to .txt in order to open it in eg. Simple Text; after you save the file, you must change the extension back to .cfg).

The "default" configuration settings for PARIS tend to be pretty lean and conservative since they were based on assumptions of the limited capabilities of the host computers of the time. To gain a noticeable performance increase on modern computers, some settings can (and should) be increased to higher values.

A numerical "1" by itself is the equivalent of "yes"; a numerical "0" is the equivalent of "no". Thus "MIDIPlayDisabled=1" means "yes, disable MIDI functionality" and "MIDIPlayDisabled=0" would mean "no, leave MIDI running" (actually, the "default" is that MIDI is "on".


Inside A Typical paris.cfg

*** PARIS Configuration ***

*** ENGINE configuration parameters ***
* Cache Size in MB
CacheSize=128

* Overview cache size in KB
OvwCacheSize=8192

* I/O configuration
IOSize=256

* SubMix Cache Size in KB
SubMixCacheSize=256

ManualRecDelay=4096

RecXFadeLen=20
Use32BitWinMTC=0

DisableDirectX=0

MasterOutputCard=0

ScrubMaxRate=1

WheelSensitivity=20

WheelInertia=68

CSProVersion=ABCDEFGH

VSTDirectory=C:\vsts\

MIDIPlayDisabled=1


[A note about the structure of the Paris.cfg - a line beginning with the asterisk is a "comment", meaning it's ignored by the app - it's merely there to provide you with a reference. The second line gives the actual value in megabytes (in the following case, 128 MB).]

Paris.cfg line by line:


Cache Size (in mb)

* Cache Size in MB
CacheSize=128


Explanation of the PARIS cache settings follows:

The cache size is determined by two factors:

- The Disk IO Size, and
- Number of REAL tracks of playback.

So for Brian with 80 tracks he will need about 5 times the usual amount. More memory is needed IF you switch to larger disk I/O or have additional submixes (count each virtual submix as a 2 more tracks). There is definitely nothing wrong with using larger disk cache sizes, as long as you have the RAM. The only suspicious thing is that whatever you set as disk cache is not available to the VCACHE. Maybe Win98 no longer respects VCACHE limits...

Edmund Pirali
Intelligent Devices, Inc.


and...

Here is how it works:

- The only factor that will effect number of tracks played/record is the disk I/O size. The larger the size, the more efficient the disk is (almost always), but slower the response time of PARIS.
- The Disk Cache Size needs to be adjust as you increase the disk I/O until it shows the number of tracks you intent to playback. Thats the only real effect. Also if the disk cache is larger smaller loops MAY play from memory and not require disk access.
- The overview cache size usually does not play into this.

Your SeaGate MAY be fast enough got 24 tracks in 24 bits, but your internal Mac SCSI may not be. You may need a SCSI accelerator card.

Edmund Pirali
Intelligent Devices, Inc.





Overview Cache (in kb)

* Overview cache size in KB
OvwCacheSize=8192


Your overview cache is used to store waveform views. It can be safely boosted from this number (hard data coming)



Optional Settings in your paris.cfg


PARIS has several settings that cannot be accessed via the "Configuration" menu entry in your Project Window. Your PARIS.cfg must be opened in a text editor and edited directly to access them.

1) UseHouseSync

If you are using more than two MECs you must 1) use an external clock source, and 2) enable PARIS to use that clock source by including this line.
UseHouseSync=1

(external word clock enabled)
UseHouseSync=0

(external word clock disabled)

Even if you do not use multiple MECs, you must include that line if you're planning to use external word clock.



2) MIDIPlayDisabled

If you wish to enable or disable the MIDI functionality in PARIS (if you're not going to use it as a sequencer, disabling this is best):
MIDIPlayDisabled=1

(disables MIDI)
MIDIPlayDisabled=0

(enables MIDI)


3) VSTDirectory

Your VST Plugins Path looks like this when no path has been specified.
VSTDirectory=

After you specify a path, it looks like this:
VSTDirectory=C:/VSTPlugins [or whatever path you've specified]

Unfortunately, the configuration screen in PARIS is not 100% reliable at removing this information. If you want to completely remove your plugin path, delete all information in the same line so it looks like this again:
VSTDirectory=



4) PreQFactor



There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki