summaryrefslogtreecommitdiff
path: root/src/mossrose.c
blob: 40f439316b41bb3ae483ebb1fd57aef9e42f68ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdio.h>
#include <stdlib.h>
#include <plibsys.h>
#include <portaudio.h>
#include <mossrose.h>
#include "channel.h"


int mossrose_init(double sample_rate, int n_channels)
{
};


int mossrose_play(struct mossrose_sound_t *sound, int channel)
{
}


int mossrose_terminate(double sample_rate, int n_channels)
{
}