Skip to main content

Chords for use in renardo or FoxDot

Project description

FoxDotChord

Documentation License Issue Tracker Contributing Source Code

PyPI version Supported Python versions Downloads


Chords to use in renardo or FoxDot.

Installation

Use the package manager you prefer

pip install FoxDotChord

Examples

from FoxDotChord import PChord as c

c0 = c['C Am7 Dm Em']
t0 >> keys(
    c0.every(3, 'bubble'),
    dur=PDur(3, 8)
)

b0 >> sawbass(c0, amp=1, pan=[0, 1, -1, 0])

d0 >> play('x-o({-=}[--])')
from FoxDotChord import PChord as c

Clock.bpm = 180

d1 >> play('(C(ES))   ')

c1 >> swell(
    c['F#6!4 Dm7/9!8 Bm5/7!4'],
    dur=PDur(5, 9)*2,
    oct=var([4, 5], 16),
    amp=1.5,
)

d2 >> play('pn u', amp=2)
import FoxDotChord

Clock.bpm = 70

chords = c[
    'Am7M/9!2 F7/11+!2 Bm7/5-!2 E7/13-!2 ' * 3,
    'Am7M/9!2 F7/11+!2 Dm7/9!2 G7/4/9, F7/11+',
    'Em7/b-!4 A7/13-!2 Eb7/9!2',
    'Dm7/9!4 G7/4/9!2 Db7/9+!2',
    'C7M/5+!2 C7M!2 F7/11+!4',
    'Bm7/5-!4 E7/13-!4',
    'Am7M/9!2 F7/11+!2 Bm7/5-!2 E7/13-!2',
]
v1 >> pasha(
    chords,
    dur=PDur(3, 8), lpf=linvar([500, 1000, 500], 50),
)

p1 >> play('<S><P>({!b} )', room=.7, mix=.5, lpf=linvar([1_000, 5_000], [50, 100]))
p2 >> play('--')
p3 >> play('VpOe', hpf=2_000)

b0 >> ambi(v1.degree, lpf=1000)
import FoxDotChord

Clock.bpm = 90

chords = c[
    'B7M D7 G7M Bb7!.7 Eb7M!2.3 Am7!.7 D7!1.3',
    'G7M B7 Eb7M F#7!.7 B7M!2.3 Fm7 Bb7!.7',
    'Eb7M!2.3 Am7 D7!.7 G7M!2.3 C#m7 F#7!.7',
    'B7M!2.3 Fm7 B7M!.7 Eb7M!2.3 C#m7!.7 F#7!1.3',
]
c1 >> play('o-x-')
s1 >> pianovel(chords, dur=chords.dur)
l1 >> sawbass(chords.values.i, dur=chords.dur)

Contribute

See the Contributor Guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foxdotchord-0.0.11b0.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

foxdotchord-0.0.11b0-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file foxdotchord-0.0.11b0.tar.gz.

File metadata

  • Download URL: foxdotchord-0.0.11b0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0.dev0 CPython/3.12.0 Linux/6.8.0-47-generic

File hashes

Hashes for foxdotchord-0.0.11b0.tar.gz
Algorithm Hash digest
SHA256 99cdfb68f001fe3513d5fdc19f5ae0e5d807787c4ca5733eddf032b63dce268e
MD5 ffd7c042b70a3699f8870bef4998654f
BLAKE2b-256 41871fd2d2c1e31e8cf2f0138926fb3b500a35db646d6c29d34f078c699bab58

See more details on using hashes here.

File details

Details for the file foxdotchord-0.0.11b0-py3-none-any.whl.

File metadata

  • Download URL: foxdotchord-0.0.11b0-py3-none-any.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0.dev0 CPython/3.12.0 Linux/6.8.0-47-generic

File hashes

Hashes for foxdotchord-0.0.11b0-py3-none-any.whl
Algorithm Hash digest
SHA256 34a3ec0d09a8b524979727863cd689af37f09606bd77a523a1dd2a8da82b7912
MD5 124193a93914fa1d7b0f1d77d3c37fca
BLAKE2b-256 4c748b6908c3cb772eaa3317eec55ea332fcb9af53213db2dd3eda53645825e5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page