kevin
28d686922b
cmDspPgm.c : Fixed mislabelled source connection on 'hzp' in
_cmDspSysPgm_Stereo_Through().
před 11 roky
kevin
921597e50d
cmDspPgmKr.c : Removed 'midiInPort' resource string because the MIDI input
port does not require a device or port selector.
před 11 roky
kevin
3dc64bb1c0
cmMidiOsx.c : Removed some sanity checks in _cmMpMIdiSystemReadProc()
because the variables cheched were not used in the function and were
failing the sanity check.
před 11 roky
kevin
cb19fb10a2
cmThread.c : Changed cmThPtrCAS() to select the CAS system call based on
OS_64 when compiling under OSX. This allows backward compatibility with older
version of OSX.
před 11 roky
kpl
5307482f6e
cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.
před 11 roky
kpl
b4a3507bc5
cmDspPgm.c : Added _cmDspSysPgm_KrLive to the program list.
před 11 roky
kpl
fe29450106
cmTaskMgr.h/c : Added dynamic thread allocation and task balancing.
před 11 roky
kpl
9b9b49bf3c
cmTaskMgr.h : Initial working version.
před 11 roky
kpl
881aefdd2d
cmTaskMgr.c : Initial working version.
před 11 roky
kpl
dbf55083fa
cmTaskMgr.h/c : Initial commit. Not yet debugged.
před 11 roky
kpl
e2f77419d4
Makefile.am : Added cmTaskMgr.h/c.
před 11 roky
kpl
f9f9873eaf
cmText.h/c : Added cmTextSysIsStored() and cmTsIsStored().
před 11 roky
kpl
5464cbf4e4
cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap().
před 11 roky
kevin
80498f4f79
cmData.h/c: cmDataPrepend/Insert/AppendChild() now automatically unlinks the
new child prior to relinking it to it's new parent.
Fixed bug in cmDataMakePair() where the key and value were never actually
linked in.
před 11 roky
kevin
b0a06eba95
cmData.h/c : Update the cmDataGetXXX() functions to return error codes.
před 11 roky
kpl
55fe26deb2
cmData.h/c : Addd cmDataRecdParseXXX() functions. Added beginning
modifications to include function which report errors without using
the global variable _cmDataErrNo.
před 11 roky
kpl
42a9f19166
cmMem.c : Added string tables for 'filename' and 'function name' strings
in the cmMmRecd_t record.
Previously the 'fileNameStr' and 'funcNameStr' were assumed to be stored
in static memory and therefore did not require duplication. If the
strings however originated in a dynamic library then the string pointer
would be invalid after the library is unloaded. Accessing these fields
would then result in a crash.
před 11 roky
kevin
fb509b10c7
cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).
před 11 roky
kevin
de58bb5232
cmDspKr.c : Added 'post' output to cmDspScMod object.
před 11 roky
kevin
27c719dcc4
cmProcr4.c : Added 'postFl' to scMod.
před 11 roky
kevin
35181582f6
osx/cmMidiOsx.c : Updated device reporting format.
před 11 roky
kevin
0f75ad445c
cmDspPgmKr.c : Added audio output file record and MIDI output port.
před 11 roky
kevin
bb4aea8471
cmDspPgm.c : Updated cmDspSysPgm_Test_Midi with hardcoded OSX device/port.
před 11 roky
kevin
7d3e82d417
cmDspKr.c : cmDspMidiFilePlay object now sents note off messages.
před 11 roky
kevin
19d31789db
cmProc4.h/c : Update comments and documentation on cmScMod object.
před 11 roky
kevin
ace80b2f7a
osx/cmMidiOsx.c : Changed MIDI device report output format.
před 11 roky
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.
před 11 roky
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.
před 11 roky
kevin
a4a2b601a9
cmGrPlotAudio.c : The audio plot object no longer uses the underlying
graphic objects 'user' pointer. This was a bug because the user of the
audio object itself might use this pointer thereby overwrite the pointer
set internally by the audio object.
před 11 roky
kevin
a112c6b6a2
cmGrPlot.c : _cmGrPlotObjDestroy() now checks if the object about to be
destroyed is the focused object and updates p->fop accordingly.
před 11 roky
kevin
67f4fddcd6
cmFileSys.h/c: Added cmFileSysGenFn().
před 11 roky
kevin
4b60819a35
cmAudDsp.c: Added a text output to delinate the audio and MIDI devices
in when printing the device report in cmAudDspReceiveClientMsg().
před 11 roky
kevin
d52ea1c369
cmScore.c : Fixed apparent bug where p->sets[i].symArray[] was assigned
twice and p->sets[i].costSymArray[] was not assigned at all in _cmScProcSets().
Added a printf() which mysteriously prevents an OS-X Crash in _cmScProcSets().
před 11 roky
kevin
46a3bcfc9f
cmScore.c : Debug output.
před 11 roky
kevin
85776619e2
cmDspPgmKr.c : Removed printing from time-line audio begin sample index output.
před 11 roky
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.
před 11 roky
kpl
35afc5f004
cmDspKr.c : Updated AmSync output format.
před 11 roky
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.
před 11 roky
kpl
0af84b0363
cmDspPgmKr.c : Added use of AmSync object.
před 11 roky
kpl
1bbecc58c2
cmDspBuiltIn.c : Added AmSync DSP class.
před 11 roky
kpl
bec5f199b4
cmMidiFile.h/c : Added a the unique msg id 'uid' to cmMidiTrackMsg_t.
Changed the dtick to seconds/samples conversions to use doubles
instead of integers to avoid round off error.
před 11 roky
kpl
63e3713c84
cmTimeLine.h/c: Added cmTimeLineGenOnsetMarks() and empty shell code
for cmTimeLineDeleteOnsetMarks(). Added marker typeId field to
cmTlMarkerTl_t.
před 11 roky
kpl
feae7dc12c
cmOnset.h/c : Added cmOnsetCount(), cmOnsetSampleIndex() and
cmOnsetHopSampleCount().
před 11 roky
kpl
797e73e958
cmOnset.h/c : Added median filter and pre-delay to audio output.
před 11 roky
kpl
e386a9675d
cmMidiFile.h/c : Added cmMidiFileWrite() and the 'atick' absolute tick
value field.
před 11 roky
kpl
6a46695080
cmOnset.h/c : Replaced cmOnsetExec() with cmOnsetProc() and cmOnsetWrite().
před 11 roky
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.
před 11 roky
kevin
a204e9ad1c
cmMidiOsx.c: Fixed bug in va_list usage in _cmMpError() which showed
up in spat-lab port.
před 11 roky
kevin
caa4b558aa
cmThread.c: Changed OSAtomicCompareAndSwap32Barrier() to OSAtomicCompareAndSwap64Barrier()
as part of port to spat-lab Mac.
před 11 roky
kevin
73b2d853c8
cmErr.c: Fix bug in use of va_list which showed up on spat-lab Mac port.
před 11 roky