Git Product home page Git Product logo

swarsequencer's Introduction

SwarSequencer

A sequencer that enables tonal improvisation over 163 Indian Sampurna Ragas

This is a work in progress and both the code and README will be updated with time.

Dependencies

  • python2.7
  • pyaudio

Usage

Clone this repository, ensure you have all dependencies and then run repl.py. This should start a custom python interpreter.

Setting up soundmodular Patcher.
Now interactively running SwarSequencer
>>>

Use get_raags() to obtain a list of available raags. Set raag to one from the list using set_raag() thus

>>> set_raag('Bhairav')
raag set to:  Bhairav
>>>

Use a raag from the list to play the basic aaroha and avaroha scale traversal.

>>> aaroha(3)
>>>

Should play the 3-note ascending figure from the Bhairav raag. Similarly,

>>> avaroha(4)
>>>

Should play the 4-note descending melodic figure.

To exit the interpreter, type exit()

This will terminate your session and export a testfile.wav in the root directory of your cloned repo.

List of Methods (WIP documentation)

  • aaroha(number_of_notes, stutter)
  • avaroha(number_of_notes, stutter)
  • bpm(beats_per_minute)
  • get_raags()
  • set_raag(raag_name)
  • get_current_raag()
  • set_root(root_note_frequency)
  • sequence_notes(list_of_notes, number_of_notes_to_play, stutter)
  • exit()

Shoulders

This project stands on the shoulders of a glorious corpus of Indian raags put together by shockmonger in their ragaDB.

swarsequencer's People

Contributors

reckoner165 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

amoghpj

swarsequencer's Issues

Feature checklist

Tracking list of features required to make a minimum viable prototype

  • Tempo control
  • Silences
  • Regex to parse string phrasings as rhythm/Melody
  • Emphasize pakkad while improvising(?)

cc @amoghpj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.