Browse Source

Added missing pow-precondition.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@305 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv 23 years ago
parent
commit
2defc1289c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      jack/types.h

+ 1
- 0
jack/types.h View File

@@ -54,6 +54,7 @@ typedef long jack_port_id_t;
* by the engine anytime there is work to be done.
*
* @pre nframes == jack_get_buffer_size()
* @pre nframes == pow(2,x)
*
* @param nframes number of frames to process
* @param arg pointer to a client supplied structure


Loading…
Cancel
Save