kevin
c33d10376b
cmDspPgmKr.c : Replaced connections to (c0,c1,c2,c3).kr1 which appear to have been disconnected in error.
пре 8 година
kevin
8be69c82cd
Broke cmDspPgmKr.c into multiple files cmDspPgm???.c.
пре 8 година
kevin
17bbae66a8
cmDspPgmKr.c : Set useInCompFl to false in _cmDspSysPgm_TimeLine().
пре 9 година
Kevin Larke
176073874f
*.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp.
пре 9 година
kevin
0c9f02d130
cmDspPgmKr.c : Enabled kr1 in transform channel. Fixed cross fade problem in _cmDspSysPgm_TksbLite().
пре 9 година
kevin
4dcc216ab5
cmDspPgmKr.c : Commented out used of "Echo Cancel" in _cmDspSysPgm_TksbLite().
Added use of second processing chain in _cmDspSysPgm_TksbLite().
пре 9 година
kevin
01e3a4af26
cmDspPgmKr.h/c, cmDspPgm.c : Added _cmDspSysPgm_TksbLite().
пре 9 година
kevin
7c6a0f5da5
cmDspPgmKr.c : Added EchoCancel to TKSB.
Changed default input and output gain to 0.0.
пре 9 година
kevin
d22cf3aa56
cmDspPgmKr.c : Changed label of MidiFilePlayer 'mu' output to 'id' in 'time-line' patch.
пре 9 година
Kevin Larke
be2528d393
cmDspPgmKr.h/c, cmDspPgm.c : Added cmDspSysPgm_Tksb().
пре 9 година
Kevin Larke
35aad95b05
cmDspPgmKr.c : Connect the 'muid' MIDI file player output to the 'muid'
score follower input.
пре 9 година
Kevin Larke
7fbe7ba4ae
cmDspPgmKr.c : Added 'tksbFn' to the time-line program resource file.
пре 9 година
Kevin Larke
31dcea8f55
cmDspPgmKr.c : Re-enabled input compressor.
пре 10 година
Kevin Larke
64475eb410
cmDspPgmKr.c : Fixed typo where 'useInputEqFl' was interpretted incorrectly.
пре 10 година
Kevin Larke
0579a50ed1
cmDspPgmKr.c : Added input eq.
Removed dead code _cmDspSys_TlXformChain1().
пре 10 година
Kevin Larke
56e36d78d6
cnDspPgmKr.c :
1) Added two new audio inputs (ai2p,ai3p) and mixers (mx0p,mx1p)
to allow contact mic's to be mixed with air mic's.
2) Added two new audio outputs (a02p,a03p) which are duplicates of
ao0p and ao1p.
3) Added all pass filters to all four audio outputs to decorrelate output.
4) Added Bypass button to bypass the all pass filters.
пре 10 година
Kevin Larke
10a831cd72
cmDspPgmKr.c : Many and various changes following 8/24/14 Disklavier session.
пре 10 година
kevin
31916de7b9
cmDspPgmKr.c : Added compressor, window size and hop size as cmScModulator_t
variables. Attempted to add a score location number box - but it is not yet working
correctly.
пре 10 година
kevin
7584fdd936
cmDspPgmKr.c : Removed segment filename/label from cmRecdPlay object.
cmRecdPlay objects now take a resource based list of segments to pre-load.
пре 10 година
kevin
c0fb38d8b7
cmDspPgmKr.c : RecdPlay object now takes an initial score search location
from the score UI.
пре 10 година
kevin
f96e261382
cmDspPgmKr.c : Added 'useWtFl' to cmDspSysPgm_Timeline.
пре 10 година
kevin
4b2f2e0398
cmDspPgmKr.c : Added 'fragFl' to toggle fragment processing chains.
Added connection from 'Dump' button to score to print score location report.
пре 11 година
kevin
6c66569f79
Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps.
app/cmOnset.c
app/cmPickup.c
app/cmScore.c
app/cmScoreProc.c
app/cmTimeLine.c
cmAudDsp.c
cmAudioAggDev.c
cmAudioFileDev.c
cmAudioNrtDev.c
cmAudioPort.c
cmAudioPortFile.c
cmDevCfg.c
cmFeatFile.c
cmMidi.c
cmMidiFile.c
cmProc2.c
cmProc3.c
cmProc4.c
cmProcTest.c
cmRbm.c
cmUiRtSysMstr.c
dsp/cmDspClass.c
dsp/cmDspFx.c
dsp/cmDspNet.c
dsp/cmDspPgmKr.c
dsp/cmDspPgmPP.c
dsp/cmDspPgmPPMain.c
dsp/cmDspSys.c
dsp/cmDspUi.c
пре 11 година
kevin
2f0df884b0
cmDspPgmKr.c : Added separate channels for fragment transformation.
пре 11 година
kevin
c442830e85
cmDspPgmKr.c : Added audio output 2&3 to handle direct through dry signal.
пре 11 година
kevin
3a202c27f9
cmDspPgmKr.c : Major rewrite of _cmDspSysPgm_TimeLine().
The original function is in _cmDspSysPgm_TimeLine2().
пре 11 година
kevin
c11c875f29
cmDspPgmKr.c: Added option to direct fragments to independent audio outputs.
пре 11 година
kevin
031210c7e9
cmDspPgmKr.c : Added look-head parameters for cmDspRecdPlay object.
пре 11 година
kpl
691d0ef278
cmDspPgmKr.c : Added the cmDspRecdPlay object to the patch.
пре 11 година
kevin
d235d22da5
cmDspPgmKr.c : Added 'audio in' button to switch 'live' and 'simulate'
audio input between the recorded and audio input port.
пре 11 година
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 година
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
пре 11 година
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 година
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 година
kpl
b549a90da3
cmDspPgmKr.c : Removed body of cmDspSysPgm_KrLive() and modified
_cmDspSysPgm_TimeLine() to have 'live' and 'simulate' modes.
пре 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 година
kevin
fb509b10c7
cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).
пре 11 година
kevin
0f75ad445c
cmDspPgmKr.c : Added audio output file record and MIDI output port.
пре 11 година
kevin
85776619e2
cmDspPgmKr.c : Removed printing from time-line audio begin sample index output.
пре 11 година
kpl
0af84b0363
cmDspPgmKr.c : Added use of AmSync object.
пре 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 година
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 година
kpl
55c2b254c6
cmDspPgmKr.c:Inital insert of 'Active Meas' in cmDspSysPgm_TimeLine.
пре 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
d4db5427c5
cmDspPgmKr.c:Added compressor preset.
пре 11 година