Home
last modified time | relevance | path

Searched refs:AF_INST_MIDI_HIVELOCITY (Results 1 – 5 of 5) sorted by relevance

/dports/audio/libaudiofile/audiofile-0.3.6/test/
H A DInstrument.cpp45 afSetInstParamLong(file, AF_DEFAULT_INST, AF_INST_MIDI_HIVELOCITY, 111); in testInstrumentParameters()
65 afGetInstParamLong(file, AF_DEFAULT_INST, AF_INST_MIDI_HIVELOCITY)); in testInstrumentParameters()
H A Dinstparamtest.c63 result = afGetInstParamLong(file, AF_DEFAULT_INST, AF_INST_MIDI_HIVELOCITY); in main()
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A DAIFF.cpp52 { AF_INST_MIDI_HIVELOCITY, AU_PVTYPE_LONG, "High velocity", {127} },
731 case AF_INST_MIDI_HIVELOCITY: in isInstrumentParameterValid()
1017 afGetInstParamLong(this, AF_DEFAULT_INST, AF_INST_MIDI_HIVELOCITY); in writeINST()
H A DWAVE.cpp109 { AF_INST_MIDI_HIVELOCITY, AU_PVTYPE_LONG, "High velocity", {127} },
1050 case AF_INST_MIDI_HIVELOCITY: in isInstrumentParameterValid()
H A Daudiofile.h150 AF_INST_MIDI_HIVELOCITY = 306, enumerator