예제 #1
0
def audio_param():

    # Tests the audio parameter as it alters the frequency of the pitch

    # Create a simple sine oscillator:

    osc = SineOscillator(freq=440)

    out = OutputHandler()

    pyaud = PyAudioModule()
    pyaud.special = True
    out.add_output(pyaud)

    sine = out.bind_synth(osc)

    out.start()

    # Start the oscillator:

    sine.start()

    # Have the frequency go up to 550 in 5 seconds:

    sine.info.freq.exponential_ramp(550.0, get_time() + 5000000000)

    time.sleep(5)

    # Have the frequency go back down to 440 in 10 seconds:

    sine.info.freq.linear_ramp(440.0, get_time() + 60000000000)

    sine.join()

    out.stop()
예제 #2
0
def deepcopy():

    # Tests the deep copy of synths

    # OutputHandler:

    out = OutputHandler()

    # PyAudio module:

    pyaud = PyAudioModule()
    pyaud.special = True

    out.add_output(pyaud)

    osc = SineOscillator(freq=440.0)

    final = out.bind_synth(osc)

    # Make a deep copy:

    thing = copy.deepcopy(final)
예제 #3
0
def delay():

    # Tests the delay function of OutputControl

    osc = TriangleOscillator(freq=440.0)

    out = OutputHandler()

    pyaud = PyAudioModule()
    pyaud.special = True
    out.add_output(pyaud)

    cont = out.bind_synth(osc)

    out.start()

    cont.start(time=3000000000 + get_time())

    cont.stop(time=5000000000 + get_time())

    time.sleep(8)

    out.stop()
예제 #4
0
def MIDI_test():

    # Tests if we can get MIDI info from ALSA

    out = OutputHandler()

    pyaud = PyAudioModule()
    pyaud.special = True
    out.add_output(pyaud)

    osc = SineOscillator(freq=440.0)
    #osc = SquareOscillator(freq=440.0)
    #osc = SawToothOscillator(freq=440.0)
    #osc = TriangleOscillator(freq=440.0)

    attack = 1000000000
    decay = 1000000000
    sustain = 0.2
    release = 1000000000

    env = ADSREnvelope(attack, decay, sustain, release)
    env.bind(osc)

    cont = out.bind_synth(env)

    seq = midi.MIDIWrapper()
    seq.alsa_live()

    seq.add_synth(cont)

    out.start()
    seq.start()

    seq.join()

    seq.stop()
    out.stop()
예제 #5
0
def adsr_test():

    # Tests the ADSR envelope

    attack = 1000000000
    decay = 1000000000
    sustain = 0.5
    release = 1000000000

    # Create the OutputHandler:

    out = OutputHandler()

    pyaud = PyAudioModule()
    pyaud.special = True
    out.add_output(pyaud)

    osc = SawToothOscillator(freq=440.0)

    env = ADSREnvelope(attack, decay, sustain, release)

    env.bind(osc)

    cont = out.bind_synth(env)

    out.start()

    print("Starting:")

    cont.start()

    time.sleep(5)

    print("Stopping:")

    cont.stop()

    time.sleep(5)
예제 #6
0
def fade_test():

    # Tests the ability for synths to continue to play after they have been stopped

    out = OutputHandler()

    pyaud = PyAudioModule()
    pyaud.special = True
    out.add_output(pyaud)

    osc = TriangleOscillator(freq=440.0)

    dummy = DummyWait()

    dummy.bind(osc)

    cont = out.bind_synth(dummy)

    sec = Sequencer()
    sec.add_synth(cont)

    print(cont.info.connected)
    print(cont.info.done)

    out.start()

    print("Starting controller...")

    cont.start()

    print("Waiting...")

    time.sleep(5)

    print("Stopping controller...")

    cont.stop()

    time.sleep(5)

    print(("Waiting..."))

    time.sleep(5)

    print("Synth should be stopped!")

    print("Starting synth...")

    cont.start()

    print("Waiting...")

    time.sleep(5)

    print("Stopping cont...")

    cont.stop()

    print("Waiting three seconds to interrupt...")

    time.sleep(3)

    print("Interrupting!")

    cont.start()

    cont.stop()

    print("Finished!")
