Re: [Csnd] Current Viability of FLTK
Date | 2013-09-09 23:22 |
From | "Art Hunkins" |
Subject | Re: [Csnd] Current Viability of FLTK |
Mike G., Concerning FLTK and MIDI in concurrently: I've tested some more with earlier Windows installers, and these work fine. I guess that suggests a problem with the 6.0+ installer. Distributions tested: 5.06 floats, 5.18D and 5.19D. 5.06 closed out its console run fine; 5.18 and 5.19 required one CTRL-C to shut down the console after closing the FTLK GUI. Art Hunkins ----- Original Message ----- From: "Victor Lazzarini" |
Date | 2013-09-12 02:07 |
From | Michael Gogins |
Subject | Re: [Csnd] Current Viability of FLTK |
This works for me just fine in the develop branch, and also with the binaries from my latest WIndows installer, which may be a little more recent the one on SourceForge for 6.00.1, output shown below: C:\Program Files (x86)\Csound6\bin>csound FLTKTest.csd virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 Csound version 6.00.1 (double samples) Sep 4 2013
libsndfile-1.0.25 UnifiedCSD: FLTKTest.csd STARTING FILE Creating options Creating orchestra Creating score rtaudio: PortAudio module enabled ...
using callback interface rtmidi: PortMIDI module enabled Elapsed time at end of orchestra compile: real: 0.014s, CPU: 0.014s sorting score ... ... done Elapsed time at end of score sort: real: 0.018s, CPU: 0.018s
Csound version 6.00.1 (double samples) Sep 4 2013 midi channel 1 using instr 1 midi channel 2 using instr 2 midi channel 3 using instr 1 midi channel 4 using instr 1
midi channel 5 using instr 1 midi channel 6 using instr 1 midi channel 7 using instr 1 midi channel 8 using instr 1 midi channel 9 using instr 1 midi channel 10 using instr 1
midi channel 11 using instr 1 midi channel 12 using instr 1 midi channel 13 using instr 1 midi channel 14 using instr 1 midi channel 15 using instr 1 midi channel 16 using instr 1
displays suppressed 0dBFS level = 32768.0 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 0: 4- Scarlett 2i4 USB (portmidi) PortMIDI: Activated input device 0: '4- Scarlett 2i4 USB' (MMSystem)
orch now loaded audio buffered in 4096 sample-frame blocks PortAudio V19-devel (built Aug 3 2013 12:54:43) 0: dac0 (Microsoft Sound Mapper - Output) 1: dac1 (Line Out (4- Scarlett 2i4 USB))
2: dac2 (Speakers (VIA High Definition A) 3: dac3 (SPDIF Interface (TX0) (VIA High) 4: dac4 (Primary Sound Driver) 5: dac5 (Line Out (4- Scarlett 2i4 USB)) 6: dac6 (Speakers (VIA High Definition Audio))
7: dac7 (SPDIF Interface (TX0) (VIA High Definition Audio)) 8: dac8 (Focusrite USB 2.0 Audio Driver) PortAudio: selected output device 'Line Out (4- Scarlett 2i4 USB)' writing 4096 sample blks of 64-bit floats to dac
SECTION 1: new alloc for instr 1: rtevent: T 2.601 TT 2.601 M: 0.0 new alloc for instr 2: i2 5.00000 i2 6.00000 i2 7.00000
i2 8.00000 i2 9.00000 i2 10.00000 i2 9.00000 i2 8.00000 i2 7.00000 i2 6.00000 i2 5.00000 i2 4.00000
i2 3.00000 i2 2.00000 i2 1.00000 i2 0.00000 end of widget thread rtevent: T 10.681 TT 10.681 M: 0.0 Score finished in csoundPerform().
inactive allocs returned to freespace end of score. overall amps: 0.0 overall samples out of range: 0 0 errors in performance Elapsed time at end of performance: real: 10.834s, CPU: 10.834s
closing device 115 4096 sample blks of 64-bit floats written to dac C:\Program Files (x86)\Csound6\bin> =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Sep 9, 2013 at 6:22 PM, Art Hunkins <abhunkin@uncg.edu> wrote: Mike G., |