Home
last modified time | relevance | path

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

123456

/dports/devel/godot2/godot-2.1.6-stable/scene/audio/
H A Dsample_player.cpp169 SamplePlayer::Voice::Voice() { in Voice()
175 void SamplePlayer::Voice::clear() { in clear()
193 SamplePlayer::Voice::~Voice() { in ~Voice()
210 SamplePlayer::VoiceID SamplePlayer::play(const String &p_name, bool unique) { in play()
294 void SamplePlayer::stop_all() { in stop_all()
434 SamplePlayer::FilterType SamplePlayer::get_filter_type(VoiceID p_voice) const { in get_filter_type()
465 SamplePlayer::ReverbRoomType SamplePlayer::get_reverb_room(VoiceID p_voice) const { in get_reverb_room()
566 SamplePlayer::FilterType SamplePlayer::get_default_filter_type() const { in get_default_filter_type()
586 SamplePlayer::ReverbRoomType SamplePlayer::get_default_reverb_room() const { in get_default_reverb_room()
683 SamplePlayer::SamplePlayer() { in SamplePlayer() function in SamplePlayer
[all …]
H A Dsample_player.h36 class SamplePlayer : public Node {
38 OBJ_TYPE(SamplePlayer, Node);
190 SamplePlayer();
191 ~SamplePlayer();
194 VARIANT_ENUM_CAST(SamplePlayer::FilterType);
195 VARIANT_ENUM_CAST(SamplePlayer::ReverbRoomType);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/audio/
H A Dsample_player.cpp169 SamplePlayer::Voice::Voice() { in Voice()
175 void SamplePlayer::Voice::clear() { in clear()
193 SamplePlayer::Voice::~Voice() { in ~Voice()
210 SamplePlayer::VoiceID SamplePlayer::play(const String &p_name, bool unique) { in play()
294 void SamplePlayer::stop_all() { in stop_all()
434 SamplePlayer::FilterType SamplePlayer::get_filter_type(VoiceID p_voice) const { in get_filter_type()
465 SamplePlayer::ReverbRoomType SamplePlayer::get_reverb_room(VoiceID p_voice) const { in get_reverb_room()
566 SamplePlayer::FilterType SamplePlayer::get_default_filter_type() const { in get_default_filter_type()
586 SamplePlayer::ReverbRoomType SamplePlayer::get_default_reverb_room() const { in get_default_reverb_room()
683 SamplePlayer::SamplePlayer() { in SamplePlayer() function in SamplePlayer
[all …]
H A Dsample_player.h36 class SamplePlayer : public Node {
38 OBJ_TYPE(SamplePlayer, Node);
190 SamplePlayer();
191 ~SamplePlayer();
194 VARIANT_ENUM_CAST(SamplePlayer::FilterType);
195 VARIANT_ENUM_CAST(SamplePlayer::ReverbRoomType);
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DSamplePlayer.h37 typedef struct SamplePlayer SamplePlayer; typedef
41 void samplePlayerDestroy(SamplePlayer* samplePlayer);
42 void samplePlayerReset(SamplePlayer* samplePlayer);
45 void samplePlayerWrite(SamplePlayer* samplePlayer,
48 void samplePlayerStopAfter(SamplePlayer* samplePlayer, int loops);
49 int samplePlayerIsIdle(SamplePlayer* samplePlayer);
50 int samplePlayerIsLooping(SamplePlayer* samplePlayer);
51 void samplePlayerSetIndex(SamplePlayer* samplePlayer, int index);
52 int samplePlayerGetIndex(SamplePlayer* samplePlayer);
56 UInt32 samplePlayerGetLoopBufferSize(SamplePlayer* samplePlayer);
[all …]
H A DSamplePlayer.c38 struct SamplePlayer struct
62 void samplePlayerReset(SamplePlayer* samplePlayer) { in samplePlayerReset() argument
70 SamplePlayer* samplePlayer = (SamplePlayer*)calloc(1, sizeof(SamplePlayer)); in samplePlayerCreate()
84 void samplePlayerDestroy(SamplePlayer* samplePlayer) in samplePlayerDestroy()
96 void samplePlayerSetIndex(SamplePlayer* samplePlayer, int index) in samplePlayerSetIndex()
103 int samplePlayerGetIndex(SamplePlayer* samplePlayer) in samplePlayerGetIndex()
123 UInt32 samplePlayerGetLoopBufferSize(SamplePlayer* samplePlayer) in samplePlayerGetLoopBufferSize()
128 int samplePlayerIsIdle(SamplePlayer* samplePlayer) in samplePlayerIsIdle()
133 int samplePlayerIsLooping(SamplePlayer* samplePlayer) in samplePlayerIsLooping()
138 void samplePlayerDoSync(SamplePlayer* samplePlayer) in samplePlayerDoSync()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/plugins/
H A DSamplePlayer.cpp108 SamplePlayer::dssiDescriptor =
134 SamplePlayer::SamplePlayer(int sampleRate) : in SamplePlayer() function in SamplePlayer
151 SamplePlayer::~SamplePlayer() in ~SamplePlayer()
164 SamplePlayer *player = new SamplePlayer(int(rate)); in instantiate()
180 SamplePlayer *player = (SamplePlayer *)handle; in connectPort()
197 SamplePlayer *player = (SamplePlayer *)handle; in activate()
232 SamplePlayer *player = (SamplePlayer *)handle; in configure()
261 SamplePlayer *player = (SamplePlayer *)handle; in getProgram()
289 SamplePlayer *player = (SamplePlayer *)handle; in selectProgram()
311 SamplePlayer *player = (SamplePlayer *)handle; in runSynth()
[all …]
H A DSamplePlayer.h30 class SamplePlayer
36 SamplePlayer(int sampleRate);
37 ~SamplePlayer();
/dports/audio/giada/giada-0.17.1/src/core/channels/
H A DsamplePlayer.cpp40 SamplePlayer::SamplePlayer(ChannelState* c) in SamplePlayer() function in giada::m::SamplePlayer
52 SamplePlayer::SamplePlayer(const SamplePlayer& o, ChannelState* c) in SamplePlayer() function in giada::m::SamplePlayer
65 SamplePlayer::SamplePlayer(const patch::Channel& p, ChannelState* c) in SamplePlayer() function in giada::m::SamplePlayer
77 void SamplePlayer::parse(const mixer::Event& e) const in parse()
90 void SamplePlayer::advance(Frame bufferSize) const in advance()
158 void SamplePlayer::loadWave(const Wave* w) in loadWave()
200 void SamplePlayer::setInvalidWave() in setInvalidWave()
210 void SamplePlayer::kickIn(Frame f) in kickIn()
222 bool SamplePlayer::shouldLoop() const in shouldLoop()
244 ID SamplePlayer::getWaveId() const in getWaveId()
[all …]
H A DsamplePlayer.h45 class SamplePlayer
49 SamplePlayer(ChannelState*);
50 SamplePlayer(const patch::Channel& p, ChannelState*);
51 SamplePlayer(const SamplePlayer&, ChannelState* c=nullptr);
H A Dchannel.h105 std::optional<SamplePlayer> samplePlayer;
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/sampling/
H A DSamplePlayer.cpp28 SamplePlayer::SamplePlayer() in SamplePlayer() function in lsp::SamplePlayer
41 SamplePlayer::~SamplePlayer() in ~SamplePlayer()
58 inline SamplePlayer::playback_t *SamplePlayer::list_remove_first(list_t *list) in list_remove_first()
117 inline void SamplePlayer::cleanup(playback_t *pb) in cleanup()
183 void SamplePlayer::destroy(bool cascade) in destroy()
219 bool SamplePlayer::bind(size_t id, Sample **sample) in bind()
269 bool SamplePlayer::unbind(size_t id, Sample **sample) in unbind()
275 bool SamplePlayer::unbind(size_t id, bool destroy) in unbind()
289 void SamplePlayer::process(float *dst, size_t samples) in process()
295 void SamplePlayer::do_process(float *dst, size_t samples) in do_process()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSamplePlayer.cpp36 void SamplePlayer::playSample(const TXMSample& smp, pp_uint32 note, pp_int32 rangeStart/* = -1*/, p… in playSample()
41 void SamplePlayer::playSample(pp_int32 insIndex, pp_int32 smpIndex, pp_uint32 note) in playSample()
46 void SamplePlayer::playSample(pp_int32 insIndex, pp_uint32 note) in playSample()
53 void SamplePlayer::playCurrentSample(pp_uint32 note) in playCurrentSample()
58 void SamplePlayer::playCurrentSampleFromOffset(pp_uint32 offset, pp_uint32 note) in playCurrentSampleFromOffset()
71 void SamplePlayer::playCurrentSampleSelectionRange(pp_uint32 note) in playCurrentSampleSelectionRange()
86 void SamplePlayer::stopSamplePlayback() in stopSamplePlayback()
H A DSamplePlayer.h38 class SamplePlayer
45 SamplePlayer(ModuleEditor& moduleEditor, PlayerController& playerController) : in SamplePlayer() function
H A DSectionSamples.cpp178 SamplePlayer samplePlayer(*moduleEditor, *tracker.playerController); in handleEvent()
185 SamplePlayer samplePlayer(*moduleEditor, *tracker.playerController); in handleEvent()
192 SamplePlayer samplePlayer(*moduleEditor, *tracker.playerController); in handleEvent()
202 SamplePlayer samplePlayer(*moduleEditor, *tracker.playerController); in handleEvent()
449 SamplePlayer samplePlayer(*moduleEditor, *tracker.playerController); in handleEvent()
462 SamplePlayer samplePlayer(*moduleEditor, *tracker.playerController); in handleEvent()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/sampling/
H A DSamplePlayer.h29 class SamplePlayer
69 SamplePlayer();
70 ~SamplePlayer();
/dports/audio/giada/giada-0.17.1/src/glue/
H A Dchannel.h44 class SamplePlayer; variable
52 SampleData(const m::SamplePlayer&, const m::AudioReceiver&);
67 const m::SamplePlayer* m_samplePlayer;
H A DactionEditor.h43 class SamplePlayer; variable
50 SampleData(const m::SamplePlayer&);
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dsample_editor_plugin.h43 SamplePlayer *player;
H A Dsample_library_editor_plugin.h45 SamplePlayer *player;
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dsample_editor_plugin.h43 SamplePlayer *player;
H A Dsample_library_editor_plugin.h45 SamplePlayer *player;
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/sampling/
H A Dplayer.cpp42 SamplePlayer sp;
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DFdcAudio.c3448 SamplePlayer* samplePlayer;
/dports/audio/milkytracker/MilkyTracker-1.03.00/platforms/haiku/Jamfiles/
H A Dsrc-tracker-Jamfile75 SamplePlayer.cpp

123456