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 лет назад
kevin
9b85e57045
cmDspKr.c : Added 'recent' output to score follower. 'out' output now
only reports the latest score location reported so far. 'recent' reports
the most recent score location (which may be out of time order).
11 лет назад
kevin
3e5af0773e
cmProc4.h : Updated comments and formatting.
11 лет назад
kevin
b67964871f
cmDspFx.c : Added 'reset' input to cmDspXFader and cmDspAvailCh objects.
11 лет назад
kevin
29c10b0a88
cmProc3.h/c : Changes to cmXFader to implement equal power cross-fade and
addition of cmXFaderJumpToDestinationGain().
11 лет назад
kevin
a690102601
cmScore.c : Changes to _cmScProcSets() to prevent crashing on OSX debug build.
11 лет назад
kevin
5fd0c95f34
cmScore.c : Removed printf() from _cmScProcSets() but this is still mysteriously
required to prevent crash on OS-X debug (but not release) version.
11 лет назад
kevin
feb6e71245
cmDspFx.c : Added equal power cross fade to xfader object.
11 лет назад
kevin
a8394b2814
cmDspBuiltIn.c : midi output port now notices when the device is not valid
prior to attempting to send it a midi message.
11 лет назад
kevin
fadafa8e6b
cmProc3.h : Added equal power cross fade to XFader object.
11 лет назад
kevin
af7328e4d7
cmDspClass.c : Added OSX 10.5 (OSX_VER_10_5) conditional compilation blocks.
11 лет назад
kevin
544fe4acc4
cmThread.c : Changed OS_VER_10_6 TO OSX_VER_10_5 to better reflect the
reason for the conditional compilation.
11 лет назад
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
11 лет назад
kpl
341bde7a7c
cmData.h/c : Initial implementation of serialization functions.
Not yet tested.
11 лет назад
kpl
c1289070d2
cmThread.h/c: Added cmTs1p1cSetCallback().
11 лет назад
kpl
53948d977d
cmTaskMgr.h/c : Many updates and changes to complete the initial development.
11 лет назад
kpl
daf04431aa
cmTimeLine.c : Added return value to cmTimeLineDeleteOnsetMarks() to
eliminate compiler warning.
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
60090ac441
cmDspClass.c : Restored _cmDspParseArgV() to return void to allow
compilation on OSX 10.6.8. This need to be fixed correctly so that it
compiles on 10.5.
11 лет назад
kevin
f1123a8475
cmDspBuiltIn.c : Addded 'reset' input to cmDspMidiOut to implement all-notes-off.
11 лет назад
kevin
11b11347a0
cmThread.c : Changed OS_64 cond. compilation to OS_VER_10_6. This needs
more work to fix correctly.
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 лет назад
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
d091f769fc
cmProc4.h : Corrected comment typo.
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 лет назад
kpl
585b54c6d8
cmAudioFile.c: Fixed bug in cmAudioFileCreate() where error msg did not
report the name of the audio file which produced the error.
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 лет назад
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.
11 лет назад
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.
11 лет назад
kpl
5307482f6e
cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.
11 лет назад
kpl
b4a3507bc5
cmDspPgm.c : Added _cmDspSysPgm_KrLive to the program list.
11 лет назад
kpl
fe29450106
cmTaskMgr.h/c : Added dynamic thread allocation and task balancing.
11 лет назад
kpl
9b9b49bf3c
cmTaskMgr.h : Initial working version.
11 лет назад
kpl
881aefdd2d
cmTaskMgr.c : Initial working version.
11 лет назад
kpl
dbf55083fa
cmTaskMgr.h/c : Initial commit. Not yet debugged.
11 лет назад
kpl
e2f77419d4
Makefile.am : Added cmTaskMgr.h/c.
11 лет назад
kpl
f9f9873eaf
cmText.h/c : Added cmTextSysIsStored() and cmTsIsStored().
11 лет назад
kpl
5464cbf4e4
cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap().
11 лет назад
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.
11 лет назад
kevin
b0a06eba95
cmData.h/c : Update the cmDataGetXXX() functions to return error codes.
11 лет назад
kpl
55fe26deb2
cmData.h/c : Addd cmDataRecdParseXXX() functions. Added beginning
modifications to include function which report errors without using
the global variable _cmDataErrNo.
11 лет назад
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.
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
27c719dcc4
cmProcr4.c : Added 'postFl' to scMod.
11 лет назад
kevin
35181582f6
osx/cmMidiOsx.c : Updated device reporting format.
11 лет назад