예제 #7
0
def test_output():

    # Creates and registers a oscillator. Used for testing output.

    osc1 = TriangleOscillator(freq=440.0)
    osc2 = TriangleOscillator(freq=880.0)
    osc3 = TriangleOscillator(freq=1320.0)
    osc4 = TriangleOscillator(freq=1760.0)

    out = OutputHandler()

    out.add_output(WaveModule("test.wav"))

    # Add the PyAudio module:

    pyaud = PyAudioModule()
    pyaud.special = True

    out.add_output(pyaud)

    # Add the WaveModule:

    # Bind the synth:

    final = out.bind_synth(osc1)
    final2 = out.bind_synth(osc2)
    final3 = out.bind_synth(osc3)
    final4 = out.bind_synth(osc4)

    # Start the OutputHandler:

    #out.start()

    # Start the synth:

    final.start()

    out.start()

    time.sleep(1)
    final2.start()

    time.sleep(1)
    final3.start()

    time.sleep(1)
    final4.start()

    time.sleep(1)

    final4.stop()
    time.sleep(1)
    final3.stop()
    time.sleep(1)
    final2.stop()
    time.sleep(3)
    final.stop()

    out.stop()
예제 #8
0
def mml_test():

    # Tests the MML wrapper

    #song = '$ t120 o4 l4 e f+ b > c+ d < f+ e > c+ < b f+ > d c+ <e f+ b > c+ d < f+ e > c+ < b f+ > d c+'
    #song = '$o4 c r e r g r b r;$o4 r d r f r a r <c'
    #song = 'o4 c d e f g a b <c d'

    #song = "o4 l1 ca"

    #song = "t60 l4 o4 /: [ceg] [fac]1 :/4"

    #song = "t92 l8 o4 [>cg<cea]2. [>cg<ceg]4 [>>a<a<c+fa+]2. [>>a<a<c+ea]4 " \
    #       "[>>f<fg+<cg]2. [>>f<fg+<cf]4 [>>g<gg+b<g+]2." \
    #       "[>>g<g<g]4 o3 l32 v6 cdef ga b<c de fg"

    #song = "t92 l4 o4 [>>a<a<c+fa+]"
    #song = 'o3 l32 v6 cdefgab<cdefg'
    #song = 't30 a'
    #song = "t92 [>>f<fg+<cg]2. [>>f<fg+<cf]4 [>>g<gg+b<g+]2. [>>g<g<g]4 o3 t92 l32 v6 cdef ga b<c de fg"
    #song = 't60 [>>g<g<g]4'

    #song = 't60 o3 l4 cdefgab<c> l8 cdefgab<c> l16 cdefgab l32 cdefgab'

    song1 = "t92 l8 o4 $ [>cg<cea]2. [>cg<ceg]4 [>>a<a<c+fa+]2. [>>a<a<c+ea]4 " \
           "[>>f<fg+<cg]2. [>>f<fg+<cf]4 [>>g<gg+b<g+]2. r4; " \
           "t92 $ l1 o3 v12 r r r r2 r8 l32 v6 cdef ga b<c de fg;"

    song = "t60 l4 o4 a+ r a+;" \
           "t60 l4 o4 r  r >a+"

    song = "t120$l8 o3 >g+2.. g+ a+4. a+ <c2 >a+ g+2.. a+4 a+4 <c4. >d+ a+ g+2. g+ a+4. a+ <c2 >a+ g+2.. a+4 a+4 <c2."

    song = "t120$l8 o3 >g+2.. g+ a+4. a+ <c2 >a+ g+2.. a+4 a+4 <c4. >d+ a+ g+2. g+ a+4. a+ <c2 >a+ g+2.. a+4 a+4 <c2."

    song = 't60 l1 a r8 a. r8 a.. r8 a...'


    song = "t105 l8 o5 q75 v100 " \
        "ab-> c4c4c4 c4.faf fedc<b-4 [gb-]2 [fa]4 agb-a>c<b- >c+dc<b-ag f2[ea]g f4r4" \
        "[fa][eg] [eg]2[gb-][fa] [fa]2>c<b b>dfd<b>d c4.<b-" \
        "ab-> c4c4c4 c4.faf fedc<b-4 [gb-]2 [fa]4 agb-a>c<b- >c+dc<b-ag f2[ea]g f4r4;" \
        "t105 l8 o4 q75 v75" \
        "r4 f>c<a>c<a>c< f>c<a>c<a>c< g>c<b->c<b->c< [e>c]2 [f>c]4 [b->d]2.^2 [<b->b-]4 [ca]2[cb-]4 [fa]4 <f4>" \
        "r4 c4>c4r4< c4>c4r4< [cdf]4[cdf]4[cdf]4 [ce]4r4" \
        "r4 f>c<a>c<a>c< f>c<a>c<a>c< g>c<b->c<b->c< [e>c]2 [f>c]4 [b->d]2.^2 [<b->b-]4 [ca]2[cb-]4 [fa]4 <f4>;" \


    song2 = "t120$l8 o4 v9rr g  g4  g+ a+4  d4  d4  d+2 d  c   g   g4 g+   a+4 d4 d4 d+2 rr g g4 g+ a+4 d4 d4 d+2 d c g g4 g+ a+4 d4 d4 d+2.;" \
           "t120$l8 o4 v9 rr d+ d+2 r  >a+4 a+4 <c2 >a+ g+ <d+ d+2 r  >a+4 a+4 a+2 rr d+ d+2 r >a+4 a+4 <c2 >a+ g+ <d+ d+2 r >a+4 a+4 a+2.;" \
           "t120$l8 o4 v9 rr c  c2  r  >f4  f4  g2  a+  g+ <c  c2 >f  f4   r   f g2< rr c c2 r >f4 f4 g2 a+ g+ <c c2 >f f4 r f g2.<;" \
           "t120$l8 o3 v8 >g+2.. g+ a+4. a+ <c2 >a+ g+2.. a+4 a+4 <c4. >d+ a+ g+2. g+ a+4. a+ <c2 >a+ g+2.. a+4 a+4 <r2." \

    #song = 't60 o3 l4 cdefgab<c> l8 cdefgab<c> l16 cdefgab l32 cdefgab'

    #song = '$ t120 o4 l4 e f+ b > c+ d < f+ e > c+ < b f+ > d c+ <e f+ b > c+ d < f+ e > c+ < b f+ > d c+'

    sec = mml.MMLWrapper()

    sec.load_string(song2)

    out = OutputHandler()

    pyaud = PyAudioModule()
    pyaud.special = True
    out.add_output(pyaud)

    # --== Instrument Selection: ==--
    # Uncomment the instrument you want to use!

    #osc = SineOscillator(freq=440.0)
    #osc = SquareOscillator(freq=440.0)
    osc = SawToothOscillator(freq=440.0)
    #osc = TriangleOscillator(freq=440.0)

    final = osc
    # --== End Instrument Selection! ==--

    # --== Other Output Options: ==--
    # Uncomment to write to a wav file:

    #wave = WaveModule('saw_test.wav')
    #out.add_output(wave)

    # --== End Other Output Options! ==--

    # --== ADSR Options: ==--
    # Configure the parameters for the ADSR envelope:

    attack = 10000000
    decay = 100000
    sustain = 0.2
    release = 5000000

    # Uncomment to enable the envelope:

    #env = ADSREnvelope(attack, decay, sustain, release)
    #env.bind(osc)
    #final = env

    # --== End ADSR Options! ==--

    amp = AmpScale()
    amp.bind(final)
    final = amp

    cont = out.bind_synth(final)

    sec.add_synth(cont)

    # Start output handler:

    out.start()

    # Start the sequencer:

    sec.start()
    sec.join()

    print("Done joining")

    print("Stopping sequencer...")

    sec.stop()

    print("Stopping output...")

    out.stop()
