Home
last modified time | relevance | path

Searched refs:get_current_pattern (Results 1 – 22 of 22) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dedit.c186 MusPattern *pattern = get_current_pattern(); in expand_pattern()
220 MusPattern *pattern = get_current_pattern(); in shrink_pattern()
242 MusPattern *pat = get_current_pattern(); in interpolate()
341 MusPattern *pat = get_current_pattern(); in transpose_note_data()
368 MusPattern *pat = get_current_pattern(); in split_pattern()
H A Dcopypaste.c44 if (mused.selection.start == mused.selection.end && get_current_pattern()) in copy()
45 …cp_copy_items(&mused.cp, CP_PATTERN, get_current_pattern()->step, sizeof(MusStep), get_current_pat… in copy()
H A Dmused.h235 MusPattern * get_current_pattern();
H A Dmused.c494 MusPattern *pat = get_current_pattern(); in get_current_step()
503 MusPattern * get_current_pattern() in get_current_pattern() function
H A Devent.c1194 if (get_current_pattern()) in pattern_event()
1196 …if (e->key.keysym.sym == SDLK_END) steps = get_current_pattern()->num_steps - current_patternstep(… in pattern_event()
1198 if ((e->key.keysym.mod & KMOD_SHIFT) && get_current_pattern()) in pattern_event()
1199 steps = my_min(steps, get_current_pattern()->num_steps - current_patternstep() - 1); in pattern_event()
1251 resize_pattern(get_current_pattern(), get_current_pattern()->num_steps + 1); in pattern_event()
H A Dview.c719 if (get_current_pattern()) in info_line()
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dit.h426 int get_current_pattern(void);
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage.c114 order = song_next_order_for_pattern(get_current_pattern()); in check_time()
438 0, song_get_rows_in_pattern(get_current_pattern()), in handle_key_global()
442 minipop_slide(get_current_pattern(), "Pattern", in handle_key_global()
705 song_loop_pattern(get_current_pattern(), 0); in handle_key_global()
H A Dmenu.c359 song_loop_pattern(get_current_pattern(), 0);
H A Dpage_orderpan.c133 cp = get_current_pattern();
603 p = get_current_pattern();
H A Dmain.c885 song_loop_pattern(get_current_pattern(), 0); in event_loop()
H A Dpage_patedit.c2421 int get_current_pattern(void) in get_current_pattern() function
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data.h518 int get_current_pattern() { return control.position.current_pattern; }; in get_current_pattern() function
/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data.h518 int get_current_pattern() { return control.position.current_pattern; }; in get_current_pattern() function
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/libopenmpt/
H A Dlibopenmpt_cxx.cpp318 std::int32_t module::get_current_pattern() const { in get_current_pattern() function in openmpt::module
319 return impl->get_current_pattern(); in get_current_pattern()
H A Dlibopenmpt.hpp857 std::int32_t get_current_pattern() const;
H A Dlibopenmpt_impl.hpp216 std::int32_t get_current_pattern() const;
H A Dlibopenmpt_c.cpp982 return mod->impl->get_current_pattern(); in openmpt_module_get_current_pattern()
H A Dlibopenmpt_impl.cpp1322 std::int32_t module_impl::get_current_pattern() const { in get_current_pattern() function in openmpt::module_impl
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libopenmpt/inc/libopenmpt/
H A Dlibopenmpt.hpp763 std::int32_t get_current_pattern() const;
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/libopenmptdecoder/libopenmpt/
H A Dlibopenmpt.hpp844 std::int32_t get_current_pattern() const;
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/openmpt123/
H A Dopenmpt123.cpp1239 if ( row < 0 || row >= mod.get_pattern_num_rows( mod.get_current_pattern() ) ) { in render_loop()
1255 …log << mod.format_pattern_row_channel( mod.get_current_pattern(), row, channel, width >= 3 ? width… in render_loop()
1283 log << "Pat:" << std::setw(3) << std::setfill(':') << mod.get_current_pattern(); in render_loop()
1344 log << "Pat:" << std::setw(3) << std::setfill(':') << mod.get_current_pattern(); in render_loop()