Home
last modified time | relevance | path

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

12

/dports/graphics/ospray/ospray-2.8.0/apps/common/ospray_testing/builders/
H A DPerlinNoiseVolumes.cpp106 cpp::VolumetricModel volumeModel(volume); in createProceduralVolumetricModel() local
107 volumeModel.setParam("densityScale", densityScale); in createProceduralVolumetricModel()
108 volumeModel.setParam("anisotropy", anisotropy); in createProceduralVolumetricModel()
109 volumeModel.setParam("transferFunction", tfn); in createProceduralVolumetricModel()
110 volumeModel.setParam("gradientShadingScale", gradientShadingScale); in createProceduralVolumetricModel()
111 volumeModel.commit(); in createProceduralVolumetricModel()
113 return volumeModel; in createProceduralVolumetricModel()
/dports/audio/lmms/lmms-1.2.2/src/core/audio/
H A DAudioPort.cpp36 FloatModel * volumeModel, FloatModel * panningModel, in AudioPort() argument
44 m_volumeModel( volumeModel ), in AudioPort()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/
H A Doplinst.h105 int volumeModel; member
H A Dadlmidi_opl3.hpp314 void setVolumeScaleModel(ADLMIDI_VolumeModels volumeModel);
H A Dadlmidi_opl3.cpp873 m_insBankSetup.volumeModel = OPL3::VOLUME_Generic; in OPL3()
916 m_insBankSetup.volumeModel = (bankEntry.bankSetup & 0xFF); in setEmbeddedBank()
1627 void OPL3::setVolumeScaleModel(ADLMIDI_VolumeModels volumeModel) in setVolumeScaleModel() argument
1629 switch(volumeModel) in setVolumeScaleModel()
H A Dadlmidi_load.cpp120 synth.m_insBankSetup.volumeModel = wopl->volume_model; in LoadBank()
H A Dadlmidi.cpp595 ADLMIDI_EXPORT void adl_setVolumeRangeModel(struct ADL_MIDIPlayer *device, int volumeModel) in adl_setVolumeRangeModel() argument
602 play->m_setup.volumeScaleModel = volumeModel; in adl_setVolumeRangeModel()
606 synth.m_volumeScale = (Synth::VolumesScale)synth.m_insBankSetup.volumeModel; in adl_setVolumeRangeModel()
608 synth.setVolumeScaleModel(static_cast<ADLMIDI_VolumeModels>(volumeModel)); in adl_setVolumeRangeModel()
H A Dadlmidi.h578 extern ADLMIDI_DECLSPEC void adl_setVolumeRangeModel(struct ADL_MIDIPlayer *device, int volumeModel
H A Dadlmidi_midiplay.cpp126 synth.m_insBankSetup.volumeModel = (b.bankSetup & 0x00FF);
148 synth.m_volumeScale = (Synth::VolumesScale)synth.m_insBankSetup.volumeModel;
/dports/audio/lmms/lmms-1.2.2/include/
H A DAudioPort.h44 FloatModel * volumeModel = NULL, FloatModel * panningModel = NULL,
H A DInstrumentTrack.h191 FloatModel * volumeModel() in volumeModel() function
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnbank.h128 int volumeModel; member
H A Dopnmidi_opn2.cpp225 m_insBankSetup.volumeModel = OPN2::VOLUME_Generic; in OPN2()
537 void OPN2::setVolumeScaleModel(OPNMIDI_VolumeModels volumeModel) in setVolumeScaleModel() argument
539 switch(volumeModel) in setVolumeScaleModel()
H A Dopnmidi_opn2.hpp240 void setVolumeScaleModel(OPNMIDI_VolumeModels volumeModel);
H A Dopnmidi_load.cpp114 synth.m_insBankSetup.volumeModel = wopn->volume_model; in LoadBank()
H A Dopnmidi.cpp429 OPNMIDI_EXPORT void opn2_setVolumeRangeModel(OPN2_MIDIPlayer *device, int volumeModel) in opn2_setVolumeRangeModel() argument
436 play->m_setup.VolumeModel = volumeModel; in opn2_setVolumeRangeModel()
440 synth.m_volumeScale = (Synth::VolumesScale)synth.m_insBankSetup.volumeModel; in opn2_setVolumeRangeModel()
442 synth.setVolumeScaleModel(static_cast<OPNMIDI_VolumeModels>(volumeModel)); in opn2_setVolumeRangeModel()
H A Dopnmidi.h446 …rn OPNMIDI_DECLSPEC void opn2_setVolumeRangeModel(struct OPN2_MIDIPlayer *device, int volumeModel);
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/
H A Dadldata.hh87 int volumeModel; member
H A Dadlmidi_opl3.cpp465 void OPL3::setVolumeScaleModel(ADLMIDI_VolumeModels volumeModel) in setVolumeScaleModel() argument
467 switch(volumeModel) in setVolumeScaleModel()
H A Dadlmidi.cpp473 ADLMIDI_EXPORT void adl_setVolumeRangeModel(struct ADL_MIDIPlayer *device, int volumeModel) in adl_setVolumeRangeModel() argument
480 play->m_setup.volumeScaleModel = volumeModel; in adl_setVolumeRangeModel()
482 play->m_synth.m_volumeScale = (OPL3::VolumesScale)play->m_synth.m_insBankSetup.volumeModel; in adl_setVolumeRangeModel()
484 play->m_synth.setVolumeScaleModel(static_cast<ADLMIDI_VolumeModels>(volumeModel)); in adl_setVolumeRangeModel()
H A Dadlmidi_load.cpp222 m_synth.m_insBankSetup.volumeModel = wopl->volume_model; in LoadBank()
H A Dadlmidi_private.hpp437 void setVolumeScaleModel(ADLMIDI_VolumeModels volumeModel);
/dports/audio/lmms/lmms-1.2.2/plugins/HydrogenImport/
H A DHydrogenImport.cpp223 drum_track[sId]->volumeModel()->setValue( fVolume * 100 ); in readSong()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/include/
H A Dadlmidi.h494 extern void adl_setVolumeRangeModel(struct ADL_MIDIPlayer *device, int volumeModel);
/dports/audio/lmms/lmms-1.2.2/plugins/MidiImport/
H A DMidiImport.cpp508 objModel = ch->it->volumeModel(); in readSMF()

12