Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - yukulele

2
User Tools / Re: Percussion splitter
I,
Thanks for the update!

I think it makes no sense to copy the original mute status [...]
Each percussion "instrument" already has its acoustic position [...]

You agree for pan and mute.

Playback device? Are you kidding?

I'm not kidding, in some case devices are used to workaround 16 channel midi limitation (by using several virtual midi devices). but I admit that I don't use it very often (and probably never for percussion).

I considered that, then... I forgot it.  :) [upper/lower boundaries]
thanks! but you should keep first upper and last lower to original (12) value.

I also fixed a bug when there were partial bars, typically at the beginning of the score, containing only rests.
I think this fix create a regression in case of time signature change, try it with that:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"perc"|Group:"Standard"
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:10
|Clef|Type:Percussion
|TimeSig|Signature:6/4
|Note|Dur:Half|Pos:-8
|Note|Dur:Half|Pos:-8
|Note|Dur:Half|Pos:-8
|Bar
|TimeSig|Signature:4/4
|Note|Dur:Half|Pos:-7
|Note|Dur:Half|Pos:-7
|Bar
|Note|Dur:Half|Pos:-8
|Note|Dur:Half|Pos:-8
|Bar
!NoteWorthyComposer-End
4
User Tools / Usertool: CHANGE_TEMPO (ratio)
I updated the user tool CHANGE_TEMPO of Bart (thanks to him!) to allow to use ratio instead of percentage.

It is now possible to use an integer, a decimal, a fraction or a percentage.

Some examples of values :

  • 2 (double tempo)
  • 1/2 (half tempo)
  • 90/120 (change tempo from 120 to 90)
  • 1.25 (decimals are allowed)
  • 110% (percentages are still allowed with % char)
5
User Tools / Re: Percussion splitter
Very useful tool, thanks! 👍 grouping rocks! 😍

I have some suggestion:
  • keep original staff options (ending bar, volume/pan/muted, playback device, MIDI patch instructions, Default dynamic velocity, ...)
  • take into consideration original staff transposition
  • set smaller upper/lower boundaries between generated staves (=6?)
7
Avant-garde / Re: Random Chord Generator
Thank you for your feedback!

I guess you possibly don't have the latest browser versions.

But I think I fixed the bug, could you try again?
11
Instrument Trees / FluidR3 GM itree
If like me you use FluidR3_GM.sf2 you should know that this soundfont does not have only 128 instruments but 158 and not only 1 drumkit but 18

FluidR3_GM.nwcitree allows to easily select all these instruments.

Spoiler (click to show/hide)
12
General Discussion / Re: NWC2 on Linux/Wine
I just fond a workaround for tab twist issue:
Press tab focus on next field twice: one time on key-down, one time on key-up.

Workaround:
- press TAB
- press ALT
- release TAB
- release ALT
14
General Discussion / nwctxt syntax reference
I,
I'm trying to work with NWC user tools.
First, I would like to create my own parser but I didn't find find reference for nwctxt syntax.

Where can I find it?

Thanks!
16
General Discussion / Clef transposition
I,
I would like to change Clef on a staff, for example, from G clef to F clef but it's not easy...

example :
  • I have a staff with a G clef and notes :     𝄞 C D E F G
  • If I change key to F, I get :     𝄞 E F G A B
  • Then I use "tool > transpose staff..." with -4 semitons but I get :     𝄢 C Db Eb F G

Is there a better way to change clef in NWC ?
19
General Discussion / Midi input channel
Hi,
When I press note on MIDI keyboard input, NWC add note in score and play it in output midi device but keep input channel instead of use current staff channel, so it use wrong instrument.

How to force it use wrong channel/instrument?