From: <pst...@us...> - 2008-04-02 04:31:10
|
Revision: 385 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=385&view=rev Author: pstieber Date: 2008-04-01 21:31:05 -0700 (Tue, 01 Apr 2008) Log Message: ----------- Changed the eol style to native. Modified Paths: -------------- trunk/jazz/conf/jazz.cfg trunk/jazz/conf/xgdrmnam.jzi Property Changed: ---------------- trunk/jazz/conf/Makefile.am trunk/jazz/conf/ctrlnam.jzi trunk/jazz/conf/e26.jzi trunk/jazz/conf/e26voice.jzi trunk/jazz/conf/gm.jzi trunk/jazz/conf/gmdrmnam.jzi trunk/jazz/conf/gmdrmset.jzi trunk/jazz/conf/gmvoices.jzi trunk/jazz/conf/gs.jzi trunk/jazz/conf/gsdrmset.jzi trunk/jazz/conf/gsvoices.jzi trunk/jazz/conf/jazz.cfg trunk/jazz/conf/jv1000.jzi trunk/jazz/conf/sc88pdrm.jzi trunk/jazz/conf/sc88pro.jzi trunk/jazz/conf/sc88pvoi.jzi trunk/jazz/conf/xg.jzi trunk/jazz/conf/xgdrmnam.jzi trunk/jazz/conf/xgdrmset.jzi trunk/jazz/conf/xgvoices.jzi Property changes on: trunk/jazz/conf/Makefile.am ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/ctrlnam.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/e26.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/e26voice.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gm.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gmdrmnam.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gmdrmset.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gmvoices.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gs.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gsdrmset.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/gsvoices.jzi ___________________________________________________________________ Name: svn:eol-style + native Modified: trunk/jazz/conf/jazz.cfg =================================================================== --- trunk/jazz/conf/jazz.cfg 2008-04-02 04:26:56 UTC (rev 384) +++ trunk/jazz/conf/jazz.cfg 2008-04-02 04:31:05 UTC (rev 385) @@ -1,98 +1,98 @@ -# jazz config-file for General Midi setup - -# when displaying this midichannel (1..16) the Drumnames are displayed -.drumchannel 10 - -# Controls software emulation of midi thru -# If using /dev/music with a true mpu401 card -# set this to 0 to disable software emulated midi thru -# Has no effect with jazz's native mpu401 driver -.softthru 1 - -# controls source of sequencer clock (0 = internal) -.clocksource 0 - -# controls sending of real time info to midi out from sequencer when -# playing, normally off -.realtime_out 0 - -# controls use of GS reverb and chorus macros opposed to individual -# parameter control -.use_reverb_macro 1 -.use_chorus_macro 1 - -# sets controller number for selecting bank (with GS it's 0) -.bank_control_number 0 - -# controls max. number of columns to use in the "Parts" dialogs -.parts_columns_max 4 - -# controls whether to draw tracknames also on right side of "Parts" dialogs -.parts_tracknames_right 0 - -# set to 1 will enable audio support on startup, 0 will disable -.enable_audio 1 - -# Window positions/sizes -.trackwin_xpos 10 -.trackwin_ypos 10 -.trackwin_width 600 -.trackwin_height 400 - -.pianowin_xpos 30 -.pianowin_ypos 30 -.pianowin_width 600 -.pianowin_height 400 - -.enable_welcome 0 - -# ---------------- Linux configuration ----------------------------- - -# which driver to use: -# 0 = jazz's native /dev/mpu401 -# 1 = OSS /dev/music -# 2 = ALSA (experimental) - -.driver 2 - -# OSS-Device no, a value of -1 will pop up a dialog at startup -.device 0 - -# for alsa, these are the indexes of the clients:ports used -# for midi thru -# see /proc/asound/seq/clients for candidates -.thru_input 0 -.thru_output 0 - -# if using jazz's native mpu-401 driver this can be used to control -# hardware midi thru on the interface card -.hardthru 1 - -# External sync with ALSA (from Takashi Iwai <ti...@su...>) -# To activate sync mastering on jazz, one has to set .alsa_sync_output -# to 2 or 3 in config file, for midi clock or MTC, respectively. -# Edit /usr/local/jazz/jazz.cfg manually by text editor. -# Then jazz will ask you the device to sync output. Choose the raw midi -# device to output the sync signals. This can be different from the -# midi output device. - -# The time format can be selected by ".alsa_sync_output_format" in -# config file. It corresponds to SMPTE format (from 0 = 24fps to 3 = 30 -# ndp). The format is ignored, of course, on MIDI clock mode. - -# ---------------- M$-Windows configuration ------------------------ - -# device numbers for windows, -1 will prompt at startup -.win_input_device -1 -.win_output_device -1 - -##################################################################### - -# Synthesizer configuration: -.synth_config gs.jzi -.send_synth_reset 0 -.synth_dialog 0 - -# program generated configuration: -.alsa_input_device -1 -.alsa_output_device -1 +# jazz config-file for General Midi setup + +# when displaying this midichannel (1..16) the Drumnames are displayed +.drumchannel 10 + +# Controls software emulation of midi thru +# If using /dev/music with a true mpu401 card +# set this to 0 to disable software emulated midi thru +# Has no effect with jazz's native mpu401 driver +.softthru 1 + +# controls source of sequencer clock (0 = internal) +.clocksource 0 + +# controls sending of real time info to midi out from sequencer when +# playing, normally off +.realtime_out 0 + +# controls use of GS reverb and chorus macros opposed to individual +# parameter control +.use_reverb_macro 1 +.use_chorus_macro 1 + +# sets controller number for selecting bank (with GS it's 0) +.bank_control_number 0 + +# controls max. number of columns to use in the "Parts" dialogs +.parts_columns_max 4 + +# controls whether to draw tracknames also on right side of "Parts" dialogs +.parts_tracknames_right 0 + +# set to 1 will enable audio support on startup, 0 will disable +.enable_audio 1 + +# Window positions/sizes +.trackwin_xpos 10 +.trackwin_ypos 10 +.trackwin_width 600 +.trackwin_height 400 + +.pianowin_xpos 30 +.pianowin_ypos 30 +.pianowin_width 600 +.pianowin_height 400 + +.enable_welcome 0 + +# ---------------- Linux configuration ----------------------------- + +# which driver to use: +# 0 = jazz's native /dev/mpu401 +# 1 = OSS /dev/music +# 2 = ALSA (experimental) + +.driver 2 + +# OSS-Device no, a value of -1 will pop up a dialog at startup +.device 0 + +# for alsa, these are the indexes of the clients:ports used +# for midi thru +# see /proc/asound/seq/clients for candidates +.thru_input 0 +.thru_output 0 + +# if using jazz's native mpu-401 driver this can be used to control +# hardware midi thru on the interface card +.hardthru 1 + +# External sync with ALSA (from Takashi Iwai <ti...@su...>) +# To activate sync mastering on jazz, one has to set .alsa_sync_output +# to 2 or 3 in config file, for midi clock or MTC, respectively. +# Edit /usr/local/jazz/jazz.cfg manually by text editor. +# Then jazz will ask you the device to sync output. Choose the raw midi +# device to output the sync signals. This can be different from the +# midi output device. + +# The time format can be selected by ".alsa_sync_output_format" in +# config file. It corresponds to SMPTE format (from 0 = 24fps to 3 = 30 +# ndp). The format is ignored, of course, on MIDI clock mode. + +# ---------------- M$-Windows configuration ------------------------ + +# device numbers for windows, -1 will prompt at startup +.win_input_device -1 +.win_output_device -1 + +##################################################################### + +# Synthesizer configuration: +.synth_config gs.jzi +.send_synth_reset 0 +.synth_dialog 0 + +# program generated configuration: +.alsa_input_device -1 +.alsa_output_device -1 Property changes on: trunk/jazz/conf/jazz.cfg ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/jv1000.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/sc88pdrm.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/sc88pro.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/sc88pvoi.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/xg.jzi ___________________________________________________________________ Name: svn:eol-style + native Modified: trunk/jazz/conf/xgdrmnam.jzi =================================================================== --- trunk/jazz/conf/xgdrmnam.jzi 2008-04-02 04:26:56 UTC (rev 384) +++ trunk/jazz/conf/xgdrmnam.jzi 2008-04-02 04:31:05 UTC (rev 385) @@ -1,84 +1,84 @@ -# Drum names for XG synthesizers - -# names for the drumkeys -.drumnames - -13 Surdo Mute -14 Surdo Open -15 Hi Q -16 Whip Slap -17 Scratch Push -18 Scratch Pull -19 Finger Snap -20 Click Noise -21 Metronome Click -22 Metronome Bell -23 Seq Click L -24 Seq Click H -25 Brush Tap -26 Brush Swirl L -27 Brush Slap -28 Brush Swirl H -29 Snare Roll -30 Castanet -31 Snare L -32 Sticks -33 Bass Drum L -34 Open Rim Shot -35 Bass Drum M -36 Bass Drum H -37 Side Stick -38 Snare M -39 Hand Clap -40 Snare H -41 Floor Tom L -42 Hi-Hat Closed -43 Floor Tom H -44 Hi-Hat Pedal -45 Low Tom -46 Hi-Hat Open -47 Mid Tom L -48 Mid Tom H -49 Crash Cymbal 1 -50 High Tom -51 Ride Cymbal 1 -52 Chinese Cymbal -53 Ride Cymbal Cup -54 Tambourine -55 Splash Cymbal -56 Cowbell -57 Crash Cymbal 2 -58 Vibraslap -59 Ride Cymbal 2 -60 Bongo H -61 Bongo L -62 Conga H Mute -63 Conga H Open -64 Conga L -65 Timbale H -66 Timbale L -67 Agogo H -68 Agogo L -69 Cabasa -70 Maracas -71 Samba Whistle H -72 Samba Whistle L -73 Guiro Short -74 Guiro Long -75 Claves -76 Wood Block H -77 Wood Block L -78 Cuica Mute -79 Cuica Open -80 Triangle Mute -81 Triangle Open -82 Shaker -83 Jingle Bell -84 Bell Tree -85 [No sound] -86 [No sound] -87 [No sound] -88 [No sound] -89 [No sound] -90 [No sound] -91 [No sound] +# Drum names for XG synthesizers + +# names for the drumkeys +.drumnames + +13 Surdo Mute +14 Surdo Open +15 Hi Q +16 Whip Slap +17 Scratch Push +18 Scratch Pull +19 Finger Snap +20 Click Noise +21 Metronome Click +22 Metronome Bell +23 Seq Click L +24 Seq Click H +25 Brush Tap +26 Brush Swirl L +27 Brush Slap +28 Brush Swirl H +29 Snare Roll +30 Castanet +31 Snare L +32 Sticks +33 Bass Drum L +34 Open Rim Shot +35 Bass Drum M +36 Bass Drum H +37 Side Stick +38 Snare M +39 Hand Clap +40 Snare H +41 Floor Tom L +42 Hi-Hat Closed +43 Floor Tom H +44 Hi-Hat Pedal +45 Low Tom +46 Hi-Hat Open +47 Mid Tom L +48 Mid Tom H +49 Crash Cymbal 1 +50 High Tom +51 Ride Cymbal 1 +52 Chinese Cymbal +53 Ride Cymbal Cup +54 Tambourine +55 Splash Cymbal +56 Cowbell +57 Crash Cymbal 2 +58 Vibraslap +59 Ride Cymbal 2 +60 Bongo H +61 Bongo L +62 Conga H Mute +63 Conga H Open +64 Conga L +65 Timbale H +66 Timbale L +67 Agogo H +68 Agogo L +69 Cabasa +70 Maracas +71 Samba Whistle H +72 Samba Whistle L +73 Guiro Short +74 Guiro Long +75 Claves +76 Wood Block H +77 Wood Block L +78 Cuica Mute +79 Cuica Open +80 Triangle Mute +81 Triangle Open +82 Shaker +83 Jingle Bell +84 Bell Tree +85 [No sound] +86 [No sound] +87 [No sound] +88 [No sound] +89 [No sound] +90 [No sound] +91 [No sound] Property changes on: trunk/jazz/conf/xgdrmnam.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/xgdrmset.jzi ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/jazz/conf/xgvoices.jzi ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |