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 лет назад
kevin
c3643ef133
cmDspPgmKr.c: Added preset controls to _cmDspSysPgmTimeLine().
11 лет назад
kevin
6552c90322
cmDspPgmKr.c:Added compressor to _cmDspSysPgm_TimeLine()
11 лет назад
kevin
62ab5588e1
cmDspPgmKr.c:Added use of ScaleRange to score measurement values.
11 лет назад
kevin
c9dd87625a
cmProc4.h/c, cmDspKr.c, cmDspPgmKr.c: Many changes to debug cmScMod. Added _cmDspGSwitchAlloc().
11 лет назад
kevin
9b9e626287
cmProc.h/c: Added cmScModulator cmDspKr.h/c,cmDspPgmKr add cmScMod
11 лет назад
kevin
39bb4104c7
cmDspPgmKr.c - Changed cmDspSysPgm_TimeLine().
11 лет назад
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 лет назад
kevin
e9c4d0edd2
Many changes to add score/performance feedback to GUI
12 лет назад
kevin
a0dcef606d
cmDspPgmKr.c Load time-line program static information from the pgm resource file.
12 лет назад
kpl
24bcde77ac
cmProc4.h/c cmDspKr.c Score follower tweeking.
12 лет назад
kpl
deaf96e725
cmDspPgmKr.c Many changes to _cmDspSysPgm_TimeLine().
12 лет назад
kevin
68696bce20
Rewrote pitch tracker
12 лет назад
kevin
0f776fb762
Debugged cmDspMidiFilePlay and Added cmDspScFol
12 лет назад
kevin
0e06db1593
Initial DSP midi file play and merged cmTimeLine.h/c xxxAtTime() funcs.
12 лет назад
kevin
f93924a449
DSP time line processor integration
12 лет назад
kevin
785762a88e
Added dummy DSP time line ctl and cmDspPgmKr.c/h
12 лет назад