Jump to content
View in the app

A better way to browse. Learn more.

Opusmodus

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PAT MARTINO Idiomatic Jazz Lines Generator

Featured Replies

This is for generating some jazz licks in the style of the LINEAR EXPRESSIONS, by jazz guitarist PAT MARTINO.

The rhythm slots of the example contain the same 16th value, but it can be worked out as Rhythmic Cells. I was testing straight 16th lines.

 

https://www.amazon.com/Linear-Expressions-Pat-Martino/dp/1423460898/ref=sr_1_1?ie=UTF8&qid=1539901867&sr=8-1&keywords=linear+expression+martino

 

;;; PAT MARTINO LINEAR Expressions Lick Generator JAZZ IDIOMS

   (setf r0 '(s)
	      r1 '(s s s s)
	      r2 '(s s s s s s s s)
              r3 '(s s s s)
              r4 '(s s s s)
              r5 '(s s s s s s s s)
              r6 '(s s s s s s s s)
              r7 '(s s s s s s s s)
              r8 '(s s s s s s s s)
              r9 '(s s s s s s s s)
              r10 '(s s s s s s s s))
	(setf p0 '(g3 a3 bb3 c4 cs4 d4 f4 d4)
	      p1 '(e4 fs4 g4 a4 c5 a4 bb4 d5)
	      p2 '(f5 a5 ab5 e5 g5 f5 e5 d5)
 	      p3 '(c5 a4 bb4 d5 a4 bb4 a4 g4)
              p4 '(a3 bb3 d4 f4 a4 bb4 a4 ab4)
              p5 '(g4 a4 bb4 c5 d5 f5 a5 c6)
              p6 '(bb5 d5 f5 a5 g5 gb5 f5 g5)
              p7 '(e5 f5 e5 d5 c5 a4 g4 a4)
              p8 '(d4 e4 fs4 a4 fs4 g4 a4 c5)
              p9 '(a4 bb4 d5 f5 a5 bb5 a5 ab5)
              p10 '(g5 f5 d5 ds5 e5 g5 bb5 d6))
	(setf v0 '(f)
	      v1 '(mp)
	      v2 '(f)
	      v3 '(pp)
	      v4 '(p f mf)
	      v5 '(fff)
              v6 '(fff)
              v7 '(mf)
              v8 '(p)
              v9 '(f)
              v10 '(ff))
	(setf sec (gen-repeat 10 (rnd-unique 12 '(0 1 2 3 4 5 6 7 8 9 10) 
              )))
	(setf r-list (assemble-section 'r sec))
	(setf p-list (assemble-section 'p sec))
	(setf v-list (assemble-section 'v sec))
	(setf phrases
	      (make-omn 
	       :length r-list
	       :pitch p-list
	       :velocity v-list))
	(def-score collage         
	            (:key-signature 'atonal
	             :time-signature '(2 4)
	             :tempo 144
	             :layout (piano-grand-layout 'piano))
	  (piano
	   :omn phrases
	   :channel 1
	   :sound 'gm
	   :program 0)
	  )

 

  • Author
57 minutes ago, opmo said:

Maybe this is what you are looking for:


(setf sec (flatten (gen-eval 10 '(rnd-unique 12 '(0 1 2 3 4 5 6 7 8 9 10)))))

 

More precise, elegant and resourceful !

Thanks a lot, Janusz !

Best,

Julio

Create an account or sign in to comment


Copyright © 2014-2026 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.