Searched refs:instr (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/midi/synth_file_reader/
H A Dmain.cpp42 printf("%s <synth file> [play [instr] | dump]\n", argv[0]);
48 uint32 instr = argc >= 4 ? atol(argv[3]) : 0xffff; local
59 reader.Dump(play, instr);
H A DSynthFile.cpp123 SSynthFile::InstrumentAtPut(int i, SInstrument* instr) argument
126 fInstruments.ReplaceItem(i, instr);
156 SInstrument* instr = GetInstrument(i);
158 (int)instr->Id(),
159 instr->Name(),
160 (int)instr->Sounds()->CountItems());
161 SSound* sound = instr->DefaultSound();
166 for (int s = 0; s < instr->Sounds()->CountItems(); s ++) {
167 SSoundInRange* range = instr->Sounds()->ItemAt(s);
H A DSynthFileReader.cpp178 SInstrument* instr = synth->GetInstrument(inst); local
179 instr->SetOffset(offset);
180 instr->SetName(name.String());
181 instr->SetDefaultSound(synth->GetSound(snd));
185 instr->Sounds()->AddItem(new SSoundInRange(start, end, synth->GetSound(snd)));
H A DSynthFile.h116 void InstrumentAtPut(int i, SInstrument* instr);
/haiku/src/libs/bsd/
H A Dfts.c334 int instr; local
346 instr = p->fts_instr;
350 if (instr == FTS_AGAIN) {
361 if (instr == FTS_FOLLOW &&
378 if (instr == FTS_SKIP ||
529 fts_set(FTS *sp, FTSENT *p, int instr) argument
531 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
532 instr !
541 fts_children(FTS *sp, int instr) argument
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c2096 * Transfer the contents of "instr" to "outstr" peer using the appropriate
2102 send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg) argument
2114 c = getc(instr);
2116 else if (c == EOF && ferror(instr))
2119 if (ferror(instr)) { /* resume after OOB */
2120 clearerr(instr);
2123 if (feof(instr)) /* EOF */
2160 filefd = fileno(instr);
2268 receive_data(FILE *instr, FILE *outstr)
2284 cnt = read(fileno(instr), bu
[all...]
/haiku/headers/private/audio/
H A Dsoundcard.h620 # define SEQ_LOAD_GMINSTR(dev, instr) \
621 OSS_patch_caching(dev, -1, instr, seqfd, _seqbuf, _seqbuflen)
626 # define SEQ_LOAD_GMINSTR(dev, instr)

Completed in 111 milliseconds