-
Content Count
760 -
Joined
-
Last visited
About Stephane Boussuge
-
Rank
Senior Member
Contact Methods
- Website URL
Profile Information
-
Gender
Male
-
Location
Wien Austria
Recent Profile Visitors
-
Stephane Boussuge reacted to a post in a topic: Opusmodus - German Version
-
Stephane Boussuge reacted to a post in a topic: Traces for Ensemble
-
lviklund reacted to a post in a topic: Traces for Ensemble
-
opmo reacted to a post in a topic: Traces for Ensemble
-
AM reacted to a post in a topic: Traces for Ensemble
-
New piece made with OM: stephaneboussuge · Traces For Ensemble SB.
-
Stephane Boussuge reacted to a post in a topic: Per Measure processing of accidentals (flats, sharps)
-
Stephane Boussuge reacted to a post in a topic: Per Measure processing of accidentals (flats, sharps)
-
Stephane Boussuge reacted to a post in a topic: No octaves
-
Stephane Boussuge reacted to a post in a topic: Tom Johnson / Pascal's Triangle Modulo Seven ... and more
-
Stephane Boussuge reacted to a post in a topic: No octaves
-
Stephane Boussuge reacted to a post in a topic: No octaves
-
Span pedal over several measures with notes and rests
Stephane Boussuge replied to born's topic in Score and Notation
Perfect, so if we write (q c4 ped -), the pedal will stop at the end of the quarter c4 as it has to be but if we want it goes on the rest we will write (q c4 ped - ped) ? That’s will be very cool and elegant solution. Or ( ped (q c4 -)) ? Also nice ... s. -
Span pedal over several measures with notes and rests
Stephane Boussuge replied to born's topic in Score and Notation
Yes, that's useful indeed but also we need to be able to stop it precisely if needed... SB. -
Stephane Boussuge started following No octaves
-
Stephane Boussuge reacted to a post in a topic: Controlling the score layout with ps (combining separate instruments with brackets, braces etc.)
-
Nikos started following Stephane Boussuge
-
lviklund reacted to a post in a topic: Petite suite Partie 4/6
-
JulioHerrlein reacted to a post in a topic: Petite suite Partie 4/6
-
video Petite suite Partie 4/6
Stephane Boussuge replied to Stephane Boussuge's topic in Made In Opusmodus
Hi Julio, Staffpad was used ONLY for the sound rendering. The piece was composed in OM and edited in Sibelius then exported to Musicxml to Staffpad. About Staffpad, I am very impressed by the quality of sound of the sound libs you can buy separately to it (Berlin first chairs Strings, woods etc..). I'm using it like the most efficient and simple midi rendering tool I ever seen with great output sound quality without any editing. And yes, it's on iPad but staffed exist also for Windows tablet. Best, S. -
AM reacted to a post in a topic: Petite suite Partie 4/6
-
JulioHerrlein reacted to a post in a topic: Petite suite Partie 4/6
-
opmo reacted to a post in a topic: Petite suite Partie 4/6
-
Hi folks, Here's a work in progress made with the fantastic COUNTERPOINT function. S.
-
Yves Jacquot started following Stephane Boussuge
-
Stephane Boussuge reacted to a post in a topic: Announcement: work on extending microtonal/xenharmonic music support in progress
-
JulioHerrlein reacted to a post in a topic: GHOST INVISIBLE CHARACTER FOR SPAN and LIST Skipping Needed
-
opmo reacted to a post in a topic: GHOST INVISIBLE CHARACTER FOR SPAN and LIST Skipping Needed
-
i've experimented a bit with pitch alignment for controlling harmony, here's what I tried. Hope it could help. ;;; Pich alignment with binaries ;;; Proof of concept (progn (setf lvl (rnd-sample 8 '(8 12 16))) (setf len1 (euclidean-rhythm lvl 1 12 's)) (setf len2 (euclidean-rhythm lvl 1 12 's)) (setf len3 (euclidean-rhythm lvl 1 12 's)) (setf bin1 (length-to-binary len1)) (setf bin2 (length-to-binary len2)) (setf bin3 (length-to-binary len3)) (setf pch '(c4 d4 e4 f4 g4 a4 b4 c5 b4 a4 g4 f4 e4 d4 c4)) (setf pch1 (binary-map bin1 pch)) (setf pch2 (binary-map bin2 pch)) (setf pch3 (binary-m
-
Only Janusz can do such a function but indeed I think something like that could be useful for controlling vertical intervalic harmony between multiple voices coming from and already generated chord canevas and extracted with pitch-demix or similar function. S.
-
What about this: (setf pitchlist '((c4 d4 e4 f4)(cs4 ds4 as4 fs4)(bb4 eb4 ab4))) (setf rhy '((s s s)(s s) nil (s s s)(s s)(s s))) (remove-nils (gen-swallow rhy pitchlist)) => ((c4 d4 e4) (cs4 ds4) (c4 d4 e4) (cs4 ds4) (bb4 eb4))
-
Look to the function span and the function gen-swallow. May be it could help to achieve what you want. May be something like that: (setf pch (span rv1 pitmat :swallow t)) (make-omn :pitch pch :length rv1) S.
-
Initialize sublists as setf variables
Stephane Boussuge replied to JulioHerrlein's topic in Function Examples
Hi Julio, use assign-variable function. S. -
Interested in continuing Zoom into OM on own expenses?
Stephane Boussuge replied to o_e's topic in Zoom into Opusmodus
You can have a look on that page: https://opusmodus.com/forums/lessons/ -
Interested in continuing Zoom into OM on own expenses?
Stephane Boussuge replied to o_e's topic in Zoom into Opusmodus
Hi Marc, I've stopped now the Zoom into OM but you can still take private lessons with me et en Français Stéphane -
COOL !! - Length Diminution with fractions
Stephane Boussuge replied to JulioHerrlein's topic in Function Examples
Cool indeed ! Thanks for the trick ! S. -
Score audition and notation
Stephane Boussuge replied to MikeMossey's topic in Support & Troubleshooting
-
Score audition and notation
Stephane Boussuge replied to MikeMossey's topic in Support & Troubleshooting
I'm using emacs with OM with my own configuration with an Opusmodus menu and so on, but I'm absolutely not a specialist of Emacs. SB.