copy_section Subroutine

public subroutine copy_section(self, from_track, to_track, t1, t2, t3)

Copy section t1...t2 at t3, either on the same track or another one. The content already present at t3 is overwritten. The code suppose that t1 < t2 < t3.

Type Bound

tape_recorder

Arguments

Type IntentOptional Attributes Name
class(tape_recorder), intent(inout) :: self
integer, intent(in) :: from_track
integer, intent(in) :: to_track
real(kind=wp), intent(in) :: t1
real(kind=wp), intent(in) :: t2
real(kind=wp), intent(in) :: t3

Called by

proc~~copy_section~~CalledByGraph proc~copy_section tape_recorder%copy_section program~chords_and_melody chords_and_melody program~chords_and_melody->proc~copy_section program~demo_effects demo_effects program~demo_effects->proc~copy_section