#include "pxt.h"
#include "melody.h"

namespace music {
//%
void forceOutput(int outp) {}

//%
void queuePlayInstructions(int when, Buffer buf) {
}

//%
void enableAmp(int enabled) {

}

} // namespace music
