kevin
d22cf3aa56
cmDspPgmKr.c : Changed label of MidiFilePlayer 'mu' output to 'id' in 'time-line' patch.
9 år sedan
Kevin Larke
be2528d393
cmDspPgmKr.h/c, cmDspPgm.c : Added cmDspSysPgm_Tksb().
9 år sedan
Kevin Larke
35aad95b05
cmDspPgmKr.c : Connect the 'muid' MIDI file player output to the 'muid'
score follower input.
9 år sedan
Kevin Larke
7fbe7ba4ae
cmDspPgmKr.c : Added 'tksbFn' to the time-line program resource file.
9 år sedan
Kevin Larke
31dcea8f55
cmDspPgmKr.c : Re-enabled input compressor.
10 år sedan
Kevin Larke
64475eb410
cmDspPgmKr.c : Fixed typo where 'useInputEqFl' was interpretted incorrectly.
10 år sedan
Kevin Larke
0579a50ed1
cmDspPgmKr.c : Added input eq.
Removed dead code _cmDspSys_TlXformChain1().
10 år sedan
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 år sedan
Kevin Larke
10a831cd72
cmDspPgmKr.c : Many and various changes following 8/24/14 Disklavier session.
10 år sedan
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 år sedan
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 år sedan
kevin
c0fb38d8b7
cmDspPgmKr.c : RecdPlay object now takes an initial score search location
from the score UI.
10 år sedan
kevin
f96e261382
cmDspPgmKr.c : Added 'useWtFl' to cmDspSysPgm_Timeline.
10 år sedan
kevin
4b2f2e0398
cmDspPgmKr.c : Added 'fragFl' to toggle fragment processing chains.
Added connection from 'Dump' button to score to print score location report.
11 år sedan
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 år sedan
kevin
2f0df884b0
cmDspPgmKr.c : Added separate channels for fragment transformation.
11 år sedan
kevin
c442830e85
cmDspPgmKr.c : Added audio output 2&3 to handle direct through dry signal.
11 år sedan
kevin
3a202c27f9
cmDspPgmKr.c : Major rewrite of _cmDspSysPgm_TimeLine().
The original function is in _cmDspSysPgm_TimeLine2().
11 år sedan
kevin
c11c875f29
cmDspPgmKr.c: Added option to direct fragments to independent audio outputs.
11 år sedan
kevin
031210c7e9
cmDspPgmKr.c : Added look-head parameters for cmDspRecdPlay object.
11 år sedan
kpl
691d0ef278
cmDspPgmKr.c : Added the cmDspRecdPlay object to the patch.
11 år sedan
kevin
d235d22da5
cmDspPgmKr.c : Added 'audio in' button to switch 'live' and 'simulate'
audio input between the recorded and audio input port.
11 år sedan
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 år sedan
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
11 år sedan
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 år sedan
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 år sedan
kpl
b549a90da3
cmDspPgmKr.c : Removed body of cmDspSysPgm_KrLive() and modified
_cmDspSysPgm_TimeLine() to have 'live' and 'simulate' modes.
11 år sedan
kevin
921597e50d
cmDspPgmKr.c : Removed 'midiInPort' resource string because the MIDI input
port does not require a device or port selector.
11 år sedan
kpl
5307482f6e
cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.
11 år sedan
kevin
fb509b10c7
cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).
11 år sedan
kevin
0f75ad445c
cmDspPgmKr.c : Added audio output file record and MIDI output port.
11 år sedan
kevin
85776619e2
cmDspPgmKr.c : Removed printing from time-line audio begin sample index output.
11 år sedan
kpl
0af84b0363
cmDspPgmKr.c : Added use of AmSync object.
11 år sedan
kevin
759ec01595
cmDspPgmKr.c:Added control to set xfade time.
11 år sedan
kevin
13f8d89142
cmDspPgmKr.c: Changeed _cmDspSysPgm_TimeLine() to multiplex param's instead
of measurements.
11 år sedan
kpl
0dd72e910c
cmDspPgmKr.c:Many changes to _cmDspSysPgm_TimeLine() to support
crossfading transforms.
11 år sedan
kevin
cad6618f3d
cmDspPgmKr.c:Measurements now can be independently scaled and mapped for
right and left transforms.
11 år sedan
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 år sedan
kevin
2134f45d59
cmDspPgmKr.c:Completed integration and initial testing of 'ActiveMeas'.
11 år sedan
kpl
55c2b254c6
cmDspPgmKr.c:Inital insert of 'Active Meas' in cmDspSysPgm_TimeLine.
11 år sedan
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 år sedan
kevin
d4db5427c5
cmDspPgmKr.c:Added compressor preset.
11 år sedan
kevin
c3643ef133
cmDspPgmKr.c: Added preset controls to _cmDspSysPgmTimeLine().
11 år sedan
kevin
6552c90322
cmDspPgmKr.c:Added compressor to _cmDspSysPgm_TimeLine()
11 år sedan
kevin
62ab5588e1
cmDspPgmKr.c:Added use of ScaleRange to score measurement values.
11 år sedan
kevin
c9dd87625a
cmProc4.h/c, cmDspKr.c, cmDspPgmKr.c: Many changes to debug cmScMod. Added _cmDspGSwitchAlloc().
11 år sedan
kevin
9b9e626287
cmProc.h/c: Added cmScModulator cmDspKr.h/c,cmDspPgmKr add cmScMod
11 år sedan
kevin
39bb4104c7
cmDspPgmKr.c - Changed cmDspSysPgm_TimeLine().
11 år sedan
kevin
64831fef9f
Changes to phasor and wavetable DSP objects to correct problem with phase use in the wavetable.
The phasor value must be limited to a max value - the size of the wave table
otherwise the resolution of the phasor object phase counter eventually
diminishes due to the increasing value of the integer part of the
floating point value. This will result in distortion in the wave table
output because the phase value will not increment reliably.
12 år sedan
kevin
e9c4d0edd2
Many changes to add score/performance feedback to GUI
12 år sedan