This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
correct files rights
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@414 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
letz
22 years ago
parent
edc5bc38ec
commit
ece5902f2a
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
drivers/portaudio/portaudio_driver.c
+1
-0
drivers/portaudio/portaudio_driver.h
+ 1
- 0
drivers/portaudio/portaudio_driver.c
View File
@@ -24,6 +24,7 @@
#include <jack/engine.h>
#include "portaudio_driver.h"
static int
paCallback(void *inputBuffer, void *outputBuffer,
unsigned long framesPerBuffer,
+ 1
- 0
drivers/portaudio/portaudio_driver.h
View File
@@ -22,6 +22,7 @@
#ifndef __jack_portaudio_driver_h__
#define __jack_portaudio_driver_h__
#include <jack/types.h>
#include <jack/hardware.h>
#include <jack/driver.h>
Write
Preview
Loading…
Cancel
Save