Csound Csound-dev Csound-tekno Search About

[Csnd] CSound6 Fluidsynth opcode

Date2013-07-24 17:14
FromJacques Leplat
Subject[Csnd] CSound6 Fluidsynth opcode
Hello,

I have been trying to run a fluid synth opcode on an Android device using CSD Player for CSound6 (current release pre-built on source forge).

CSD Player runs the file then crashes out. I have tried this in the android sdk emulator and on an LG Nexus 4, running Android 4.2.2. I was wondering if anyone else has run a csd that uses fluid synth? If so, is there something not right in my csd?

All the best,

Jacques

----------------------

The csd, and the sound font file are copied to the device's /mnt/sdcard folder so that the csd player's file browser lists the files OK.

The csd file's contents are as follows:



-odac 


sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1

;-- Definition for instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
giEngine fluidEngine
giSFnum fluidLoad "/mnt/sdcard/sf_GMbank.sf2", giEngine, 1
fluidProgramSelect giEngine, 1, giSFnum, 0, 0


;-- Instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
instr 8
fluidNote giEngine, 1, p4, p5
endin

;-- Instrument [1099] SF Capture
instr 1099
asigL, asigR fluidOut giEngine
asigL = asigL * p4
asigR = asigR * p4
outs asigL, asigR

endin


;inst start dur amplitude noteNumber; midiNote
i8 0.321 0.479 72 70
i8 0.321 0.239 48 70
i8 0.561 0.239 43 40
i8 0.801 0.239 36 40
; fluid engine capture
i1099 0 1 7



The android log for the LG Nexus 4 is below:

