Home
last modified time | relevance | path

Searched refs:export_wav (Results 1 – 11 of 11) sorted by relevance

/dports/audio/spectmorph/spectmorph-0.5.2/tools/
H A Dsmlive.cc27 string export_wav; member
96 export_wav = opt_arg; in parse()
310 if (options.export_wav == "") /* open audio only if we need to play something */ in main()
330 else if (options.export_wav == "") /* no export -> play */ in main()
373 if (!wav_data.save (options.export_wav)) in main()
375 …export to file %s failed: %s\n", options.program_name.c_str(), options.export_wav.c_str(), wav_dat… in main()
H A Dtld.cc133 std::string export_wav = "tld.wav"; in main() local
136 if (!wav_data.save (export_wav)) in main()
138 … fprintf (stderr, "export to file %s failed: %s\n", export_wav.c_str(), wav_data.error_blurb()); in main()
H A Dsmsampleedit.cc244 string export_wav = string_printf (export_pattern.c_str(), wi->midi_note); in clip() local
247 if (!wav_data.save (export_wav)) in clip()
249 … fprintf (stderr, "export to file %s failed: %s\n", export_wav.c_str(), wav_data.error_blurb()); in clip()
/dports/audio/spectmorph/spectmorph-0.5.2/src/
H A Dsmplay.cc37 string export_wav; member
90 export_wav = opt_arg; in parse()
226 if (options.export_wav == "") /* open audio only if we need to play something */ in main()
390 if (options.export_wav == "") /* no export -> play */ in main()
433 if (!wav_data.save (options.export_wav)) in main()
435 …export to file %s failed: %s\n", options.program_name.c_str(), options.export_wav.c_str(), wav_dat… in main()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dexport.h31 bool export_wav(MusSong *song, CydWavetableEntry * entry, FILE *f, int channel);
H A Dexport.c41 bool export_wav(MusSong *song, CydWavetableEntry * entry, FILE *f, int channel) in export_wav() function
H A Daction.c680 export_wav(&mused.song, mused.mus.cyd->wavetable_entries, f, -1); in export_wav_action()
728 export_wav(&mused.song, mused.mus.cyd->wavetable_entries, f, i); in export_channels_action()
/dports/emulators/kcemu/KCemu-0.5.1/include/kc/
H A Dtape.h162 virtual tape_error_t export_wav(const char *name,
/dports/emulators/kcemu/KCemu-0.5.1/src/kc/
H A Dtape.cc326 if (tape->export_wav(tapename, filename) == TAPE_OK) in execute()
1955 Tape::export_wav(const char *name, const char *filename) in export_wav() function in Tape
/dports/multimedia/transcode/transcode-1.1.7/export/
H A DMakefile.in236 am_export_wav_la_OBJECTS = export_wav.lo
777 export_wav.la: $(export_wav_la_OBJECTS) $(export_wav_la_DEPENDENCIES)
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_wav.Plo@am__quote@
/dports/emulators/kcemu/KCemu-0.5.1/
H A DChangeLog944 * src/kc/tape.cc (export_wav): export tape files as .WAV
956 export_tap() and added export_wav()