Secret Prefs: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
There are some prefs that are not exposed in the user interface. You can use an XML or plist editor (like the excellent [http://homepage.mac.com/bwebster/plisteditpro.html PlistEdit Pro]) or you can just use a text editor. You must edit them when kJams is NOT running, open the file:<br>
There are some prefs that are not exposed in the user interface.  


To reveal your preferences file, run kJams and go to the Help menu and pick "Reveal Preferences".  It will then show you your prefs file in this location:
To change these, you can use an XML or plist editor (like the excellent [http://homepage.mac.com/bwebster/plisteditpro.html PlistEdit Pro]) or you can just use a text editor.  If you do use a text editor, you need to be careful not to break the formatting (in short: don't touch the angle brackets or anything in between them -- except to change <false/> into <true/> or vice-versa).
 
You must edit them when kJams is NOT running, so shut it down before you open the file.
 
To reveal your preferences file, run kJams and go to the Help menu and pick "Reveal Preferences".  It will then open a Finder window on the folder containing your prefs file, which will be in this location:


  Mac: [[~|~/]]Library/Preferences/kJams/kJams Preferences.plist
  Mac: [[~|~/]]Library/Preferences/kJams/kJams Preferences.plist
  Win: [[~|~/]]AppData/Roaming/Preferences/kJams/kJams Preferences.plist
  Win: [[~|~/]]AppData/Roaming/Preferences/kJams/kJams Preferences.plist


note: click the [[~|tilde]] above if you don't know what it means
note: click the [[~|tilde]] above if you don't know what it means.
 
Once the folder has been displayed, switch back to kJams and Quit the program.  Then you can open the preferences file with your editor, and change any of these:


* "Browser Font Size" - default is 11
* "Browser Font Size" - default is 11
* "Launch Midi Files" - set to true
* "Launch Midi Files" - set to true
* "Half Ring buffer size (in megabytes)".  Default is 1.5, set it to 3 if the ring buffer ever runs dry on your particular system
* "Half Ring buffer size (in megabytes)".  Default is 1.5, set it to 3 if the [[ring buffer]] ever runs dry on your particular system
* "Maximum number of items in web search results list" - default is 200
* "Maximum number of items in web search results list" - default is 200
* a bunch more
* "Don't erase before sweeping" -
Karaoke text, of course, changes color in time with the music.  This color-changing is called "sweeping".  to do this, we erase only the part of the word that is "swept", then re-draw only that part in the new color.  Erasing first keeps the text looking crisp on the edges, as otherwise the anti-aliasing can show the previous color on the fringes.  In certain cases however, erasing first causes problems, so you can use this switch to turn it off.

Revision as of 18:19, 24 May 2015

There are some prefs that are not exposed in the user interface.

To change these, you can use an XML or plist editor (like the excellent PlistEdit Pro) or you can just use a text editor. If you do use a text editor, you need to be careful not to break the formatting (in short: don't touch the angle brackets or anything in between them -- except to change <false/> into <true/> or vice-versa).

You must edit them when kJams is NOT running, so shut it down before you open the file.

To reveal your preferences file, run kJams and go to the Help menu and pick "Reveal Preferences". It will then open a Finder window on the folder containing your prefs file, which will be in this location:

Mac: ~/Library/Preferences/kJams/kJams Preferences.plist
Win: ~/AppData/Roaming/Preferences/kJams/kJams Preferences.plist

note: click the tilde above if you don't know what it means.

Once the folder has been displayed, switch back to kJams and Quit the program. Then you can open the preferences file with your editor, and change any of these:

  • "Browser Font Size" - default is 11
  • "Launch Midi Files" - set to true
  • "Half Ring buffer size (in megabytes)". Default is 1.5, set it to 3 if the ring buffer ever runs dry on your particular system
  • "Maximum number of items in web search results list" - default is 200
  • "Don't erase before sweeping" -

Karaoke text, of course, changes color in time with the music. This color-changing is called "sweeping". to do this, we erase only the part of the word that is "swept", then re-draw only that part in the new color. Erasing first keeps the text looking crisp on the edges, as otherwise the anti-aliasing can show the previous color on the fringes. In certain cases however, erasing first causes problems, so you can use this switch to turn it off.