kevin
c442830e85
cmDspPgmKr.c : Added audio output 2&3 to handle direct through dry signal.
11 years ago
kevin
c81b178224
cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records.
11 years ago
kevin
3a202c27f9
cmDspPgmKr.c : Major rewrite of _cmDspSysPgm_TimeLine().
The original function is in _cmDspSysPgm_TimeLine2().
11 years ago
kevin
4c44c396fd
cmDspPgm.c : Added test for 'Checkbox' to _cmDspSysPgm_UiTest().
11 years ago
kevin
b95348f047
cmDspKr.c : Added option to cmDspScFol to generate score measurements
(dyn,even,tempo,cost) as they are computed.
11 years ago
kevin
e7429a773c
cmDspFx.c : Changed _cmDspAvailCh_Recv() to handle 'trigger' case where
no available channels are available.
11 years ago
kevin
f41a6d6709
cmDspBuiltIn.c : Added cmDspCheckbox() as an improved check box control
which can be used with specific on/off values and symbols.
11 years ago
kevin
af002db879
cmDspPgm.c : Added more channels to _cmDspSysPgm_Goertzel() and parameters
to support window size on the Goertzel detector.
11 years ago
kevin
da98170c43
cmDspKr.c : Changed _cmDspGoertzel to initialize internal cmGoertzel object
in _cmDspGoertzelReset.
11 years ago
kevin
ab1161d138
cmDspPgm.c : Added _cmDspSysPgm_Goertzel.
11 years ago
kevin
f1be9f433d
cmDspKr.h/c, cmDspBuiltIn.c : Added the cmDspGoertzel DSP object.
11 years ago
kevin
0857f64730
cmDspKr.c : Improved comments on cmDspAmSync object.
11 years ago
kevin
19224be46a
cmDspKr.c : Added comments to _cmDspAmSync.
11 years ago
kevin
89ad5d8857
cmDspKr.c: Added call to cmRecdPlaySetLaSecs() in _cmDspRecdPlayRecv()
11 years ago
kevin
c11c875f29
cmDspPgmKr.c: Added option to direct fragments to independent audio outputs.
11 years ago
kevin
031210c7e9
cmDspPgmKr.c : Added look-head parameters for cmDspRecdPlay object.
11 years ago
kevin
57d2a86a42
cmProc4.h/c, cmDspKr.c : Added look-ahead buffer to cmRecdPlay object.
11 years ago
kpl
691d0ef278
cmDspPgmKr.c : Added the cmDspRecdPlay object to the patch.
11 years ago
kpl
8f4981728c
cmDspKr.h/c : Added the cmDspRecdPlay object.
The cmScoreInitialize() call in cmDspScore now is passed a valid symbol table handle.
11 years ago
kpl
fd52495292
cmDspBuiltIn.c : Added cmRecdPlayClassCons to _cmDspClassBuiltInArray[].
11 years ago
kevin
d235d22da5
cmDspPgmKr.c : Added 'audio in' button to switch 'live' and 'simulate'
audio input between the recorded and audio input port.
11 years ago
kevin
70fcc2d107
cmDspPgmKr.c : Added input audio meters. The 'start' button now connects
to the 'availCh' 'reset' rather than 'trig'. 'AvailCh' 'reset' output
is connected to the 'Xfader' 'reset' input. The score location print out
now comes from the 'recent' score follower output.
11 years ago
kevin
9b85e57045
cmDspKr.c : Added 'recent' output to score follower. 'out' output now
only reports the latest score location reported so far. 'recent' reports
the most recent score location (which may be out of time order).
11 years ago
kevin
b67964871f
cmDspFx.c : Added 'reset' input to cmDspXFader and cmDspAvailCh objects.
11 years ago
kevin
feb6e71245
cmDspFx.c : Added equal power cross fade to xfader object.
11 years ago
kevin
a8394b2814
cmDspBuiltIn.c : midi output port now notices when the device is not valid
prior to attempting to send it a midi message.
11 years ago
kevin
af7328e4d7
cmDspClass.c : Added OSX 10.5 (OSX_VER_10_5) conditional compilation blocks.
11 years ago
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
11 years ago
kevin
9082a45c41
cmDspPgmKr.c : Added Input gain control and all-notes-off command on the
off button (it's not clear that all-notes-off actually works.).
11 years ago
kevin
60090ac441
cmDspClass.c : Restored _cmDspParseArgV() to return void to allow
compilation on OSX 10.6.8. This need to be fixed correctly so that it
compiles on 10.5.
11 years ago
kevin
f1123a8475
cmDspBuiltIn.c : Addded 'reset' input to cmDspMidiOut to implement all-notes-off.
11 years ago
kevin
2855506568
cmDspPgmKr.c : Added connection from 'simulate' check button to routers
and added siRt to route midi file player smpidx output in
'simulate' mode.
11 years ago
kevin
681865e04b
cmDspFx.c : Added missing va_end() to match va_copy().
11 years ago
kevin
75879e774a
cmDspClass.c : _cmDspParseArgV() now returns a va_list. This seems to
now be required to work with the OSX 32bit build. Added missing va_end() in _cmDspClassErrV().
11 years ago
kpl
b549a90da3
cmDspPgmKr.c : Removed body of cmDspSysPgm_KrLive() and modified
_cmDspSysPgm_TimeLine() to have 'live' and 'simulate' modes.
11 years ago
kpl
3a247f986f
cmDspKr.c : Minor code formatting changes.
11 years ago
kpl
802e3d9514
cmDspPgm.c : Added option to omit the wavetable player output in favor
of the first audio input port in _cmDspSysPgm_Stereo_Through().
11 years ago
kevin
28d686922b
cmDspPgm.c : Fixed mislabelled source connection on 'hzp' in
_cmDspSysPgm_Stereo_Through().
11 years ago
kevin
921597e50d
cmDspPgmKr.c : Removed 'midiInPort' resource string because the MIDI input
port does not require a device or port selector.
11 years ago
kpl
5307482f6e
cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.
11 years ago
kpl
b4a3507bc5
cmDspPgm.c : Added _cmDspSysPgm_KrLive to the program list.
11 years ago
kevin
fb509b10c7
cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).
11 years ago
kevin
de58bb5232
cmDspKr.c : Added 'post' output to cmDspScMod object.
11 years ago
kevin
0f75ad445c
cmDspPgmKr.c : Added audio output file record and MIDI output port.
11 years ago
kevin
bb4aea8471
cmDspPgm.c : Updated cmDspSysPgm_Test_Midi with hardcoded OSX device/port.
11 years ago
kevin
7d3e82d417
cmDspKr.c : cmDspMidiFilePlay object now sents note off messages.
11 years ago
kevin
5566cbdae7
cmDspFx.c : Fixed bug where GateToSym object set the 'off' symbol event
when the received off symbol port value was not equal to 0.
11 years ago
kevin
9567d9211d
cmDspBuiltIn.c : The AudioFileOut object no longer creates an output
file when the object is created. It now waits until it is sent an
'open' symbol to create the audio output file.
If the AudioFileOut object is sent a directory rather than a file then
it automatically generates a file name in the given directory.
11 years ago
kevin
85776619e2
cmDspPgmKr.c : Removed printing from time-line audio begin sample index output.
11 years ago
kevin
79b1666c2c
cmDspKr.c : Bug fix to support multiple sync points in the same
audio and/or midi file.
AmSync object is now reset as part of the printing operation.
11 years ago