Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change custom chord notation #12

Closed
amiika opened this issue Jan 30, 2019 · 2 comments
Closed

Change custom chord notation #12

amiika opened this issue Jan 30, 2019 · 2 comments

Comments

@amiika
Copy link
Owner

amiika commented Jan 30, 2019

Custom chord syntax is too complex for string manipulation and lsystem,

Currently for example: {1,2,3}

Should be something like: 1,2,3

@amiika
Copy link
Owner Author

amiika commented May 19, 2019

Alternatively could look into optimizing zero note length 'z':
z123

This already works but is often out of sync.

@amiika
Copy link
Owner Author

amiika commented Sep 10, 2019

Added new way of creating chords by grouping notes. Same feature also works with sample notation:

zplay "135 1 3 5 421 4 2 5 457 7 5 4 135", simultanious: true
Or alternatively

  Ziffers.setSimultanious true

  zplay "|: q HB H BHS H :3| q BH B q SH H "*2,
  use: {
    B: :bd_tek,
    S: :drum_snare_soft,
    H: {sample: :drum_cymbal_closed, opts: {amp: 0.3}}
  }

  Ziffers.setSimultanious false

@amiika amiika closed this as completed Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant