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 年之前
kevin
681865e04b
cmDspFx.c : Added missing va_end() to match va_copy().
11 年之前
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 年之前
kpl
b549a90da3
cmDspPgmKr.c : Removed body of cmDspSysPgm_KrLive() and modified
_cmDspSysPgm_TimeLine() to have 'live' and 'simulate' modes.
11 年之前
kpl
3a247f986f
cmDspKr.c : Minor code formatting changes.
11 年之前
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 年之前
kevin
28d686922b
cmDspPgm.c : Fixed mislabelled source connection on 'hzp' in
_cmDspSysPgm_Stereo_Through().
11 年之前
kevin
921597e50d
cmDspPgmKr.c : Removed 'midiInPort' resource string because the MIDI input
port does not require a device or port selector.
11 年之前
kpl
5307482f6e
cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.
11 年之前
kpl
b4a3507bc5
cmDspPgm.c : Added _cmDspSysPgm_KrLive to the program list.
11 年之前
kevin
fb509b10c7
cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).
11 年之前
kevin
de58bb5232
cmDspKr.c : Added 'post' output to cmDspScMod object.
11 年之前
kevin
0f75ad445c
cmDspPgmKr.c : Added audio output file record and MIDI output port.
11 年之前
kevin
bb4aea8471
cmDspPgm.c : Updated cmDspSysPgm_Test_Midi with hardcoded OSX device/port.
11 年之前
kevin
7d3e82d417
cmDspKr.c : cmDspMidiFilePlay object now sents note off messages.
11 年之前
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 年之前
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 年之前
kevin
85776619e2
cmDspPgmKr.c : Removed printing from time-line audio begin sample index output.
11 年之前
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 年之前
kpl
35afc5f004
cmDspKr.c : Updated AmSync output format.
11 年之前
kpl
ffde60139a
cmDspKr.h/c: Added 'AmSync' DSP processor object. Added unique midi msg
id output to midi file player. Added audio and midi label output to
time line object.
11 年之前
kpl
0af84b0363
cmDspPgmKr.c : Added use of AmSync object.
11 年之前
kpl
1bbecc58c2
cmDspBuiltIn.c : Added AmSync DSP class.
11 年之前
kevin
2d85218c4b
cmDspClass.c: Removed use of OS_OSX preproc. flags for working around
va_list differences with older gcc. This change is part of spat-lab port.
11 年之前
kevin
7a08ab4793
cmProc3.h/c,cmDspFx.c:Added fade in/out times to xfader.
11 年之前
kevin
759ec01595
cmDspPgmKr.c:Added control to set xfade time.
11 年之前
kevin
13f8d89142
cmDspPgmKr.c: Changeed _cmDspSysPgm_TimeLine() to multiplex param's instead
of measurements.
11 年之前
kpl
0dd72e910c
cmDspPgmKr.c:Many changes to _cmDspSysPgm_TimeLine() to support
crossfading transforms.
11 年之前
kpl
4f5ff63a08
cmDspPgm.c: Removed _cmDspSysPgm_Switcher.
11 年之前
kpl
b56fee2605
cmDspKr.c:
1) Changed time-line to support setting data prefix path
in cmTimeLine initialization.
2) Added 'scloc' to 'ActiveMeas'.
11 年之前
kpl
94f1e7cd1f
cmDspBuiltIn.c:Added 'reset' to 'Counter'.
11 年之前
kpl
c5b8c68e11
cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to
new procedure cmDspSysPrintPgm().
11 年之前
kpl
78faec2960
cmDspSys.h/c:Added _cmDspSysAssignUniqueInstSymId() to automatically assign
unique symbol id's to all DSP instances which were not assigned explicit symbol
id's.
Also added cmDspSysPrintPgm() to print the currently loaded program
network as a JSON file.
11 年之前
kevin
cad6618f3d
cmDspPgmKr.c:Measurements now can be independently scaled and mapped for
right and left transforms.
11 年之前
kevin
83baef16a4
cmDspPgmKr.c:Changed _cmDspSysPgm_TimeLine() such that the 'activeMeas'
add command is sent from the 'typeId' field of the performance eval. MsgList.
11 年之前
kevin
2134f45d59
cmDspPgmKr.c:Completed integration and initial testing of 'ActiveMeas'.
11 年之前
kevin
fbf2b570a9
cmDspKr.c:Added 'rewind' command to _cmDspActiveMeas.
11 年之前
kpl
55c2b254c6
cmDspPgmKr.c:Inital insert of 'Active Meas' in cmDspSysPgm_TimeLine.
11 年之前
kpl
4576de0263
cmDspBuiltIn.c,cmDspKr.h/c:Inital development of cmActiveMeas in cmDspKr.c.
11 年之前
kevin
c0960d726d
cmDspPgmKr.c:Chnaged the spectral distortion 'offset' default value from 30.0 to 2.0
because it is now used as the 'bump' mode coefficient more often than it's original
intent as a threshold offset in the spec. dist. envelope following modes.
11 年之前
kevin
a50001972f
cmDspKr.c: Added test for DBL_MAX in _cmScFolMatcherCb() to prevent invalid score measurement values from being used as parameter values.
This would might be better accomplished inside cmProc4.c:cmScMeaExec().
11 年之前
kevin
826eec51b4
cmDspPgm.c:Added _cmDspSysPgm_RsrcWr() and update _cmDspSysPreset() to use Menu Buttons and Message Lists.
11 年之前
kevin
9b529cd4b9
cmDspBuiltIn.c: Added 'rsrcWr' and tested with 'string' inputs.
11 年之前
kevin
778e95cb1f
cmDspSys.h/c: Completed and tested cmDspRsrcWriteString().
11 年之前
kevin
d4db5427c5
cmDspPgmKr.c:Added compressor preset.
11 年之前
kevin
03d026999a
cmDspClass.c: Fixed #ifdef typo's
11 年之前
kevin
f1dc68364a
cmDspSys.h/c:Initial add of cmDspRsrcWriteString() and check of cmJsonIsModified() in cmDspSysUnload().
11 年之前
kevin
c3643ef133
cmDspPgmKr.c: Added preset controls to _cmDspSysPgmTimeLine().
11 年之前
kevin
88856255d2
cmDspPgm.c:_cmDspSysPgm_Preset() improved variable names.
11 年之前
kevin
b7bcac7de6
cmDspKr.c: kAudPathTlId now transmits to UI in _cmDspTimeLineRecv()
11 年之前