Sha256: 9644d91d9821ff57367402ebd88eda4cd0ba692599f41a87f327d6d59ac135e7

Contents?: true

Size: 447 Bytes

Versions: 28

Compression:

Stored size: 447 Bytes

Contents

#include "defs.h"


void Init_beeps ();

void Init_processor ();
void Init_sine_wave ();
void Init_square_wave ();
void Init_sawtooth_wave ();
void Init_file_in ();

void Init_sound ();


extern "C" void
#ifdef COCOAPODS
	Init_beeps_native ()
#else
	Init_native ()
#endif
{
	RUCY_TRY

	Rucy::init();

	Init_beeps();

	Init_processor();
	Init_sine_wave();
	Init_square_wave();
	Init_sawtooth_wave();
	Init_file_in();

	Init_sound();

	RUCY_CATCH
}

Version data entries

28 entries across 14 versions & 1 rubygems

Version Path
beeps-0.1.28 ext/beeps/native.cpp
beeps-0.1.28 .doc/ext/beeps/native.cpp
beeps-0.1.27 ext/beeps/native.cpp
beeps-0.1.27 .doc/ext/beeps/native.cpp
beeps-0.1.26 .doc/ext/beeps/native.cpp
beeps-0.1.26 ext/beeps/native.cpp
beeps-0.1.25 ext/beeps/native.cpp
beeps-0.1.25 .doc/ext/beeps/native.cpp
beeps-0.1.24 ext/beeps/native.cpp
beeps-0.1.24 .doc/ext/beeps/native.cpp
beeps-0.1.23 ext/beeps/native.cpp
beeps-0.1.23 .doc/ext/beeps/native.cpp
beeps-0.1.22 .doc/ext/beeps/native.cpp
beeps-0.1.22 ext/beeps/native.cpp
beeps-0.1.21 ext/beeps/native.cpp
beeps-0.1.21 .doc/ext/beeps/native.cpp
beeps-0.1.20 ext/beeps/native.cpp
beeps-0.1.20 .doc/ext/beeps/native.cpp
beeps-0.1.18 .doc/ext/beeps/native.cpp
beeps-0.1.18 ext/beeps/native.cpp