libcm is a C development framework with an emphasis on audio signal processing applications.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

notes.txt 526B

12345678910
  1. 1) There is a problem with the way types are checked in cmDspInstInstallCb( ).
  2. If the type was set to kTypeDsvMask (all types (as in the input to the 'printer' DSP object)
  3. this will include the kProxyDsvFl.
  4. In cmDsvCanConvert() a call to _vptr() is supposed to return a pointer to the actual value
  5. when the proxy flag is set. This will crash because it will notice the proxy flag is
  6. set and attempt to follow a non-existent proxy pointer.
  7. The cmDsvValue() system assumes that only one type flag is set.
  8. The DSP variable