react-orchestra
Version:
A toolbox to build interactive and smart instruments on the web and mobile.
22 lines (19 loc) • 416 B
JavaScript
import Note from './src/components/Note';
import Instrument from './src/components/Instrument';
import Orchestra from './src/components/Orchestra';
import NoteFactory from './src/components/NoteFactory';
import MidiTrack from './src/components/MidiTrack';
export default {
Instrument,
Note,
Orchestra,
NoteFactory,
MidiTrack,
};
export {
Instrument,
Note,
Orchestra,
NoteFactory,
MidiTrack,
};