paradigm: Choose a melody paradigm

View source: R/paradigms.R

paradigmR Documentation

Choose a melody paradigm

Description

Choose a melody paradigm

Usage

paradigm(
  paradigm_type = c("call_and_response", "simultaneous_recall"),
  page_type = c("record_audio_page", "record_midi_page"),
  call_and_response_end = c("manual", "auto"),
  stop_recording_after_x_seconds = NULL,
  instantiate_midi = FALSE,
  midi_device = NULL,
  mute_midi_playback = FALSE,
  attempts_left = 1L,
  stimuli_type = c("melody", "audio"),
  feedback = FALSE,
  asynchronous_api_mode = FALSE,
  simultaneous_recall_show_stop = FALSE
)

Arguments

simultaneous_recall_show_stop

syntheso/musicassessr documentation built on April 5, 2025, 8:11 a.m.