Home
last modified time | relevance | path

Searched refs:SAMPLE_16BIT (Results 1 – 25 of 25) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/smploaders/
H A Dft2_load_aiff.c276 s->flags |= SAMPLE_16BIT; in loadAIFF()
352 s->flags |= SAMPLE_16BIT; in loadAIFF()
423 s->flags |= SAMPLE_16BIT; in loadAIFF()
495 s->flags |= SAMPLE_16BIT; in loadAIFF()
567 s->flags |= SAMPLE_16BIT; in loadAIFF()
573 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in loadAIFF()
H A Dft2_load_wav.c304 s->flags |= SAMPLE_16BIT; in loadWAV()
382 s->flags |= SAMPLE_16BIT; in loadWAV()
452 s->flags |= SAMPLE_16BIT; in loadWAV()
519 s->flags |= SAMPLE_16BIT; in loadWAV()
586 s->flags |= SAMPLE_16BIT; in loadWAV()
592 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in loadWAV()
H A Dft2_load_iff.c141 s->flags |= SAMPLE_16BIT; in loadIFF()
H A Dft2_load_flac.c202 s->flags |= SAMPLE_16BIT; in metadata_callback()
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_sample_ed.c462 if (s->flags & SAMPLE_16BIT) in unfixSample()
804 if (s->flags & SAMPLE_16BIT) in getScaledSample()
1198 if (s->flags & SAMPLE_16BIT) in getSampleDataPeak()
1215 if (s->flags & SAMPLE_16BIT) in getSampleDataPeak()
1465 if (flags & SAMPLE_16BIT) in updateSampleEditor()
2719 s->flags |= SAMPLE_16BIT; in convSmp16Bit()
2757 s->flags |= SAMPLE_16BIT; in rbSample16bit()
3229 if (s->flags & SAMPLE_16BIT) in editSampleData()
3618 if (s->flags & SAMPLE_16BIT) in sampleChangeSignThread()
3668 if (!(s->flags & SAMPLE_16BIT)) in sampleByteSwapThread()
[all …]
H A Dft2_sample_saver.c92 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in fileRestoreFixedSampleData()
130 bool sample16Bit = !!(smp->flags & SAMPLE_16BIT); in saveRawSample()
222 bool sample16Bit = !!(smp->flags & SAMPLE_16BIT); in saveIFFSample()
347 bool sample16Bit = !!(smp->flags & SAMPLE_16BIT); in saveWAVSample()
H A Dft2_trim.c141 if (s->flags & SAMPLE_16BIT) in getTempInsAndSmpSize()
501 reallocateSmpData(s, s->length, !!(s->flags & SAMPLE_16BIT)); in wipeSmpDataAfterLoop()
543 if (s->dataPtr != NULL && s->length > 0 && (s->flags & SAMPLE_16BIT)) in convertSamplesTo8bit()
547 s->flags &= ~SAMPLE_16BIT; in convertSamplesTo8bit()
559 s->flags &= ~SAMPLE_16BIT; in convertSamplesTo8bit()
686 if (s->flags & SAMPLE_16BIT) in calculateXMSize()
H A Dft2_replayer.h69 SAMPLE_16BIT = 16, enumerator
83 #define SAMPLE_LENGTH_BYTES(smp) (smp->length << !!(smp->flags & SAMPLE_16BIT))
H A Dft2_sample_ed_features.c91 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in resampleThread()
424 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in createEchoThread()
870 bool src16Bits = !!(mixFlags & SAMPLE_16BIT); in mixThread()
871 bool dst16Bits = !!(dstFlags & SAMPLE_16BIT); in mixThread()
1205 if (s->flags & SAMPLE_16BIT) in applyVolumeThread()
1346 if (s->flags & SAMPLE_16BIT) in getMaxScaleThread()
H A Dft2_sampling.c387 smpL->flags |= SAMPLE_16BIT; in startSampling()
394 smpR->flags |= SAMPLE_16BIT; in startSampling()
H A Dft2_module_saver.c207 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in saveXM()
593 if (smp->flags & SAMPLE_16BIT) // 16-bit sample (convert to 8-bit) in saveMOD()
H A Dft2_inst_ed.c2992 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in saveInstrThread()
3245 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in loadInstrThread()
3349 s->flags |= SAMPLE_16BIT; in loadInstrThread()
H A Dft2_audio.c307 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in voiceTrigger()
H A Dft2_replayer.c2366 bool sample16Bit = !!(smpFlags & SAMPLE_16BIT); in delta2Samp()
2446 if (smpFlags & SAMPLE_16BIT) in samp2Delta()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/wildmidi/
H A Dcommon.h35 SAMPLE_16BIT = 0x01, enumerator
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dcommon.h30 #define SAMPLE_16BIT 0x01 macro
H A Dgus_pat.cpp826 …GUSPAT_START_DEBUG(); GUSPAT_MODE_DEBUG(gus_patch[gus_ptr+55], SAMPLE_16BIT, "16bit "); GUSPAT_MOD… in _WM_load_gus_pat()
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/include/
H A Dsample.h27 #define SAMPLE_16BIT 0x01 macro
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/tools/it/
H A Dmodulus.h65 #define SAMPLE_16BIT 2 macro
/dports/audio/fasttracker2/ft2-clone-1.49/src/modloaders/
H A Dft2_load_xm.c306 if (src->nameLength == 0xAD && !(src->flags & (SAMPLE_16BIT | SAMPLE_STEREO))) in loadInstrHeader()
352 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in loadInstrSample()
H A Dft2_load_s3m.c570 s->flags |= SAMPLE_16BIT; in loadS3M()
/dports/audio/fasttracker2/ft2-clone-1.49/src/scopes/
H A Dft2_scopes.c290 bool sample16Bit = !!(s->flags & SAMPLE_16BIT); in scopeTrigger()
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dgus_pat.c817 …GUSPAT_START_DEBUG(); GUSPAT_MODE_DEBUG(gus_patch[gus_ptr+55], SAMPLE_16BIT, "16bit "); GUSPAT_MOD… in _WM_load_gus_pat()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dgus_pat.cpp876 …GUSPAT_START_DEBUG(); GUSPAT_MODE_DEBUG(gus_patch[gus_ptr+55], SAMPLE_16BIT, "16bit "); GUSPAT_MOD… in load_gus_pat()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c492 #define SAMPLE_16BIT 0x01 macro