07-24 17:00:04.297: I/ActivityManager(519): Start proc com.csounds.Csound6 for activity com.csounds.Csound6/.CsoundAppActivity: pid=10910 uid=10095 gids={50095, 1015, 1028}
07-24 17:00:04.307: I/dalvikvm(10910): Turning on JNI app bug workarounds for target SDK version 10...
07-24 17:00:04.317: D/dalvikvm(10910): Debugger has detached; object registry had 1 entries
07-24 17:00:04.337: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0, skipping init
07-24 17:00:04.347: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0, skipping init
07-24 17:00:04.347: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0, skipping init
07-24 17:00:04.357: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:04.357: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=VG1 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:04.457: D/dalvikvm(10910): GC_CONCURRENT freed 209K, 3% free 8892K/9128K, paused 4ms+4ms, total 19ms
07-24 17:00:04.527: V/PhoneStatusBar(648): setLightsOn(true)
07-24 17:00:04.577: I/ActivityManager(519): Displayed com.csounds.Csound6/.CsoundAppActivity: +302ms
07-24 17:00:04.608: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.608: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.618: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.618: D/dalvikvm(1989): GC_CONCURRENT freed 406K, 5% free 9193K/9628K, paused 9ms+3ms, total 50ms
07-24 17:00:04.618: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.648: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.648: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.658: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.658: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.778: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; 
07-24 17:00:07.270: D/dalvikvm(10910): GC_CONCURRENT freed 55K, 1% free 9330K/9424K, paused 2ms+1ms, total 13ms
07-24 17:00:07.531: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:00:07.981: W/Settings(774): Setting auto_time_zone has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
07-24 17:00:07.981: D/AlarmManagerService(519): Kernel timezone updated to -60 minutes west of GMT
07-24 17:00:08.522: D/dalvikvm(774): GC_CONCURRENT freed 391K, 6% free 9212K/9700K, paused 2ms+3ms, total 40ms
07-24 17:00:10.644: D/dalvikvm(10910): GC_FOR_ALLOC freed 43K, 1% free 9556K/9628K, paused 13ms, total 13ms
07-24 17:00:10.654: D/dalvikvm(10910): GC_FOR_ALLOC freed 10K, 1% free 9837K/9920K, paused 13ms, total 13ms
07-24 17:00:10.674: D/dalvikvm(10910): GC_FOR_ALLOC freed 0K, 1% free 10128K/10212K, paused 13ms, total 13ms
07-24 17:00:10.684: D/dalvikvm(10910): GC_FOR_ALLOC freed <1K, 1% free 10419K/10504K, paused 12ms, total 12ms
07-24 17:00:10.704: D/dalvikvm(10910): GC_FOR_ALLOC freed <1K, 1% free 10710K/10796K, paused 13ms, total 13ms
07-24 17:00:10.714: D/dalvikvm(10910): GC_CONCURRENT freed <1K, 1% free 11293K/11380K, paused 3ms+1ms, total 15ms
07-24 17:00:10.714: D/dalvikvm(10910): WAIT_FOR_CONCURRENT_GC blocked 7ms
07-24 17:00:10.754: D/dalvikvm(10910): GC_FOR_ALLOC freed <1K, 1% free 11875K/11964K, paused 11ms, total 12ms
07-24 17:00:16.791: D/FILE CHOSEN(10910): /storage/emulated/0/KeepCsd2.csd
07-24 17:00:16.841: W/InputMethodManagerService(519): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41f0b958 attribute=null, token = android.os.BinderProxy@415ff8f8
07-24 17:00:17.071: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; 
07-24 17:00:18.522: D/dalvikvm(9976): GC_CONCURRENT freed 128K, 3% free 9541K/9812K, paused 3ms+3ms, total 22ms
07-24 17:00:18.612: D/Finsky(9976): [1] 5.onFinished: Installation state replication succeeded.
07-24 17:00:19.083: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:00:20.585: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; 
07-24 17:00:20.625: I/Csound6(10910): Loading Csound plugins:
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libLuaCsound.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libstdutil.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libstdutil.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsndfile.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:20.645: I/Csound6(10910): Csound is starting...
07-24 17:00:20.695: I/AndroidCsound(10910): set callbacks
07-24 17:00:20.695: I/AndroidCsound(10910): callbacks set
07-24 17:00:20.695: I/AndroidCsound(10910): OPCODE6DIR has been set to: /data/app-lib/com.csounds.Csound6-1
07-24 17:00:20.695: I/AndroidCsound(10910): SSDIR has been set to: /data/data/com.csounds.Csound6/samples
07-24 17:00:20.695: D/CsoundObj(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:20.695: D/CsoundObj(10910): STARTING FILE
07-24 17:00:20.695: D/CsoundObj(10910): Creating options
07-24 17:00:20.705: D/CsoundObj(10910): Creating orchestra
07-24 17:00:20.705: D/CsoundObj(10910): Creating score
07-24 17:00:20.715: D/CsoundObj(10910): Elapsed time at end of orchestra compile: real: 0.070s, CPU: 0.070s
07-24 17:00:20.715: D/CsoundObj(10910): sorting score ...
07-24 17:00:20.715: D/CsoundObj(10910): 	... done
07-24 17:00:20.715: D/CsoundObj(10910): Elapsed time at end of score sort: real: 0.070s, CPU: 0.070s
07-24 17:00:20.715: D/CsoundObj(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:20.715: D/CsoundObj(10910): graphics suppressed, ascii substituted
07-24 17:00:20.715: D/CsoundObj(10910): 0dBFS level = 1.0
07-24 17:00:20.735: I/Csound6(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:20.765: I/Csound6(10910): STARTING FILE
07-24 17:00:20.775: I/Csound6(10910): Creating options
07-24 17:00:20.785: I/Csound6(10910): Creating orchestra
07-24 17:00:20.785: I/Csound6(10910): Creating score
07-24 17:00:20.805: I/Csound6(10910): Elapsed time at end of orchestra compile: real: 0.070s, CPU: 0.070s
07-24 17:00:20.805: I/Csound6(10910): sorting score ...
07-24 17:00:20.815: I/Csound6(10910): 	... done
07-24 17:00:20.815: I/Csound6(10910): Elapsed time at end of score sort: real: 0.070s, CPU: 0.070s
07-24 17:00:20.815: I/Csound6(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:20.815: I/Csound6(10910): graphics suppressed, ascii substituted
07-24 17:00:20.815: I/Csound6(10910): 0dBFS level = 1.0
07-24 17:00:20.845: D/CsoundObj(10910): Created fluidEngine 0x0x7218bc88 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:20.845: I/Csound6(10910): Created fluidEngine 0x0x7218bc88 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:20.845: D/CsoundObj(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:20.875: I/Csound6(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:21.145: D/CsoundObj(10910): fluidSynth: 0x0x7218bc88  soundFontId: 1.
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:21.155: I/Csound6(10910): fluidSynth: 0x0x7218bc88  soundFontId: 1.
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:21.155: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  74  Recorder
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  75  Pan Flute
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  76  Bottle Chiff
07-24 17:00:21.155: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  77  Shakuhachi
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  78  Whistle
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  79  Ocarina
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  80  Square Wave
07-24 17:00:21.155: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  81  Saw Wave
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  82  Synth Calliope
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  83  Chiffer Lead
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  84  Charang
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  85  Solo Vox
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  86  5th Saw Wave
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  87  Bass & Lead
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  88  Fantasia
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  89  Warm Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  90  Poly Synth
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  91  Space Voice
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  92  Bowed Glass
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  93  Metal Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  94  Halo Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  95  Sweep Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  96  Ice Rain
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  97  Soundtrack
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  98  Crystal
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  99  Atmosphere
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 100  Brightness
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 101  Goblin
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 102  Echo Drops
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 103  Star Theme
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 104  Sitar
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 105  Banjo
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 106  Shamisen
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 107  Koto
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 108  Kalimba
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 109  Bagpipe
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 110  Fiddle
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 111  Shenai
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 112  Tinker Bell
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 113  Agogo
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 114  Steel Drum
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 115  Wood Block
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 116  Taiko Drum
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 117  Melodic Tom
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 118  Synth Drum
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 119  Reverse Cymbal
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 120  Fret Noise
07-24 17:00:21.175: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 121  Breath Noise
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 122  Seashore
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 123  Bird
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 124  Telephone
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 125  Helicopter
07-24 17:00:21.175: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 126  Applause
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 127  Gun Shot
07-24 17:00:21.175: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 120  Gtr. Cut Noise
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 121  Fl. Key Click
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 122  Rain
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 123  Dog
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 124  Telephone 2
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 125  Car-Engine
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 126  Laughing
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 127  Machine Gun
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 120  String Slap
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 122  Thunder
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 123  Horse Gallop
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 124  Door Creaking
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 125  Car-Stop
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 126  Screaming
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 127  Lazergun
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 122  Wind
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 123  Bird  2
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 124  Door Slam
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 125  Car-Pass
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 126  Punch
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 127  Explosion
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 122  Stream
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 124  Scratch
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 125  Car-Crash
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 126  Heart Beat
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 122  Bubble
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 124  Wind Chimes
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 125  Siren
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 126  Footsteps
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   6  Preset: 125  Train
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   7  Preset: 125  Jet Plane
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   4  Detuned EP 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   5  Detuned EP 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   6  Coupled Harpsichord
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  14  Church Bell
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  16  Detuned Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  17  Detuned Organ 2
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  19  Church Organ 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  21  Italian Accordion
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  24  Ukulele
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  25  12 String Guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  26  Hawaiian Guitar
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  27  Chorused guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  28  Funk Guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  30  Feedback Guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  31  Guitar Feedback
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  38  Synth Bass 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  39  Synth Bass 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  40  Slow Violin
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  48  Orchestral Pad
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  50  Synth Strings 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  61  Brass 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  62  Synth Brass 3
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  63  Synth Brass 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  80  Sine Wave
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 107  Taisho Koto
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 115  Castanets
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 116  Concert Bass Drum
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 117  Melo Tom 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 118  808 Tom
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 125  Starship
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   9  Preset: 125  Burst Noise
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:  16  Preset:  25  Mandolin
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   0  Acou Piano 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   1  Acou Piano 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   2  Acou Piano 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   3  Elec Piano 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   4  Elec Piano 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   5  Elec Piano 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   6  Elec Piano 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   7  Honkytonk
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   8  Elec Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   9  Elec Organ 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  10  Elec Organ 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  11  Elec Organ 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  12  Pipe Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  13  Pipe Organ 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  14  Pipe Organ 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  15  Accordion MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  16  Harpsichord 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  17  Harpsichord 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  18  Harpsichord 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  19  Clavinet 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  20  Clavinet 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  21  Clavinet 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  22  Celesta 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  23  Celesta 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  24  Synth Brass 1 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  25  Synth Brass 2 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  26  Synth Brass 3 MT
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  27  Synth Brass 4 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  28  Synth Bass 1 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  29  Synth Bass 2 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  30  Synth Bass 3 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  31  Synth Bass 4 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  32  Fantasy
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  33  Harmo Pan
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  34  Chorale
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  35  Glasses
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  36  Soundtrack MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  37  Atmosphere MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  38  Warm Bell
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  39  Funny Vox
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  40  Echo Bell
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  41  Ice Rain MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  42  Oboe 2001
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  43  Echo Pan
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  44  Doctor Solo
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  45  School Daze
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  46  Bell Singer
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  47  Square Wave MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  48  String Section 1
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  49  String Section 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  50  String Section 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  51  Pizzicato MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  52  Violin 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  53  Violin 2
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  54  Cello 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  55  Cello 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  56  Contrabass MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  57  Harp 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  58  Harp 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  59  Guitar 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  60  Guitar 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  61  Elec Guitar 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  62  Elec Guitar 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  63  Sitar MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  64  Acou Bass 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  65  Acou Bass 2
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  66  Elec Bass 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  67  Elec Bass 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  68  Slap Bass 1 MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  69  Slap Bass 2 MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  70  Fretless 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  71  Fretless 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  72  Flute 1
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  73  Flute 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  74  Piccolo 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  75  Piccolo 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  76  Recorder MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  77  Pan Pipes
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  78  Sax 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  79  Sax 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  80  Sax 3
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  81  Sax 4
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  82  Clarinet 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  83  Clarinet 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  84  Oboe MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  85  English Horn MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  86  Bassoon MT
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  87  Harmonica MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  88  Trumpet 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  89  Trumpet 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  90  Trombone 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  91  Trombone 2
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  92  French Horn 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  93  French Horn 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  94  Tuba MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  95  Brass Section 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  96  Brass Section 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  97  Vibes 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  98  Vibes 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  99  Syn Mallet
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 100  Windbell
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 101  Glock
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 102  Tube Bell
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 103  Xylophone MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 104  Marimba MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 105  Koto MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 106  Sho
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 107  Shakuhachi MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 108  Whistle 1
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 109  Whistle 2
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 110  Bottleblow
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 111  Breathpipe
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 112  Timpani MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 113  Melodic Tom MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 114  Deep Snare
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 115  Elec Perc 1
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 116  Elec Perc 2
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 117  Taiko MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 118  Taiko Rim
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 119  Cymbal
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 120  Castanets MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 121  Triangle
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 122  Orchestral Hit MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 123  Telephone MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 124  Bird Tweet
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 125  Big Notes Pad
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 126  Water Bell
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 127  Jungle Tune
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:   0  Standard
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:   8  Room
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  16  Power
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  24  Electronic
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  25  TR 808
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  32  Jazz
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  40  Brush
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  48  Orchestra
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  56  SFX
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset: 127  CM-64/32 Set
07-24 17:00:21.215: D/CsoundObj(10910): orch now loaded
07-24 17:00:21.215: D/CsoundObj(10910): audio buffered in 2048 sample-frame blocks
07-24 17:00:21.215: W/libOpenSLES(10910): class OutputMix interface 0 requested but unavailable MPH=43
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:21.225: D/CsoundObj(10910): writing 4096 sample blks of 32-bit floats to dac 
07-24 17:00:21.225: D/CsoundObj(10910): SECTION 1:
07-24 17:00:21.225: D/CsoundObj(10910): Return Value2: 0
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:21.235: D/AudioStreamOutALSA(161): mHandle->useCase: HiFi Lowlatency
07-24 17:00:21.235: D/ALSAModule(161): s_route: devices 0x2 in mode 0
07-24 17:00:21.235: D/ALSAModule(161): switchDevice: device 2 mode:0
07-24 17:00:21.235: D/ALSAModule(161): s_is_tmus: mnc_mcc :  23430
07-24 17:00:21.235: D/ALSAModule(161): s_is_tmus: mnc_mcc :  23430
07-24 17:00:21.235: D/ALSAModule(161): No valid input device: 0
07-24 17:00:21.235: D/ALSAModule(161): switchDevice,rxDev:Speaker, txDev:(null), curRxDev:Speaker, curTxDev:None
07-24 17:00:21.235: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _enadev value Speaker
07-24 17:00:21.235: D/ALSAModule(161): switchDevice: curTxUCMDevivce None curRxDevDevice Speaker
07-24 17:00:21.235: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _verb value HiFi Lowlatency
07-24 17:00:21.235: D/alsa_ucm(161): Set mixer controls for Speaker enable 1
07-24 17:00:21.235: D/ACDB-LOADER(161): ACDB -> send_afe_cal
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:21.245: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:21.245: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:21.245: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:21.245: D/alsa_ucm(161): Set mixer controls for HiFi Lowlatency enable 1
07-24 17:00:21.245: D/ALSAModule(161): Device value returned is hw:0,14
07-24 17:00:21.245: D/CsoundObj(10910): new alloc for instr 1099:
07-24 17:00:21.245: D/ALSAModule(161): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
07-24 17:00:21.255: D/ALSAModule(161): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:21.285: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:21.285: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:21.285: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  74  Recorder
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  75  Pan Flute
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  76  Bottle Chiff
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  77  Shakuhachi
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  78  Whistle
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  79  Ocarina
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  80  Square Wave
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  81  Saw Wave
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  82  Synth Calliope
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  83  Chiffer Lead
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  84  Charang
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  85  Solo Vox
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  86  5th Saw Wave
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  87  Bass & Lead
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  88  Fantasia
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  89  Warm Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  90  Poly Synth
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  91  Space Voice
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  92  Bowed Glass
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  93  Metal Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  94  Halo Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  95  Sweep Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  96  Ice Rain
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  97  Soundtrack
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  98  Crystal
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  99  Atmosphere
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 100  Brightness
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 101  Goblin
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 102  Echo Drops
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 103  Star Theme
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 104  Sitar
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 105  Banjo
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 106  Shamisen
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 107  Koto
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 108  Kalimba
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 109  Bagpipe
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 110  Fiddle
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 111  Shenai
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 112  Tinker Bell
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 113  Agogo
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 114  Steel Drum
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 115  Wood Block
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 116  Taiko Drum
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 117  Melodic Tom
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 118  Synth Drum
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 119  Reverse Cymbal
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 120  Fret Noise
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 121  Breath Noise
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 122  Seashore
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 123  Bird
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 124  Telephone
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 125  Helicopter
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 126  Applause
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 127  Gun Shot
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 120  Gtr. Cut Noise
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 121  Fl. Key Click
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 122  Rain
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 123  Dog
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 124  Telephone 2
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 125  Car-Engine
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 126  Laughing
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 127  Machine Gun
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 120  String Slap
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 122  Thunder
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 123  Horse Gallop
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 124  Door Creaking
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 125  Car-Stop
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 126  Screaming
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 127  Lazergun
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 122  Wind
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 123  Bird  2
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 124  Door Slam
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 125  Car-Pass
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 126  Punch
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 127  Explosion
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 122  Stream
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 124  Scratch
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 125  Car-Crash
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 126  Heart Beat
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 122  Bubble
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 124  Wind Chimes
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 125  Siren
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 126  Footsteps
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   6  Preset: 125  Train
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   7  Preset: 125  Jet Plane
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:   4  Detuned EP 1
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:   5  Detuned EP 2
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:   6  Coupled Harpsichord
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  14  Church Bell
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  16  Detuned Organ 1
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  17  Detuned Organ 2
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  19  Church Organ 2
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  21  Italian Accordion
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  24  Ukulele
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  25  12 String Guitar
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  26  Hawaiian Guitar
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  27  Chorused guitar
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  28  Funk Guitar
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  30  Feedback Guitar
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  31  Guitar Feedback
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  38  Synth Bass 3
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  39  Synth Bass 4
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  40  Slow Violin
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  48  Orchestral Pad
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  50  Synth Strings 3
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  61  Brass 2
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  62  Synth Brass 3
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  63  Synth Brass 4
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  80  Sine Wave
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 107  Taisho Koto
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 115  Castanets
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 116  Concert Bass Drum
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 117  Melo Tom 2
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 118  808 Tom
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 125  Starship
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   9  Preset: 125  Burst Noise
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:  16  Preset:  25  Mandolin
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   0  Acou Piano 1
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   1  Acou Piano 2
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   2  Acou Piano 3
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   3  Elec Piano 1
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   4  Elec Piano 2
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   5  Elec Piano 3
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   6  Elec Piano 4
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   7  Honkytonk
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   8  Elec Organ 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   9  Elec Organ 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  10  Elec Organ 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  11  Elec Organ 4
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  12  Pipe Organ 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  13  Pipe Organ 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  14  Pipe Organ 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  15  Accordion MT
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  16  Harpsichord 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  17  Harpsichord 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  18  Harpsichord 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  19  Clavinet 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  20  Clavinet 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  21  Clavinet 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  22  Celesta 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  23  Celesta 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  24  Synth Brass 1 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  25  Synth Brass 2 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  26  Synth Brass 3 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  27  Synth Brass 4 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  28  Synth Bass 1 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  29  Synth Bass 2 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  30  Synth Bass 3 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  31  Synth Bass 4 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  32  Fantasy
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  33  Harmo Pan
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  34  Chorale
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  35  Glasses
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  36  Soundtrack MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  37  Atmosphere MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  38  Warm Bell
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  39  Funny Vox
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  40  Echo Bell
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  41  Ice Rain MT
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  42  Oboe 2001
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  43  Echo Pan
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  44  Doctor Solo
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  45  School Daze
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  46  Bell Singer
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  47  Square Wave MT
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  48  String Section 1
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  49  String Section 2
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  50  String Section 3
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  51  Pizzicato MT
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  52  Violin 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  53  Violin 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  54  Cello 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  55  Cello 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  56  Contrabass MT
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  57  Harp 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  58  Harp 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  59  Guitar 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  60  Guitar 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  61  Elec Guitar 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  62  Elec Guitar 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  63  Sitar MT
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  64  Acou Bass 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  65  Acou Bass 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  66  Elec Bass 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  67  Elec Bass 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  68  Slap Bass 1 MT
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  69  Slap Bass 2 MT
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  70  Fretless 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  71  Fretless 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  72  Flute 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  73  Flute 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  74  Piccolo 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  75  Piccolo 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  76  Recorder MT
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  77  Pan Pipes
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  78  Sax 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  79  Sax 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  80  Sax 3
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  81  Sax 4
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  82  Clarinet 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  83  Clarinet 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  84  Oboe MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  85  English Horn MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  86  Bassoon MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  87  Harmonica MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  88  Trumpet 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  89  Trumpet 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  90  Trombone 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  91  Trombone 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  92  French Horn 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  93  French Horn 2
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  94  Tuba MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  95  Brass Section 1
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  96  Brass Section 2
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  97  Vibes 1
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  98  Vibes 2
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  99  Syn Mallet
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 100  Windbell
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 101  Glock
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 102  Tube Bell
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 103  Xylophone MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 104  Marimba MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 105  Koto MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 106  Sho
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 107  Shakuhachi MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 108  Whistle 1
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 109  Whistle 2
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 110  Bottleblow
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 111  Breathpipe
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 112  Timpani MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 113  Melodic Tom MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 114  Deep Snare
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 115  Elec Perc 1
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 116  Elec Perc 2
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 117  Taiko MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 118  Taiko Rim
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 119  Cymbal
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 120  Castanets MT
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 121  Triangle
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 122  Orchestral Hit MT
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 123  Telephone MT
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 124  Bird Tweet
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 125  Big Notes Pad
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 126  Water Bell
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 127  Jungle Tune
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:   0  Standard
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:   8  Room
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  16  Power
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  24  Electronic
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  25  TR 808
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  32  Jazz
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  40  Brush
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  48  Orchestra
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  56  SFX
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset: 127  CM-64/32 Set
07-24 17:00:21.506: I/Csound6(10910): orch now loaded
07-24 17:00:21.506: I/Csound6(10910): audio buffered in 2048 sample-frame blocks
07-24 17:00:21.506: I/Csound6(10910): writing 4096 sample blks of 32-bit floats to dac 
07-24 17:00:21.506: I/Csound6(10910): SECTION 1:
07-24 17:00:21.506: I/Csound6(10910): new alloc for instr 1099:
07-24 17:00:21.556: D/CsoundObj(10910): B  0.000 ..  0.321 T  0.321 TT  0.321 M:
07-24 17:00:21.556: D/CsoundObj(10910):   0.00000
07-24 17:00:21.556: D/CsoundObj(10910):   0.00000
07-24 17:00:21.556: D/CsoundObj(10910): new alloc for instr 8:
07-24 17:00:21.556: D/CsoundObj(10910): new alloc for instr 8:
07-24 17:00:21.696: I/Csound6(10910): B  0.000 ..  0.321 T  0.321 TT  0.321 M:
07-24 17:00:21.696: I/Csound6(10910):   0.00000
07-24 17:00:21.696: I/Csound6(10910):   0.00000
07-24 17:00:21.696: I/Csound6(10910): new alloc for instr 8:
07-24 17:00:21.696: I/Csound6(10910): new alloc for instr 8:
07-24 17:00:21.816: D/CsoundObj(10910): B  0.321 ..  0.561 T  0.561 TT  0.561 M:
07-24 17:00:21.816: D/CsoundObj(10910):   0.37447
07-24 17:00:21.816: D/CsoundObj(10910):   0.37861
07-24 17:00:21.816: I/Csound6(10910): B  0.321 ..  0.561 T  0.561 TT  0.561 M:
07-24 17:00:21.816: I/Csound6(10910):   0.37447
07-24 17:00:21.826: I/Csound6(10910):   0.37861
07-24 17:00:22.056: D/CsoundObj(10910): B  0.561 ..  0.801 T  0.801 TT  0.801 M:
07-24 17:00:22.056: D/CsoundObj(10910):   0.18144
07-24 17:00:22.056: D/CsoundObj(10910):   0.17991
07-24 17:00:22.066: I/Csound6(10910): B  0.561 ..  0.801 T  0.801 TT  0.801 M:
07-24 17:00:22.066: I/Csound6(10910):   0.18144
07-24 17:00:22.066: I/Csound6(10910):   0.17991
07-24 17:00:22.256: D/CsoundObj(10910): B  0.801 ..  1.000 T  1.000 TT  1.000 M:
07-24 17:00:22.256: D/CsoundObj(10910):   0.11287
07-24 17:00:22.256: D/CsoundObj(10910):   0.11397
07-24 17:00:22.256: I/Csound6(10910): B  0.801 ..  1.000 T  1.000 TT  1.000 M:
07-24 17:00:22.256: I/Csound6(10910):   0.11287
07-24 17:00:22.256: I/Csound6(10910):   0.11397
07-24 17:00:22.286: D/CsoundObj(10910): B  1.000 ..  1.040 T  1.040 TT  1.040 M:
07-24 17:00:22.286: D/CsoundObj(10910):   0.00000
07-24 17:00:22.286: D/CsoundObj(10910):   0.00000
07-24 17:00:22.286: D/CsoundObj(10910): Score finished in csoundPerformKsmps().
07-24 17:00:22.286: D/CsoundObj(10910): inactive allocs returned to freespace
07-24 17:00:22.286: D/CsoundObj(10910): end of score.		   overall amps:
07-24 17:00:22.286: D/CsoundObj(10910):   0.37447
07-24 17:00:22.286: D/CsoundObj(10910):   0.37861
07-24 17:00:22.286: D/CsoundObj(10910): 	   overall samples out of range:
07-24 17:00:22.286: D/CsoundObj(10910):         0
07-24 17:00:22.286: D/CsoundObj(10910):         0
07-24 17:00:22.286: D/CsoundObj(10910): 0 errors in performance
07-24 17:00:22.286: D/CsoundObj(10910): Elapsed time at end of performance: real: 1.645s, CPU: 1.645s
07-24 17:00:22.286: D/CsoundObj(10910): 23 4096 sample blks of 32-bit floats written to dac
07-24 17:00:22.286: D/CsoundObj(10910): resetting Csound instance
07-24 17:00:22.316: I/Csound6(10910): B  1.000 ..  1.040 T  1.040 TT  1.040 M:
07-24 17:00:22.316: I/Csound6(10910):   0.00000
07-24 17:00:22.316: I/Csound6(10910):   0.00000
07-24 17:00:22.326: D/CsoundObj(10910): 0dBFS level = 32768.0
07-24 17:00:22.326: D/CsoundObj(10910): Csound version 6.00 (float samples) Jul  5 2013
07-24 17:00:22.326: D/CsoundObj(10910): libsndfile-1.0.25
07-24 17:00:22.326: I/Csound6(10910): Score finished in csoundPerformKsmps().
07-24 17:00:22.326: I/Csound6(10910): inactive allocs returned to freespace
07-24 17:00:22.336: I/Csound6(10910): end of score.		   overall amps:
07-24 17:00:22.336: I/Csound6(10910):   0.37447
07-24 17:00:22.336: I/Csound6(10910):   0.37861
07-24 17:00:22.336: I/Csound6(10910): 	   overall samples out of range:
07-24 17:00:22.336: I/Csound6(10910):         0
07-24 17:00:22.336: I/Csound6(10910):         0
07-24 17:00:22.336: I/Csound6(10910): 0 errors in performance
07-24 17:00:22.346: I/Csound6(10910): Elapsed time at end of performance: real: 1.645s, CPU: 1.645s
07-24 17:00:22.346: I/Csound6(10910): 23 4096 sample blks of 32-bit floats written to dac
07-24 17:00:22.346: I/Csound6(10910): resetting Csound instance
07-24 17:00:22.376: I/Csound6(10910): 0dBFS level = 32768.0
07-24 17:00:22.386: I/Csound6(10910): Csound version 6.00 (float samples) Jul  5 2013
07-24 17:00:22.386: I/Csound6(10910): libsndfile-1.0.25
07-24 17:00:22.386: I/Csound6(10910): Csound has finished.
07-24 17:00:24.599: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:00:25.210: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; 
07-24 17:00:25.280: I/Csound6(10910): Loading Csound plugins:
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libLuaCsound.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libstdutil.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libstdutil.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so
07-24 17:00:25.290: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:25.290: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:25.290: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsndfile.so
07-24 17:00:25.290: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:25.290: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:25.300: I/Csound6(10910): Csound is starting...
07-24 17:00:25.350: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _verb value Inactive
07-24 17:00:25.350: D/alsa_ucm(161): Set mixer controls for HiFi Lowlatency enable 0
07-24 17:00:25.350: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _disdev value Speaker
07-24 17:00:25.350: D/alsa_ucm(161): Set mixer controls for Speaker enable 0
07-24 17:00:25.370: I/AndroidCsound(10910): set callbacks
07-24 17:00:25.370: I/AndroidCsound(10910): callbacks set
07-24 17:00:25.370: I/AndroidCsound(10910): SSDIR has been set to: /data/data/com.csounds.Csound6/samples
07-24 17:00:25.370: D/CsoundObj(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:25.370: D/CsoundObj(10910): STARTING FILE
07-24 17:00:25.370: D/CsoundObj(10910): Creating options
07-24 17:00:25.370: D/CsoundObj(10910): Creating orchestra
07-24 17:00:25.370: D/CsoundObj(10910): Creating score
07-24 17:00:25.380: D/CsoundObj(10910): Elapsed time at end of orchestra compile: real: 0.081s, CPU: 0.081s
07-24 17:00:25.380: D/CsoundObj(10910): sorting score ...
07-24 17:00:25.380: D/CsoundObj(10910): 	... done
07-24 17:00:25.380: D/CsoundObj(10910): Elapsed time at end of score sort: real: 0.082s, CPU: 0.082s
07-24 17:00:25.380: D/CsoundObj(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:25.380: D/CsoundObj(10910): graphics suppressed, ascii substituted
07-24 17:00:25.380: D/CsoundObj(10910): 0dBFS level = 1.0
07-24 17:00:25.390: I/Csound6(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:25.390: I/Csound6(10910): STARTING FILE
07-24 17:00:25.390: I/Csound6(10910): Creating options
07-24 17:00:25.390: I/Csound6(10910): Creating orchestra
07-24 17:00:25.390: I/Csound6(10910): Creating score
07-24 17:00:25.390: I/Csound6(10910): Elapsed time at end of orchestra compile: real: 0.081s, CPU: 0.081s
07-24 17:00:25.390: I/Csound6(10910): sorting score ...
07-24 17:00:25.400: I/Csound6(10910): 	... done
07-24 17:00:25.410: I/Csound6(10910): Elapsed time at end of score sort: real: 0.082s, CPU: 0.082s
07-24 17:00:25.410: I/Csound6(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:25.410: I/Csound6(10910): graphics suppressed, ascii substituted
07-24 17:00:25.410: I/Csound6(10910): 0dBFS level = 1.0
07-24 17:00:25.440: D/CsoundObj(10910): Created fluidEngine 0x0x71f61c48 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:25.440: I/Csound6(10910): Created fluidEngine 0x0x71f61c48 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:25.440: D/CsoundObj(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:25.460: I/Csound6(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:25.730: D/CsoundObj(10910): fluidSynth: 0x0x71f61c48  soundFontId: 1.
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  74  Recorder
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  75  Pan Flute
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  76  Bottle Chiff
07-24 17:00:25.740: I/Csound6(10910): fluidSynth: 0x0x71f61c48  soundFontId: 1.
07-24 17:00:25.740: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:25.750: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  77  Shakuhachi
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  78  Whistle
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  79  Ocarina
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  80  Square Wave
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  81  Saw Wave
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  82  Synth Calliope
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  83  Chiffer Lead
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  84  Charang
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  85  Solo Vox
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  86  5th Saw Wave
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  87  Bass & Lead
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  88  Fantasia
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  89  Warm Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  90  Poly Synth
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  91  Space Voice
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  92  Bowed Glass
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  93  Metal Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  94  Halo Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  95  Sweep Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  96  Ice Rain
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  97  Soundtrack
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  98  Crystal
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  99  Atmosphere
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 100  Brightness
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 101  Goblin
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 102  Echo Drops
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 103  Star Theme
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 104  Sitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 105  Banjo
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 106  Shamisen
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 107  Koto
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 108  Kalimba
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 109  Bagpipe
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 110  Fiddle
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 111  Shenai
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 112  Tinker Bell
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 113  Agogo
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 114  Steel Drum
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 115  Wood Block
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 116  Taiko Drum
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 117  Melodic Tom
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 118  Synth Drum
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 119  Reverse Cymbal
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 120  Fret Noise
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 121  Breath Noise
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 122  Seashore
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 123  Bird
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 124  Telephone
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 125  Helicopter
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 126  Applause
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 127  Gun Shot
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 120  Gtr. Cut Noise
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 121  Fl. Key Click
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 122  Rain
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 123  Dog
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 124  Telephone 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 125  Car-Engine
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 126  Laughing
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 127  Machine Gun
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 120  String Slap
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 122  Thunder
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 123  Horse Gallop
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 124  Door Creaking
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 125  Car-Stop
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 126  Screaming
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 127  Lazergun
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 122  Wind
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 123  Bird  2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 124  Door Slam
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 125  Car-Pass
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 126  Punch
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 127  Explosion
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 122  Stream
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 124  Scratch
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 125  Car-Crash
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 126  Heart Beat
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 122  Bubble
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 124  Wind Chimes
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 125  Siren
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 126  Footsteps
07-24 17:00:25.750: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   6  Preset: 125  Train
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   7  Preset: 125  Jet Plane
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   4  Detuned EP 1
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   5  Detuned EP 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   6  Coupled Harpsichord
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  14  Church Bell
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  16  Detuned Organ 1
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  17  Detuned Organ 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  19  Church Organ 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  21  Italian Accordion
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  24  Ukulele
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  25  12 String Guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  26  Hawaiian Guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  27  Chorused guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  28  Funk Guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  30  Feedback Guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  31  Guitar Feedback
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  38  Synth Bass 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  39  Synth Bass 4
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  40  Slow Violin
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  48  Orchestral Pad
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  50  Synth Strings 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  61  Brass 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  62  Synth Brass 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  63  Synth Brass 4
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  80  Sine Wave
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 107  Taisho Koto
07-24 17:00:25.760: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 115  Castanets
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 116  Concert Bass Drum
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 117  Melo Tom 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 118  808 Tom
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 125  Starship
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:   9  Preset: 125  Burst Noise
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank:  16  Preset:  25  Mandolin
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   0  Acou Piano 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   1  Acou Piano 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   2  Acou Piano 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   3  Elec Piano 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   4  Elec Piano 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   5  Elec Piano 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   6  Elec Piano 4
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   7  Honkytonk
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   8  Elec Organ 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   9  Elec Organ 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  10  Elec Organ 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  11  Elec Organ 4
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  12  Pipe Organ 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  13  Pipe Organ 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  14  Pipe Organ 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  15  Accordion MT
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  16  Harpsichord 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  17  Harpsichord 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  18  Harpsichord 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  19  Clavinet 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  20  Clavinet 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  21  Clavinet 3
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  22  Celesta 1
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  23  Celesta 2
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  24  Synth Brass 1 MT
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  25  Synth Brass 2 MT
07-24 17:00:25.760: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  26  Synth Brass 3 MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  27  Synth Brass 4 MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  28  Synth Bass 1 MT
07-24 17:00:25.770: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  29  Synth Bass 2 MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  30  Synth Bass 3 MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  31  Synth Bass 4 MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  32  Fantasy
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  33  Harmo Pan
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  34  Chorale
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  35  Glasses
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  36  Soundtrack MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  37  Atmosphere MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  38  Warm Bell
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  39  Funny Vox
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  40  Echo Bell
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  41  Ice Rain MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  42  Oboe 2001
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  43  Echo Pan
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  44  Doctor Solo
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  45  School Daze
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  46  Bell Singer
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  47  Square Wave MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  48  String Section 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  49  String Section 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  50  String Section 3
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  51  Pizzicato MT
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  52  Violin 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  53  Violin 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  54  Cello 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  55  Cello 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  56  Contrabass MT
07-24 17:00:25.770: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  57  Harp 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  58  Harp 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  59  Guitar 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  60  Guitar 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  61  Elec Guitar 1
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  62  Elec Guitar 2
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  63  Sitar MT
07-24 17:00:25.770: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:25.770: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  64  Acou Bass 1
07-24 17:00:25.780: D/dalvikvm(10910): GC_CONCURRENT freed 3197K, 25% free 9670K/12888K, paused 3ms+3ms, total 39ms
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  65  Acou Bass 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  66  Elec Bass 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  67  Elec Bass 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  68  Slap Bass 1 MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  69  Slap Bass 2 MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  70  Fretless 1
07-24 17:00:25.780: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  71  Fretless 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  72  Flute 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  73  Flute 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  74  Piccolo 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  75  Piccolo 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  76  Recorder MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  77  Pan Pipes
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  78  Sax 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  79  Sax 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  80  Sax 3
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  81  Sax 4
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  82  Clarinet 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  83  Clarinet 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  84  Oboe MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  85  English Horn MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  86  Bassoon MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  87  Harmonica MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  88  Trumpet 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  89  Trumpet 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  90  Trombone 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  91  Trombone 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  92  French Horn 1
07-24 17:00:25.780: D/CsoundObj(10910): end of score.		   overall amps:
07-24 17:00:25.780: D/CsoundObj(10910):       0.0
07-24 17:00:25.780: D/CsoundObj(10910): 	   overall samples out of range:
07-24 17:00:25.780: D/CsoundObj(10910):         0
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  93  French Horn 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  94  Tuba MT
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  95  Brass Section 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  96  Brass Section 2
07-24 17:00:25.780: D/CsoundObj(10910): 0 errors in performance
07-24 17:00:25.780: D/CsoundObj(10910): Elapsed time at end of performance: real: 3.457s, CPU: 3.457s
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  97  Vibes 1
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  98  Vibes 2
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  99  Syn Mallet
07-24 17:00:25.780: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 100  Windbell
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 101  Glock
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 102  Tube Bell
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 103  Xylophone MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 104  Marimba MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 105  Koto MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 106  Sho
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 107  Shakuhachi MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 108  Whistle 1
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 109  Whistle 2
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 110  Bottleblow
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 111  Breathpipe
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 112  Timpani MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 113  Melodic Tom MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 114  Deep Snare
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 115  Elec Perc 1
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 116  Elec Perc 2
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 117  Taiko MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 118  Taiko Rim
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 119  Cymbal
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 120  Castanets MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 121  Triangle
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 122  Orchestral Hit MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 123  Telephone MT
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 124  Bird Tweet
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 125  Big Notes Pad
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 126  Water Bell
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 127  Jungle Tune
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:   0  Standard
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:   8  Room
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  16  Power
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  24  Electronic
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  25  TR 808
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  32  Jazz
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  40  Brush
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  48  Orchestra
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  56  SFX
07-24 17:00:25.790: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset: 127  CM-64/32 Set
07-24 17:00:25.790: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:25.790: D/CsoundObj(10910): orch now loaded
07-24 17:00:25.790: D/CsoundObj(10910): audio buffered in 2048 sample-frame blocks
07-24 17:00:25.790: W/libOpenSLES(10910): class OutputMix interface 0 requested but unavailable MPH=43
07-24 17:00:25.790: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:25.800: D/CsoundObj(10910): writing 4096 sample blks of 32-bit floats to dac 
07-24 17:00:25.800: D/CsoundObj(10910): SECTION 1:
07-24 17:00:25.800: D/CsoundObj(10910): Return Value2: 0
07-24 17:00:25.800: D/AudioStreamOutALSA(161): mHandle->useCase: HiFi Lowlatency
07-24 17:00:25.800: D/ALSAModule(161): s_route: devices 0x2 in mode 0
07-24 17:00:25.800: D/ALSAModule(161): switchDevice: device 2 mode:0
07-24 17:00:25.800: D/ALSAModule(161): s_is_tmus: mnc_mcc :  23430
07-24 17:00:25.800: D/ALSAModule(161): s_is_tmus: mnc_mcc :  23430
07-24 17:00:25.800: D/ALSAModule(161): No valid input device: 0
07-24 17:00:25.800: D/ALSAModule(161): switchDevice,rxDev:Speaker, txDev:(null), curRxDev:Speaker, curTxDev:None
07-24 17:00:25.800: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _enadev value Speaker
07-24 17:00:25.800: D/ALSAModule(161): switchDevice: curTxUCMDevivce None curRxDevDevice Speaker
07-24 17:00:25.800: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _verb value HiFi Lowlatency
07-24 17:00:25.800: D/alsa_ucm(161): Set mixer controls for Speaker enable 1
07-24 17:00:25.800: D/ACDB-LOADER(161): ACDB -> send_afe_cal
07-24 17:00:25.800: D/alsa_ucm(161): Set mixer controls for HiFi Lowlatency enable 1
07-24 17:00:25.800: D/ALSAModule(161): Device value returned is hw:0,14
07-24 17:00:25.800: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:25.800: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:25.800: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:25.810: D/ALSAModule(161): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
07-24 17:00:25.810: D/ALSAModule(161): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
07-24 17:00:25.810: D/CsoundObj(10910): new alloc for instr 1099:
07-24 17:00:25.820: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:25.820: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:25.820: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:25.820: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:25.820: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:25.820: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:25.840: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:25.850: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:25.860: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:25.870: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:25.870: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:25.870: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:25.880: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:25.880: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:25.880: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:25.880: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:25.880: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:25.890: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:25.890: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:25.890: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:25.890: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:25.890: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:25.890: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:25.900: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:25.910: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:25.910: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:25.910: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:25.910: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:25.910: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:25.910: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:25.920: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:25.920: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:25.970: W/InputDispatcher(519): channel '41b93728 com.csounds.Csound6/com.csounds.Csound6.CsoundAppActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
07-24 17:00:25.970: E/InputDispatcher(519): channel '41b93728 com.csounds.Csound6/com.csounds.Csound6.CsoundAppActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
07-24 17:00:25.970: W/InputDispatcher(519): Attempted to unregister already unregistered input channel '41b93728 com.csounds.Csound6/com.csounds.Csound6.CsoundAppActivity (server)'
07-24 17:00:25.970: I/ActivityManager(519): Process com.csounds.Csound6 (pid 10910) has died.
07-24 17:00:25.970: I/WindowState(519): WIN DEATH: Window{41b93728 u0 com.csounds.Csound6/com.csounds.Csound6.CsoundAppActivity}
07-24 17:00:25.970: W/ActivityManager(519): Force removing ActivityRecord{41899250 u0 com.csounds.Csound6/.CsoundAppActivity}: app died, no saved state
07-24 17:00:25.980: D/overlay(158): Unset pipe=VG0 dpy=0; 
07-24 17:00:26.010: W/InputMethodManagerService(519): Got RemoteException sending setActive(false) notification to pid 10910 uid 10095
07-24 17:00:26.040: D/Zygote(159): Process 10910 exited cleanly (1)
07-24 17:00:26.060: D/overlay(158): Set pipe=VG0 dpy=0; Set pipe=VG1 dpy=0; 
07-24 17:00:28.223: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=VG1 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:00:28.994: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _verb value Inactive
07-24 17:00:28.994: D/alsa_ucm(161): Set mixer controls for HiFi Lowlatency enable 0
07-24 17:00:28.994: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _disdev value Speaker
07-24 17:00:28.994: D/alsa_ucm(161): Set mixer controls for Speaker enable 0
07-24 17:01:00.067: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; Set pipe=VG1 dpy=0; 
07-24 17:01:02.079: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=VG1 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:02:00.061: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; Set pipe=VG1 dpy=0; 
07-24 17:02:02.093: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=VG1 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:02:26.179: I/PowerManagerService(519): Going to sleep due to screen timeout...
07-24 17:02:26.189: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; Set pipe=VG1 dpy=0; 
07-24 17:02:26.319: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=VG1 dpy=0; Unset pipe=RGB1 dpy=0; 
07-24 17:02:26.779: D/SurfaceFlinger(158): Screen released, type=0 flinger=0x4182d318
07-24 17:02:26.779: D/hwcomposer(158): hwc_blank: Doing Dpy=0, blank=1
07-24 17:02:26.789: D/overlay(158): Unset pipe=RGB0 dpy=0; 
07-24 17:02:26.959: D/hwcomposer(158): hwc_blank: Done Dpy=0, blank=1
07-24 17:02:26.959: D/Surface(519): Excessive delay in blankDisplay() while turning screen off: 187ms
07-24 17:02:27.060: W/ProcessStats(519): Skipping unknown process pid 11283
07-24 17:02:27.060: W/ProcessStats(519): Skipping unknown process pid 11286
07-24 17:02:27.100: D/NfcService(787): NFC-C OFF
07-24 17:02:31.965: D/PhoneStatusBar(648): disable: < expand icons alerts ticker system_info back home RECENT* clock search >
07-24 17:02:31.995: V/TAG(519): bug 7643792: fitSystemWindows([0,50][0,0])
07-24 17:02:32.045: D/dalvikvm(519): GC_CONCURRENT freed 1977K, 18% free 23591K/28604K, paused 4ms+11ms, total 152ms
07-24 17:02:32.045: D/PhoneStatusBar(648): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT clock search >
07-24 17:03:32.089: W/Settings(774): Setting auto_time_zone has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
07-24 17:03:32.089: D/AlarmManagerService(519): Kernel timezone updated to -60 minutes west of GMT
07-24 17:03:38.175: W/Settings(774): Setting auto_time_zone has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
07-24 17:03:38.175: D/AlarmManagerService(519): Kernel timezone updated to -60 minutes west of GMT



Date2013-07-24 18:15
FromMichael Gogins
SubjectRe: [Csnd] CSound6 Fluidsynth opcode

I modified your example so it works on my Samsung Galaxy s4.

Thanks for testing this, you saved me some work.

Best,
Mike

<CsoundSynthesizer>
<CsOptions>
-odac -d -m3
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 100
nchnls = 2
0dbfs = 1

alwayson "fluidoutput", 7

;-- Definition for instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
giEngine fluidEngine
giSFnum fluidLoad "/mnt/extSdCard/sf_GMbank.sf2", giEngine, 1
fluidProgramSelect giEngine, 1, giSFnum, 0, 0

;-- Instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
instr 8
print p1, p2, p3, p4
fluidNote giEngine, 1, p4, p5
endin

;-- Instrument [1099] SF Capture
instr fluidoutput
asigL, asigR fluidOut giEngine
asigL = asigL * p4
asigR = asigR * p4
outs asigL, asigR

endin
</CsInstruments>
<CsScore>
;inst start dur amplitude noteNumber; midiNote
i8 0.321 0.479 72 70
i8 0.321 0.239 48 70
i8 0.561 0.239 43 40
i8 0.801 0.239 36 40
s 5
e 5

</CsScore>
</CsoundSynthesizer>

===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Hello,

I have been trying to run a fluid synth opcode on an Android device using CSD Player for CSound6 (current release pre-built on source forge).

CSD Player runs the file then crashes out. I have tried this in the android sdk emulator and on an LG Nexus 4, running Android 4.2.2. I was wondering if anyone else has run a csd that uses fluid synth? If so, is there something not right in my csd?

All the best,

Jacques

----------------------

The csd, and the sound font file are copied to the device's /mnt/sdcard folder so that the csd player's file browser lists the files OK.

The csd file's contents are as follows:

<CsoundSynthesizer>
<CsOptions>
-odac
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1

;-- Definition for instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
giEngine fluidEngine
giSFnum fluidLoad "/mnt/sdcard/sf_GMbank.sf2", giEngine, 1
fluidProgramSelect giEngine, 1, giSFnum, 0, 0


;-- Instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
instr 8
fluidNote giEngine, 1, p4, p5
endin

;-- Instrument [1099] SF Capture
instr 1099
asigL, asigR fluidOut giEngine
asigL = asigL * p4
asigR = asigR * p4
outs asigL, asigR

endin
</CsInstruments>
<CsScore>
;inst start dur amplitude noteNumber; midiNote
i8 0.321 0.479 72 70
i8 0.321 0.239 48 70
i8 0.561 0.239 43 40
i8 0.801 0.239 36 40
; fluid engine capture
i1099 0 1 7
</CsScore>
</CsoundSynthesizer>

The android log for the LG Nexus 4 is below:

07-24 17:00:04.297: I/ActivityManager(519): Start proc com.csounds.Csound6 for activity com.csounds.Csound6/.CsoundAppActivity: pid=10910 uid=10095 gids={50095, 1015, 1028}
07-24 17:00:04.307: I/dalvikvm(10910): Turning on JNI app bug workarounds for target SDK version 10...
07-24 17:00:04.317: D/dalvikvm(10910): Debugger has detached; object registry had 1 entries
07-24 17:00:04.337: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0, skipping init
07-24 17:00:04.347: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0, skipping init
07-24 17:00:04.347: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.347: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0, skipping init
07-24 17:00:04.357: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.357: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:04.357: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=VG1 dpy=0; Unset pipe=RGB1 dpy=0;
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Added shared lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): No JNI_OnLoad found in /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0, skipping init
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:04.397: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:04.457: D/dalvikvm(10910): GC_CONCURRENT freed 209K, 3% free 8892K/9128K, paused 4ms+4ms, total 19ms
07-24 17:00:04.527: V/PhoneStatusBar(648): setLightsOn(true)
07-24 17:00:04.577: I/ActivityManager(519): Displayed com.csounds.Csound6/.CsoundAppActivity: +302ms
07-24 17:00:04.608: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.608: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.618: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.618: D/dalvikvm(1989): GC_CONCURRENT freed 406K, 5% free 9193K/9628K, paused 9ms+3ms, total 50ms
07-24 17:00:04.618: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.638: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.648: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.648: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.658: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.658: W/ActivityManager(519): Permission denied: checkComponentPermission() owningUid=10060
07-24 17:00:04.778: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0;
07-24 17:00:07.270: D/dalvikvm(10910): GC_CONCURRENT freed 55K, 1% free 9330K/9424K, paused 2ms+1ms, total 13ms
07-24 17:00:07.531: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0;
07-24 17:00:07.981: W/Settings(774): Setting auto_time_zone has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
07-24 17:00:07.981: D/AlarmManagerService(519): Kernel timezone updated to -60 minutes west of GMT
07-24 17:00:08.522: D/dalvikvm(774): GC_CONCURRENT freed 391K, 6% free 9212K/9700K, paused 2ms+3ms, total 40ms
07-24 17:00:10.644: D/dalvikvm(10910): GC_FOR_ALLOC freed 43K, 1% free 9556K/9628K, paused 13ms, total 13ms
07-24 17:00:10.654: D/dalvikvm(10910): GC_FOR_ALLOC freed 10K, 1% free 9837K/9920K, paused 13ms, total 13ms
07-24 17:00:10.674: D/dalvikvm(10910): GC_FOR_ALLOC freed 0K, 1% free 10128K/10212K, paused 13ms, total 13ms
07-24 17:00:10.684: D/dalvikvm(10910): GC_FOR_ALLOC freed <1K, 1% free 10419K/10504K, paused 12ms, total 12ms
07-24 17:00:10.704: D/dalvikvm(10910): GC_FOR_ALLOC freed <1K, 1% free 10710K/10796K, paused 13ms, total 13ms
07-24 17:00:10.714: D/dalvikvm(10910): GC_CONCURRENT freed <1K, 1% free 11293K/11380K, paused 3ms+1ms, total 15ms
07-24 17:00:10.714: D/dalvikvm(10910): WAIT_FOR_CONCURRENT_GC blocked 7ms
07-24 17:00:10.754: D/dalvikvm(10910): GC_FOR_ALLOC freed <1K, 1% free 11875K/11964K, paused 11ms, total 12ms
07-24 17:00:16.791: D/FILE CHOSEN(10910): /storage/emulated/0/KeepCsd2.csd
07-24 17:00:16.841: W/InputMethodManagerService(519): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41f0b958 attribute=null, token = android.os.BinderProxy@415ff8f8
07-24 17:00:17.071: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0;
07-24 17:00:18.522: D/dalvikvm(9976): GC_CONCURRENT freed 128K, 3% free 9541K/9812K, paused 3ms+3ms, total 22ms
07-24 17:00:18.612: D/Finsky(9976): [1] 5.onFinished: Installation state replication succeeded.
07-24 17:00:19.083: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0;
07-24 17:00:20.585: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0;
07-24 17:00:20.625: I/Csound6(10910): Loading Csound plugins:
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libLuaCsound.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libstdutil.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libstdutil.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:20.625: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsndfile.so
07-24 17:00:20.625: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:20.625: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:20.645: I/Csound6(10910): Csound is starting...
07-24 17:00:20.695: I/AndroidCsound(10910): set callbacks
07-24 17:00:20.695: I/AndroidCsound(10910): callbacks set
07-24 17:00:20.695: I/AndroidCsound(10910): OPCODE6DIR has been set to: /data/app-lib/com.csounds.Csound6-1
07-24 17:00:20.695: I/AndroidCsound(10910): SSDIR has been set to: /data/data/com.csounds.Csound6/samples
07-24 17:00:20.695: D/CsoundObj(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:20.695: D/CsoundObj(10910): STARTING FILE
07-24 17:00:20.695: D/CsoundObj(10910): Creating options
07-24 17:00:20.705: D/CsoundObj(10910): Creating orchestra
07-24 17:00:20.705: D/CsoundObj(10910): Creating score
07-24 17:00:20.715: D/CsoundObj(10910): Elapsed time at end of orchestra compile: real: 0.070s, CPU: 0.070s
07-24 17:00:20.715: D/CsoundObj(10910): sorting score ...
07-24 17:00:20.715: D/CsoundObj(10910):         ... done
07-24 17:00:20.715: D/CsoundObj(10910): Elapsed time at end of score sort: real: 0.070s, CPU: 0.070s
07-24 17:00:20.715: D/CsoundObj(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:20.715: D/CsoundObj(10910): graphics suppressed, ascii substituted
07-24 17:00:20.715: D/CsoundObj(10910): 0dBFS level = 1.0
07-24 17:00:20.735: I/Csound6(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:20.765: I/Csound6(10910): STARTING FILE
07-24 17:00:20.775: I/Csound6(10910): Creating options
07-24 17:00:20.785: I/Csound6(10910): Creating orchestra
07-24 17:00:20.785: I/Csound6(10910): Creating score
07-24 17:00:20.805: I/Csound6(10910): Elapsed time at end of orchestra compile: real: 0.070s, CPU: 0.070s
07-24 17:00:20.805: I/Csound6(10910): sorting score ...
07-24 17:00:20.815: I/Csound6(10910):   ... done
07-24 17:00:20.815: I/Csound6(10910): Elapsed time at end of score sort: real: 0.070s, CPU: 0.070s
07-24 17:00:20.815: I/Csound6(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:20.815: I/Csound6(10910): graphics suppressed, ascii substituted
07-24 17:00:20.815: I/Csound6(10910): 0dBFS level = 1.0
07-24 17:00:20.845: D/CsoundObj(10910): Created fluidEngine 0x0x7218bc88 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:20.845: I/Csound6(10910): Created fluidEngine 0x0x7218bc88 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:20.845: D/CsoundObj(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:20.875: I/Csound6(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:21.145: D/CsoundObj(10910): fluidSynth: 0x0x7218bc88  soundFontId: 1.
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:21.145: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:21.155: I/Csound6(10910): fluidSynth: 0x0x7218bc88  soundFontId: 1.
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:21.155: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  74  Recorder
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  75  Pan Flute
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  76  Bottle Chiff
07-24 17:00:21.155: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  77  Shakuhachi
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  78  Whistle
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  79  Ocarina
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  80  Square Wave
07-24 17:00:21.155: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  81  Saw Wave
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  82  Synth Calliope
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  83  Chiffer Lead
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  84  Charang
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  85  Solo Vox
07-24 17:00:21.155: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  86  5th Saw Wave
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  87  Bass & Lead
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  88  Fantasia
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  89  Warm Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  90  Poly Synth
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  91  Space Voice
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  92  Bowed Glass
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  93  Metal Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  94  Halo Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  95  Sweep Pad
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  96  Ice Rain
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  97  Soundtrack
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  98  Crystal
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  99  Atmosphere
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 100  Brightness
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 101  Goblin
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 102  Echo Drops
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 103  Star Theme
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 104  Sitar
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 105  Banjo
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 106  Shamisen
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 107  Koto
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 108  Kalimba
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 109  Bagpipe
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 110  Fiddle
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 111  Shenai
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 112  Tinker Bell
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 113  Agogo
07-24 17:00:21.165: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 114  Steel Drum
07-24 17:00:21.165: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 115  Wood Block
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 116  Taiko Drum
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 117  Melodic Tom
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 118  Synth Drum
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 119  Reverse Cymbal
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 120  Fret Noise
07-24 17:00:21.175: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 121  Breath Noise
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 122  Seashore
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 123  Bird
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 124  Telephone
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 125  Helicopter
07-24 17:00:21.175: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 126  Applause
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 127  Gun Shot
07-24 17:00:21.175: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 120  Gtr. Cut Noise
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 121  Fl. Key Click
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 122  Rain
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 123  Dog
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 124  Telephone 2
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 125  Car-Engine
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 126  Laughing
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 127  Machine Gun
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 120  String Slap
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 122  Thunder
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 123  Horse Gallop
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 124  Door Creaking
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 125  Car-Stop
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 126  Screaming
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 127  Lazergun
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 122  Wind
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 123  Bird  2
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 124  Door Slam
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 125  Car-Pass
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 126  Punch
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 127  Explosion
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 122  Stream
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 124  Scratch
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 125  Car-Crash
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 126  Heart Beat
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 122  Bubble
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 124  Wind Chimes
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 125  Siren
07-24 17:00:21.175: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 126  Footsteps
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   6  Preset: 125  Train
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   7  Preset: 125  Jet Plane
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   4  Detuned EP 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   5  Detuned EP 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   6  Coupled Harpsichord
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  14  Church Bell
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  16  Detuned Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  17  Detuned Organ 2
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  19  Church Organ 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  21  Italian Accordion
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  24  Ukulele
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  25  12 String Guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  26  Hawaiian Guitar
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  27  Chorused guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  28  Funk Guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  30  Feedback Guitar
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  31  Guitar Feedback
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  38  Synth Bass 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  39  Synth Bass 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  40  Slow Violin
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  48  Orchestral Pad
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  50  Synth Strings 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  61  Brass 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  62  Synth Brass 3
07-24 17:00:21.185: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  63  Synth Brass 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  80  Sine Wave
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 107  Taisho Koto
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 115  Castanets
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 116  Concert Bass Drum
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 117  Melo Tom 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 118  808 Tom
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset: 125  Starship
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:   9  Preset: 125  Burst Noise
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank:  16  Preset:  25  Mandolin
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   0  Acou Piano 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   1  Acou Piano 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   2  Acou Piano 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   3  Elec Piano 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   4  Elec Piano 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   5  Elec Piano 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   6  Elec Piano 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   7  Honkytonk
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   8  Elec Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:   9  Elec Organ 2
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  10  Elec Organ 3
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  11  Elec Organ 4
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  12  Pipe Organ 1
07-24 17:00:21.185: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  13  Pipe Organ 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  14  Pipe Organ 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  15  Accordion MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  16  Harpsichord 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  17  Harpsichord 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  18  Harpsichord 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  19  Clavinet 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  20  Clavinet 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  21  Clavinet 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  22  Celesta 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  23  Celesta 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  24  Synth Brass 1 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  25  Synth Brass 2 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  26  Synth Brass 3 MT
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  27  Synth Brass 4 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  28  Synth Bass 1 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  29  Synth Bass 2 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  30  Synth Bass 3 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  31  Synth Bass 4 MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  32  Fantasy
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  33  Harmo Pan
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  34  Chorale
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  35  Glasses
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  36  Soundtrack MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  37  Atmosphere MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  38  Warm Bell
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  39  Funny Vox
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  40  Echo Bell
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  41  Ice Rain MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  42  Oboe 2001
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  43  Echo Pan
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  44  Doctor Solo
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  45  School Daze
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  46  Bell Singer
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  47  Square Wave MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  48  String Section 1
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  49  String Section 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  50  String Section 3
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  51  Pizzicato MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  52  Violin 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  53  Violin 2
07-24 17:00:21.195: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  54  Cello 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  55  Cello 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  56  Contrabass MT
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  57  Harp 1
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  58  Harp 2
07-24 17:00:21.195: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  59  Guitar 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  60  Guitar 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  61  Elec Guitar 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  62  Elec Guitar 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  63  Sitar MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  64  Acou Bass 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  65  Acou Bass 2
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  66  Elec Bass 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  67  Elec Bass 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  68  Slap Bass 1 MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  69  Slap Bass 2 MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  70  Fretless 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  71  Fretless 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  72  Flute 1
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  73  Flute 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  74  Piccolo 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  75  Piccolo 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  76  Recorder MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  77  Pan Pipes
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  78  Sax 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  79  Sax 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  80  Sax 3
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  81  Sax 4
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  82  Clarinet 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  83  Clarinet 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  84  Oboe MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  85  English Horn MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  86  Bassoon MT
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  87  Harmonica MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  88  Trumpet 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  89  Trumpet 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  90  Trombone 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  91  Trombone 2
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  92  French Horn 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  93  French Horn 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  94  Tuba MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  95  Brass Section 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  96  Brass Section 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  97  Vibes 1
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  98  Vibes 2
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset:  99  Syn Mallet
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 100  Windbell
07-24 17:00:21.205: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 101  Glock
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 102  Tube Bell
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 103  Xylophone MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 104  Marimba MT
07-24 17:00:21.205: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 105  Koto MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 106  Sho
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 107  Shakuhachi MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 108  Whistle 1
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 109  Whistle 2
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 110  Bottleblow
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 111  Breathpipe
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 112  Timpani MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 113  Melodic Tom MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 114  Deep Snare
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 115  Elec Perc 1
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 116  Elec Perc 2
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 117  Taiko MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 118  Taiko Rim
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 119  Cymbal
07-24 17:00:21.215: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 120  Castanets MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 121  Triangle
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 122  Orchestral Hit MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 123  Telephone MT
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 124  Bird Tweet
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 125  Big Notes Pad
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 126  Water Bell
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 127  Preset: 127  Jungle Tune
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:   0  Standard
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:   8  Room
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  16  Power
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  24  Electronic
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  25  TR 808
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  32  Jazz
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  40  Brush
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  48  Orchestra
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset:  56  SFX
07-24 17:00:21.215: D/CsoundObj(10910): SoundFont:   1  Bank: 128  Preset: 127  CM-64/32 Set
07-24 17:00:21.215: D/CsoundObj(10910): orch now loaded
07-24 17:00:21.215: D/CsoundObj(10910): audio buffered in 2048 sample-frame blocks
07-24 17:00:21.215: W/libOpenSLES(10910): class OutputMix interface 0 requested but unavailable MPH=43
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:21.225: D/CsoundObj(10910): writing 4096 sample blks of 32-bit floats to dac
07-24 17:00:21.225: D/CsoundObj(10910): SECTION 1:
07-24 17:00:21.225: D/CsoundObj(10910): Return Value2: 0
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:21.225: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:21.235: D/AudioStreamOutALSA(161): mHandle->useCase: HiFi Lowlatency
07-24 17:00:21.235: D/ALSAModule(161): s_route: devices 0x2 in mode 0
07-24 17:00:21.235: D/ALSAModule(161): switchDevice: device 2 mode:0
07-24 17:00:21.235: D/ALSAModule(161): s_is_tmus: mnc_mcc :  23430
07-24 17:00:21.235: D/ALSAModule(161): s_is_tmus: mnc_mcc :  23430
07-24 17:00:21.235: D/ALSAModule(161): No valid input device: 0
07-24 17:00:21.235: D/ALSAModule(161): switchDevice,rxDev:Speaker, txDev:(null), curRxDev:Speaker, curTxDev:None
07-24 17:00:21.235: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _enadev value Speaker
07-24 17:00:21.235: D/ALSAModule(161): switchDevice: curTxUCMDevivce None curRxDevDevice Speaker
07-24 17:00:21.235: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _verb value HiFi Lowlatency
07-24 17:00:21.235: D/alsa_ucm(161): Set mixer controls for Speaker enable 1
07-24 17:00:21.235: D/ACDB-LOADER(161): ACDB -> send_afe_cal
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:21.235: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:21.245: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:21.245: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:21.245: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:21.245: D/alsa_ucm(161): Set mixer controls for HiFi Lowlatency enable 1
07-24 17:00:21.245: D/ALSAModule(161): Device value returned is hw:0,14
07-24 17:00:21.245: D/CsoundObj(10910): new alloc for instr 1099:
07-24 17:00:21.245: D/ALSAModule(161): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
07-24 17:00:21.255: D/ALSAModule(161): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:21.275: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:21.285: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:21.285: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:21.285: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:21.295: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:21.305: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:21.315: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  74  Recorder
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  75  Pan Flute
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  76  Bottle Chiff
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  77  Shakuhachi
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  78  Whistle
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  79  Ocarina
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  80  Square Wave
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  81  Saw Wave
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  82  Synth Calliope
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  83  Chiffer Lead
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  84  Charang
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  85  Solo Vox
07-24 17:00:21.325: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  86  5th Saw Wave
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  87  Bass & Lead
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  88  Fantasia
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  89  Warm Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  90  Poly Synth
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  91  Space Voice
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  92  Bowed Glass
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  93  Metal Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  94  Halo Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  95  Sweep Pad
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  96  Ice Rain
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  97  Soundtrack
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  98  Crystal
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:  99  Atmosphere
07-24 17:00:21.335: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 100  Brightness
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 101  Goblin
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 102  Echo Drops
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 103  Star Theme
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 104  Sitar
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 105  Banjo
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 106  Shamisen
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 107  Koto
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 108  Kalimba
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 109  Bagpipe
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 110  Fiddle
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 111  Shenai
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 112  Tinker Bell
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 113  Agogo
07-24 17:00:21.345: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 114  Steel Drum
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 115  Wood Block
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 116  Taiko Drum
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 117  Melodic Tom
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 118  Synth Drum
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 119  Reverse Cymbal
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 120  Fret Noise
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 121  Breath Noise
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 122  Seashore
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 123  Bird
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 124  Telephone
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 125  Helicopter
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 126  Applause
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset: 127  Gun Shot
07-24 17:00:21.355: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 120  Gtr. Cut Noise
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 121  Fl. Key Click
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 122  Rain
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 123  Dog
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 124  Telephone 2
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 125  Car-Engine
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 126  Laughing
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   1  Preset: 127  Machine Gun
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 120  String Slap
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 122  Thunder
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 123  Horse Gallop
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 124  Door Creaking
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 125  Car-Stop
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 126  Screaming
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   2  Preset: 127  Lazergun
07-24 17:00:21.365: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 122  Wind
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 123  Bird  2
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 124  Door Slam
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 125  Car-Pass
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 126  Punch
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   3  Preset: 127  Explosion
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 122  Stream
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 124  Scratch
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 125  Car-Crash
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   4  Preset: 126  Heart Beat
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 122  Bubble
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 124  Wind Chimes
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 125  Siren
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   5  Preset: 126  Footsteps
07-24 17:00:21.375: I/Csound6(10910): SoundFont:   1  Bank:   6  Preset: 125  Train
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   7  Preset: 125  Jet Plane
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:   4  Detuned EP 1
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:   5  Detuned EP 2
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:   6  Coupled Harpsichord
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  14  Church Bell
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  16  Detuned Organ 1
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  17  Detuned Organ 2
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  19  Church Organ 2
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  21  Italian Accordion
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  24  Ukulele
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  25  12 String Guitar
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  26  Hawaiian Guitar
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  27  Chorused guitar
07-24 17:00:21.385: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  28  Funk Guitar
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  30  Feedback Guitar
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  31  Guitar Feedback
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  38  Synth Bass 3
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  39  Synth Bass 4
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  40  Slow Violin
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  48  Orchestral Pad
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  50  Synth Strings 3
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  61  Brass 2
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  62  Synth Brass 3
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  63  Synth Brass 4
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset:  80  Sine Wave
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 107  Taisho Koto
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 115  Castanets
07-24 17:00:21.395: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 116  Concert Bass Drum
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 117  Melo Tom 2
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 118  808 Tom
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   8  Preset: 125  Starship
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:   9  Preset: 125  Burst Noise
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank:  16  Preset:  25  Mandolin
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   0  Acou Piano 1
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   1  Acou Piano 2
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   2  Acou Piano 3
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   3  Elec Piano 1
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   4  Elec Piano 2
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   5  Elec Piano 3
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   6  Elec Piano 4
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   7  Honkytonk
07-24 17:00:21.405: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   8  Elec Organ 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:   9  Elec Organ 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  10  Elec Organ 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  11  Elec Organ 4
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  12  Pipe Organ 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  13  Pipe Organ 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  14  Pipe Organ 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  15  Accordion MT
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  16  Harpsichord 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  17  Harpsichord 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  18  Harpsichord 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  19  Clavinet 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  20  Clavinet 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  21  Clavinet 3
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  22  Celesta 1
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  23  Celesta 2
07-24 17:00:21.415: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  24  Synth Brass 1 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  25  Synth Brass 2 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  26  Synth Brass 3 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  27  Synth Brass 4 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  28  Synth Bass 1 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  29  Synth Bass 2 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  30  Synth Bass 3 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  31  Synth Bass 4 MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  32  Fantasy
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  33  Harmo Pan
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  34  Chorale
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  35  Glasses
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  36  Soundtrack MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  37  Atmosphere MT
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  38  Warm Bell
07-24 17:00:21.425: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  39  Funny Vox
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  40  Echo Bell
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  41  Ice Rain MT
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  42  Oboe 2001
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  43  Echo Pan
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  44  Doctor Solo
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  45  School Daze
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  46  Bell Singer
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  47  Square Wave MT
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  48  String Section 1
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  49  String Section 2
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  50  String Section 3
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  51  Pizzicato MT
07-24 17:00:21.435: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  52  Violin 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  53  Violin 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  54  Cello 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  55  Cello 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  56  Contrabass MT
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  57  Harp 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  58  Harp 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  59  Guitar 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  60  Guitar 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  61  Elec Guitar 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  62  Elec Guitar 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  63  Sitar MT
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  64  Acou Bass 1
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  65  Acou Bass 2
07-24 17:00:21.445: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  66  Elec Bass 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  67  Elec Bass 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  68  Slap Bass 1 MT
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  69  Slap Bass 2 MT
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  70  Fretless 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  71  Fretless 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  72  Flute 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  73  Flute 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  74  Piccolo 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  75  Piccolo 2
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  76  Recorder MT
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  77  Pan Pipes
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  78  Sax 1
07-24 17:00:21.455: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  79  Sax 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  80  Sax 3
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  81  Sax 4
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  82  Clarinet 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  83  Clarinet 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  84  Oboe MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  85  English Horn MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  86  Bassoon MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  87  Harmonica MT
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  88  Trumpet 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  89  Trumpet 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  90  Trombone 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  91  Trombone 2
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  92  French Horn 1
07-24 17:00:21.466: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  93  French Horn 2
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  94  Tuba MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  95  Brass Section 1
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  96  Brass Section 2
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  97  Vibes 1
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  98  Vibes 2
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset:  99  Syn Mallet
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 100  Windbell
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 101  Glock
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 102  Tube Bell
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 103  Xylophone MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 104  Marimba MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 105  Koto MT
07-24 17:00:21.476: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 106  Sho
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 107  Shakuhachi MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 108  Whistle 1
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 109  Whistle 2
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 110  Bottleblow
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 111  Breathpipe
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 112  Timpani MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 113  Melodic Tom MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 114  Deep Snare
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 115  Elec Perc 1
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 116  Elec Perc 2
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 117  Taiko MT
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 118  Taiko Rim
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 119  Cymbal
07-24 17:00:21.486: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 120  Castanets MT
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 121  Triangle
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 122  Orchestral Hit MT
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 123  Telephone MT
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 124  Bird Tweet
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 125  Big Notes Pad
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 126  Water Bell
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 127  Preset: 127  Jungle Tune
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:   0  Standard
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:   8  Room
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  16  Power
07-24 17:00:21.496: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  24  Electronic
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  25  TR 808
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  32  Jazz
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  40  Brush
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  48  Orchestra
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset:  56  SFX
07-24 17:00:21.506: I/Csound6(10910): SoundFont:   1  Bank: 128  Preset: 127  CM-64/32 Set
07-24 17:00:21.506: I/Csound6(10910): orch now loaded
07-24 17:00:21.506: I/Csound6(10910): audio buffered in 2048 sample-frame blocks
07-24 17:00:21.506: I/Csound6(10910): writing 4096 sample blks of 32-bit floats to dac
07-24 17:00:21.506: I/Csound6(10910): SECTION 1:
07-24 17:00:21.506: I/Csound6(10910): new alloc for instr 1099:
07-24 17:00:21.556: D/CsoundObj(10910): B  0.000 ..  0.321 T  0.321 TT  0.321 M:
07-24 17:00:21.556: D/CsoundObj(10910):   0.00000
07-24 17:00:21.556: D/CsoundObj(10910):   0.00000
07-24 17:00:21.556: D/CsoundObj(10910): new alloc for instr 8:
07-24 17:00:21.556: D/CsoundObj(10910): new alloc for instr 8:
07-24 17:00:21.696: I/Csound6(10910): B  0.000 ..  0.321 T  0.321 TT  0.321 M:
07-24 17:00:21.696: I/Csound6(10910):   0.00000
07-24 17:00:21.696: I/Csound6(10910):   0.00000
07-24 17:00:21.696: I/Csound6(10910): new alloc for instr 8:
07-24 17:00:21.696: I/Csound6(10910): new alloc for instr 8:
07-24 17:00:21.816: D/CsoundObj(10910): B  0.321 ..  0.561 T  0.561 TT  0.561 M:
07-24 17:00:21.816: D/CsoundObj(10910):   0.37447
07-24 17:00:21.816: D/CsoundObj(10910):   0.37861
07-24 17:00:21.816: I/Csound6(10910): B  0.321 ..  0.561 T  0.561 TT  0.561 M:
07-24 17:00:21.816: I/Csound6(10910):   0.37447
07-24 17:00:21.826: I/Csound6(10910):   0.37861
07-24 17:00:22.056: D/CsoundObj(10910): B  0.561 ..  0.801 T  0.801 TT  0.801 M:
07-24 17:00:22.056: D/CsoundObj(10910):   0.18144
07-24 17:00:22.056: D/CsoundObj(10910):   0.17991
07-24 17:00:22.066: I/Csound6(10910): B  0.561 ..  0.801 T  0.801 TT  0.801 M:
07-24 17:00:22.066: I/Csound6(10910):   0.18144
07-24 17:00:22.066: I/Csound6(10910):   0.17991
07-24 17:00:22.256: D/CsoundObj(10910): B  0.801 ..  1.000 T  1.000 TT  1.000 M:
07-24 17:00:22.256: D/CsoundObj(10910):   0.11287
07-24 17:00:22.256: D/CsoundObj(10910):   0.11397
07-24 17:00:22.256: I/Csound6(10910): B  0.801 ..  1.000 T  1.000 TT  1.000 M:
07-24 17:00:22.256: I/Csound6(10910):   0.11287
07-24 17:00:22.256: I/Csound6(10910):   0.11397
07-24 17:00:22.286: D/CsoundObj(10910): B  1.000 ..  1.040 T  1.040 TT  1.040 M:
07-24 17:00:22.286: D/CsoundObj(10910):   0.00000
07-24 17:00:22.286: D/CsoundObj(10910):   0.00000
07-24 17:00:22.286: D/CsoundObj(10910): Score finished in csoundPerformKsmps().
07-24 17:00:22.286: D/CsoundObj(10910): inactive allocs returned to freespace
07-24 17:00:22.286: D/CsoundObj(10910): end of score.              overall amps:
07-24 17:00:22.286: D/CsoundObj(10910):   0.37447
07-24 17:00:22.286: D/CsoundObj(10910):   0.37861
07-24 17:00:22.286: D/CsoundObj(10910):            overall samples out of range:
07-24 17:00:22.286: D/CsoundObj(10910):         0
07-24 17:00:22.286: D/CsoundObj(10910):         0
07-24 17:00:22.286: D/CsoundObj(10910): 0 errors in performance
07-24 17:00:22.286: D/CsoundObj(10910): Elapsed time at end of performance: real: 1.645s, CPU: 1.645s
07-24 17:00:22.286: D/CsoundObj(10910): 23 4096 sample blks of 32-bit floats written to dac
07-24 17:00:22.286: D/CsoundObj(10910): resetting Csound instance
07-24 17:00:22.316: I/Csound6(10910): B  1.000 ..  1.040 T  1.040 TT  1.040 M:
07-24 17:00:22.316: I/Csound6(10910):   0.00000
07-24 17:00:22.316: I/Csound6(10910):   0.00000
07-24 17:00:22.326: D/CsoundObj(10910): 0dBFS level = 32768.0
07-24 17:00:22.326: D/CsoundObj(10910): Csound version 6.00 (float samples) Jul  5 2013
07-24 17:00:22.326: D/CsoundObj(10910): libsndfile-1.0.25
07-24 17:00:22.326: I/Csound6(10910): Score finished in csoundPerformKsmps().
07-24 17:00:22.326: I/Csound6(10910): inactive allocs returned to freespace
07-24 17:00:22.336: I/Csound6(10910): end of score.                overall amps:
07-24 17:00:22.336: I/Csound6(10910):   0.37447
07-24 17:00:22.336: I/Csound6(10910):   0.37861
07-24 17:00:22.336: I/Csound6(10910):      overall samples out of range:
07-24 17:00:22.336: I/Csound6(10910):         0
07-24 17:00:22.336: I/Csound6(10910):         0
07-24 17:00:22.336: I/Csound6(10910): 0 errors in performance
07-24 17:00:22.346: I/Csound6(10910): Elapsed time at end of performance: real: 1.645s, CPU: 1.645s
07-24 17:00:22.346: I/Csound6(10910): 23 4096 sample blks of 32-bit floats written to dac
07-24 17:00:22.346: I/Csound6(10910): resetting Csound instance
07-24 17:00:22.376: I/Csound6(10910): 0dBFS level = 32768.0
07-24 17:00:22.386: I/Csound6(10910): Csound version 6.00 (float samples) Jul  5 2013
07-24 17:00:22.386: I/Csound6(10910): libsndfile-1.0.25
07-24 17:00:22.386: I/Csound6(10910): Csound has finished.
07-24 17:00:24.599: D/overlay(158): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0;
07-24 17:00:25.210: D/overlay(158): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0;
07-24 17:00:25.280: I/Csound6(10910): Loading Csound plugins:
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libfluidOpcodes.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libgnustl_shared.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libLuaCsound.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libLuaCsound.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libstdutil.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libstdutil.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libstdutil.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so
07-24 17:00:25.280: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so 0x415387f0
07-24 17:00:25.280: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsignalflowgraph.so' already loaded in same CL 0x415387f0
07-24 17:00:25.280: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so
07-24 17:00:25.290: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so 0x415387f0
07-24 17:00:25.290: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libcsoundandroid.so' already loaded in same CL 0x415387f0
07-24 17:00:25.290: I/Csound6(10910): /data/app-lib/com.csounds.Csound6-1/libsndfile.so
07-24 17:00:25.290: D/dalvikvm(10910): Trying to load lib /data/app-lib/com.csounds.Csound6-1/libsndfile.so 0x415387f0
07-24 17:00:25.290: D/dalvikvm(10910): Shared lib '/data/app-lib/com.csounds.Csound6-1/libsndfile.so' already loaded in same CL 0x415387f0
07-24 17:00:25.300: I/Csound6(10910): Csound is starting...
07-24 17:00:25.350: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _verb value Inactive
07-24 17:00:25.350: D/alsa_ucm(161): Set mixer controls for HiFi Lowlatency enable 0
07-24 17:00:25.350: D/alsa_ucm(161): snd_use_case_set(): uc_mgr 0x40698d58 identifier _disdev value Speaker
07-24 17:00:25.350: D/alsa_ucm(161): Set mixer controls for Speaker enable 0
07-24 17:00:25.370: I/AndroidCsound(10910): set callbacks
07-24 17:00:25.370: I/AndroidCsound(10910): callbacks set
07-24 17:00:25.370: I/AndroidCsound(10910): SSDIR has been set to: /data/data/com.csounds.Csound6/samples
07-24 17:00:25.370: D/CsoundObj(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:25.370: D/CsoundObj(10910): STARTING FILE
07-24 17:00:25.370: D/CsoundObj(10910): Creating options
07-24 17:00:25.370: D/CsoundObj(10910): Creating orchestra
07-24 17:00:25.370: D/CsoundObj(10910): Creating score
07-24 17:00:25.380: D/CsoundObj(10910): Elapsed time at end of orchestra compile: real: 0.081s, CPU: 0.081s
07-24 17:00:25.380: D/CsoundObj(10910): sorting score ...
07-24 17:00:25.380: D/CsoundObj(10910):         ... done
07-24 17:00:25.380: D/CsoundObj(10910): Elapsed time at end of score sort: real: 0.082s, CPU: 0.082s
07-24 17:00:25.380: D/CsoundObj(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:25.380: D/CsoundObj(10910): graphics suppressed, ascii substituted
07-24 17:00:25.380: D/CsoundObj(10910): 0dBFS level = 1.0
07-24 17:00:25.390: I/Csound6(10910): UnifiedCSD:  /storage/emulated/0/KeepCsd2.csd
07-24 17:00:25.390: I/Csound6(10910): STARTING FILE
07-24 17:00:25.390: I/Csound6(10910): Creating options
07-24 17:00:25.390: I/Csound6(10910): Creating orchestra
07-24 17:00:25.390: I/Csound6(10910): Creating score
07-24 17:00:25.390: I/Csound6(10910): Elapsed time at end of orchestra compile: real: 0.081s, CPU: 0.081s
07-24 17:00:25.390: I/Csound6(10910): sorting score ...
07-24 17:00:25.400: I/Csound6(10910):   ... done
07-24 17:00:25.410: I/Csound6(10910): Elapsed time at end of score sort: real: 0.082s, CPU: 0.082s
07-24 17:00:25.410: I/Csound6(10910): Csound version 6.00 (float samples) Jul 10 2013
07-24 17:00:25.410: I/Csound6(10910): graphics suppressed, ascii substituted
07-24 17:00:25.410: I/Csound6(10910): 0dBFS level = 1.0
07-24 17:00:25.440: D/CsoundObj(10910): Created fluidEngine 0x0x71f61c48 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:25.440: I/Csound6(10910): Created fluidEngine 0x0x71f61c48 with sampling rate = 44100.000000, chorus on, reverb on, channels 256, voices 4096.
07-24 17:00:25.440: D/CsoundObj(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:25.460: I/Csound6(10910): Loading SoundFont : /mnt/sdcard/sf_GMbank.sf2.
07-24 17:00:25.730: D/CsoundObj(10910): fluidSynth: 0x0x71f61c48  soundFontId: 1.
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   3  Honky Tonk
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   4  E.Piano 1
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   5  E.Piano 2
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   6  Harpsichord
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   7  Clavinet
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   8  Celesta
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:   9  Glockenspiel
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  10  Music Box
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  11  Vibraphone
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  12  Marimba
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  13  Xylophone
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  14  Tubular Bells
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  15  Dulcimer
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  16  Organ 1
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  17  Organ 2
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  18  Organ 3
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  19  Church Organ
07-24 17:00:25.730: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  20  Reed Organ
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  21  Accordion
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  22  Harmonica
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  23  Bandoneon
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  24  Nylon Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  25  Steel Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  26  Jazz Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  27  Clean Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  28  Guitar Mutes
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  29  Overdrive Guitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  30  DistortionGuitar
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  31  Guitar Harmonics
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  32  Acoustic Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  33  Fingered Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  34  Picked Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  35  Fretless Bass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  36  Slap Bass 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  37  Slap Bass 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  38  Synth Bass 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  39  Synth Bass 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  40  Violin
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  41  Viola
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  42  Cello
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  43  Contrabass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  44  Tremolo Strings
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  45  Pizzicato
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  46  Harp
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  47  Timpani
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  48  Strings
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  49  Slow Strings
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  50  Synth Strings 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  51  Synth Strings 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  52  Choir Aahs
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  53  Voice Oohs
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  54  Synth Vox
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  55  Orchestra Hit
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  56  Trumpet
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  57  Trombone
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  58  Tuba
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  59  Mute Trumpet
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  60  French Horns
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  61  Brass
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  62  Synth Brass 1
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  63  Synth Brass 2
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  64  Soprano Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  65  Alto Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  66  Tenor Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  67  Baritone Sax
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  68  Oboe
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  69  English Horn
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  70  Bassoon
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  71  Clarinet
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  72  Piccolo
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  73  Flute
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  74  Recorder
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  75  Pan Flute
07-24 17:00:25.740: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  76  Bottle Chiff
07-24 17:00:25.740: I/Csound6(10910): fluidSynth: 0x0x71f61c48  soundFontId: 1.
07-24 17:00:25.740: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   0  Piano 1
07-24 17:00:25.750: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   1  Piano 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  77  Shakuhachi
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  78  Whistle
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  79  Ocarina
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  80  Square Wave
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  81  Saw Wave
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  82  Synth Calliope
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  83  Chiffer Lead
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  84  Charang
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  85  Solo Vox
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  86  5th Saw Wave
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  87  Bass & Lead
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  88  Fantasia
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  89  Warm Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  90  Poly Synth
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  91  Space Voice
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  92  Bowed Glass
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  93  Metal Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  94  Halo Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  95  Sweep Pad
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  96  Ice Rain
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  97  Soundtrack
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  98  Crystal
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset:  99  Atmosphere
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 100  Brightness
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 101  Goblin
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 102  Echo Drops
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 103  Star Theme
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 104  Sitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 105  Banjo
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 106  Shamisen
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 107  Koto
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 108  Kalimba
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 109  Bagpipe
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 110  Fiddle
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 111  Shenai
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 112  Tinker Bell
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 113  Agogo
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 114  Steel Drum
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 115  Wood Block
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 116  Taiko Drum
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 117  Melodic Tom
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 118  Synth Drum
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 119  Reverse Cymbal
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 120  Fret Noise
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 121  Breath Noise
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 122  Seashore
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 123  Bird
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 124  Telephone
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 125  Helicopter
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 126  Applause
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   0  Preset: 127  Gun Shot
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 120  Gtr. Cut Noise
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 121  Fl. Key Click
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 122  Rain
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 123  Dog
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 124  Telephone 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 125  Car-Engine
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 126  Laughing
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   1  Preset: 127  Machine Gun
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 120  String Slap
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 122  Thunder
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 123  Horse Gallop
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 124  Door Creaking
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 125  Car-Stop
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 126  Screaming
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   2  Preset: 127  Lazergun
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 122  Wind
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 123  Bird  2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 124  Door Slam
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 125  Car-Pass
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 126  Punch
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   3  Preset: 127  Explosion
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 122  Stream
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 124  Scratch
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 125  Car-Crash
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   4  Preset: 126  Heart Beat
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 122  Bubble
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 124  Wind Chimes
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 125  Siren
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   5  Preset: 126  Footsteps
07-24 17:00:25.750: I/Csound6(10910): SoundFont:   1  Bank:   0  Preset:   2  Piano 3
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   6  Preset: 125  Train
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   7  Preset: 125  Jet Plane
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   4  Detuned EP 1
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   5  Detuned EP 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:   6  Coupled Harpsichord
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  14  Church Bell
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  16  Detuned Organ 1
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  17  Detuned Organ 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  19  Church Organ 2
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  21  Italian Accordion
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  24  Ukulele
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  25  12 String Guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  26  Hawaiian Guitar
07-24 17:00:25.750: D/CsoundObj(10910): SoundFont:   1  Bank:   8  Preset:  27  Chorused guitar
07-2...

Date2013-07-25 16:42
FromJacques Leplat
SubjectRe: [Csnd] CSound6 Fluidsynth opcode
Thanks Mike,

Your changes certainly have a few interesting tweaks I did not know about.

The first run in CSound6 CSD Player works fine (LG Nexus 4, Android 4.2.2). I wait for the label on the button to turn from stop to start, then try to play it again, at this point csd player crashes out. 

I tried the csd on a mac running CSound 5.19, no problems there.

All the best,

Jacques


On 24 Jul 2013, at 18:15, Michael Gogins <michael.gogins@gmail.com> wrote:

I modified your example so it works on my Samsung Galaxy s4.

Thanks for testing this, you saved me some work.

Best,
Mike

<CsoundSynthesizer>
<CsOptions>
-odac -d -m3
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 100
nchnls = 2
0dbfs = 1

alwayson "fluidoutput", 7

;-- Definition for instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
giEngine fluidEngine
giSFnum fluidLoad "/mnt/extSdCard/sf_GMbank.sf2", giEngine, 1
fluidProgramSelect giEngine, 1, giSFnum, 0, 0

;-- Instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
instr 8
print p1, p2, p3, p4
fluidNote giEngine, 1, p4, p5
endin

;-- Instrument [1099] SF Capture
instr fluidoutput
asigL, asigR fluidOut giEngine
asigL = asigL * p4
asigR = asigR * p4
outs asigL, asigR

endin
</CsInstruments>
<CsScore>
;inst start dur amplitude noteNumber; midiNote
i8 0.321 0.479 72 70
i8 0.321 0.239 48 70
i8 0.561 0.239 43 40
i8 0.801 0.239 36 40
s 5
e 5

</CsScore>
</CsoundSynthesizer>

===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot comHello,



Date2013-08-08 09:12
FromSteven Yi
SubjectRe: [Csnd] CSound6 Fluidsynth opcode
Hi Jacques,

I'm following up with older emails, did this issue with fluidsynth and
Android get resolved?  I'm curious as I got a crash with CS5 using the
API from Java yesterday that pointed to fluidsynth (intermittent, and
had to do with multiple API renders at the same time, haven't looked
into it).

Thanks!
steven

On Thu, Jul 25, 2013 at 5:42 PM, Jacques Leplat  wrote:
> Thanks Mike,
>
> Your changes certainly have a few interesting tweaks I did not know about.
>
> The first run in CSound6 CSD Player works fine (LG Nexus 4, Android 4.2.2).
> I wait for the label on the button to turn from stop to start, then try to
> play it again, at this point csd player crashes out.
>
> I tried the csd on a mac running CSound 5.19, no problems there.
>
> All the best,
>
> Jacques
>
>
> On 24 Jul 2013, at 18:15, Michael Gogins  wrote:
>
> I modified your example so it works on my Samsung Galaxy s4.
>
> Thanks for testing this, you saved me some work.
>
> Best,
> Mike
>
> 
> 
> -odac -d -m3
> 
> 
> sr = 44100
> ksmps = 100
> nchnls = 2
> 0dbfs = 1
>
> alwayson "fluidoutput", 7
>
> ;-- Definition for instrument [8] Piano 1, fluidEngine, Sound Font
> synthesizer
> giEngine fluidEngine
> giSFnum fluidLoad "/mnt/extSdCard/sf_GMbank.sf2", giEngine, 1
> fluidProgramSelect giEngine, 1, giSFnum, 0, 0
>
> ;-- Instrument [8] Piano 1, fluidEngine, Sound Font synthesizer
> instr 8
> print p1, p2, p3, p4
> fluidNote giEngine, 1, p4, p5
> endin
>
> ;-- Instrument [1099] SF Capture
> instr fluidoutput
> asigL, asigR fluidOut giEngine
> asigL = asigL * p4
> asigR = asigR * p4
> outs asigL, asigR
>
> endin
> 
> 
> ;inst start dur amplitude noteNumber; midiNote
> i8 0.321 0.479 72 70
> i8 0.321 0.239 48 70
> i8 0.561 0.239 43 40
> i8 0.801 0.239 36 40
> s 5
> e 5
>
> 
> 
>
> ===========================
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot comHello,
>
>