예제 #9
0
def keyboard_input():

    # Tests the QUERTY sequencer, and the QUERTYKeyboard input module.

    # Create the QWERTY wrapper

    sequencer = querty.QWERTYWrapper()

    # Create the output handler:

    out = OutputHandler()
    pyaudo = PyAudioModule()
    pyaudo.special = True
    out.add_output(pyaudo)

    #out.add_output(WaveModule("test_seq.wav"))

    # Configure for keyboard:

    sequencer.load_keyboard()

    attack = 1000000000
    decay = 1000000000
    sustain = 0.2
    release = 1000000000

    env1 = ADSREnvelope(attack, decay, sustain, release)
    env2 = ADSREnvelope(attack, decay, sustain, release)
    env3 = ADSREnvelope(attack, decay, sustain, release)
    env4 = ADSREnvelope(attack, decay, sustain, release)

    env1.bind(SineOscillator(440.0))
    env2.bind(SquareOscillator(440.0))
    env3.bind(SawToothOscillator(440.0))
    env4.bind(TriangleOscillator(440.0))

    # Get controller for sine wave oscillator:

    sine = out.bind_synth(env1)
    square = out.bind_synth(env2)
    saw = out.bind_synth(env3)
    tri = out.bind_synth(env4)

    # Add sine oscillator for default instrument:

    sequencer.add_synth(sine, name=0)
    sequencer.add_synth(square, name=1)
    sequencer.add_synth(saw, name=2)
    sequencer.add_synth(tri, name=3)

    # Start the output handler:

    out.start()

    # Start the sequencer:

    sequencer.start()
    sequencer.join()
    sequencer.stop()
    out.stop()