Is there a way to convert an existing notation staff into in sequencer staff (not just toggle the overlay with the tab key) ?
Another question : what are the default velocities of the notes entered by mouse ?
- It is currently Tue Jun 17, 2025 2:24 pm • All times are UTC - 5 hours [ DST ]
Attention:
Welcome to the old forum. While it is no longer updated, there is a wealth of information here that you may search and learn from.
To partake in the current forum discussion, please visit https://forums.presonus.com
Sequencer staff
8 posts
• Page 1 of 1
Sequencer staff
Notion, Cubase 7, EWQLSO Gold, VSL SE
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
- achambily
- Posts: 199
- Joined: Sat Dec 18, 2010 12:25 pm
Re: Sequencer staff
I don't think you can convert back to staff view (with the overlay feature, I'm not really sure why you'd need to).
- pcartwright
- Posts: 796
- Joined: Sat Dec 05, 2009 2:47 pm
Re: Sequencer staff
because the overlay view is quite unclear and confusing when you work in sequencer mode... (eg overdubbing or rerecording a section)
I think the three choices would be implemeted (score view, sequencer view, overlay (mixed) view) with easy toggle from one to another...
I think the three choices would be implemeted (score view, sequencer view, overlay (mixed) view) with easy toggle from one to another...
Notion, Cubase 7, EWQLSO Gold, VSL SE
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
- achambily
- Posts: 199
- Joined: Sat Dec 18, 2010 12:25 pm
Re: Sequencer staff
achambily wrote:because the overlay view is quite unclear and confusing when you work in sequencer mode... (eg overdubbing or rerecording a section)
I think the three choices would be implemeted (score view, sequencer view, overlay (mixed) view) with easy toggle from one to another...
Not a bad idea. Also, as posted in another current thread, it appears that the default velocities match the current dynamic level value. So, for example, ppp in EWQL has a MIDI CC-11 value of 30 and the velocity also has a default value of 30 (gray bar). The velocity bar changes color once you override the default (at least, that's as I understand it).
- pcartwright
- Posts: 796
- Joined: Sat Dec 05, 2009 2:47 pm
Re: Sequencer staff
pcartwright wrote: the current dynamic level value.
what is this ?
sorry, but I don't understand...
(it is 30 when you just put a note doing nothing else ?)
Notion, Cubase 7, EWQLSO Gold, VSL SE
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
- achambily
- Posts: 199
- Joined: Sat Dec 18, 2010 12:25 pm
Re: Sequencer staff
Open the rules file for EWQL... you'll see that controller 11 (dynamics) is defined with the following code:
<dynamic-map id="ewql">
<dynamic dynamic="ppppp" value="0" />
<dynamic dynamic="pppp" value="10" />
<dynamic dynamic="ppp" value="30" />
<dynamic dynamic="pp" value="40" />
<dynamic dynamic="p" value="50" />
<dynamic dynamic="mp" value="75" />
<dynamic dynamic="mf" value="85" />
<dynamic dynamic="f" value="100" />
<dynamic dynamic="ff" value="104" />
<dynamic dynamic="fff" value="112" />
<dynamic dynamic="ffff" value="120" />
<dynamic dynamic="fffff" value="127" />
</dynamic-map>
<!-- PLAY ID -->
<plugin id="1886151033">
<setup>
<velocity-map id="ewql" />
<hairpin-map id="ewql" />
<hairpin-cc value="11" />
</setup>
These values also seem to be used for velocities, so the default velocity (when it appears gray) changes with the dynamic marking. A dynamic level of forte will send CC-11 message of 100 and a velocity level of 100. See the images below for a comparison with EWQL flute:
This is what the MIDI data looks like when I export from Notion and import into Reaper:
Notice that the velocity value and the CC-11 value are the same as the dynamic changes. Also, the default dynamic in Notion appears to be mf.
<dynamic-map id="ewql">
<dynamic dynamic="ppppp" value="0" />
<dynamic dynamic="pppp" value="10" />
<dynamic dynamic="ppp" value="30" />
<dynamic dynamic="pp" value="40" />
<dynamic dynamic="p" value="50" />
<dynamic dynamic="mp" value="75" />
<dynamic dynamic="mf" value="85" />
<dynamic dynamic="f" value="100" />
<dynamic dynamic="ff" value="104" />
<dynamic dynamic="fff" value="112" />
<dynamic dynamic="ffff" value="120" />
<dynamic dynamic="fffff" value="127" />
</dynamic-map>
<!-- PLAY ID -->
<plugin id="1886151033">
<setup>
<velocity-map id="ewql" />
<hairpin-map id="ewql" />
<hairpin-cc value="11" />
</setup>
These values also seem to be used for velocities, so the default velocity (when it appears gray) changes with the dynamic marking. A dynamic level of forte will send CC-11 message of 100 and a velocity level of 100. See the images below for a comparison with EWQL flute:
This is what the MIDI data looks like when I export from Notion and import into Reaper:
Notice that the velocity value and the CC-11 value are the same as the dynamic changes. Also, the default dynamic in Notion appears to be mf.
- pcartwright
- Posts: 796
- Joined: Sat Dec 05, 2009 2:47 pm
Re: Sequencer staff
pcartwright wrote:Open the rules file for EWQL... you'll see that controller 11 (dynamics) is defined with the following code:
<dynamic-map id="ewql">
<dynamic dynamic="ppppp" value="0" />
<dynamic dynamic="pppp" value="10" />
<dynamic dynamic="ppp" value="30" />
<dynamic dynamic="pp" value="40" />
<dynamic dynamic="p" value="50" />
<dynamic dynamic="mp" value="75" />
<dynamic dynamic="mf" value="85" />
<dynamic dynamic="f" value="100" />
<dynamic dynamic="ff" value="104" />
<dynamic dynamic="fff" value="112" />
<dynamic dynamic="ffff" value="120" />
<dynamic dynamic="fffff" value="127" />
</dynamic-map>
<!-- PLAY ID -->
<plugin id="1886151033">
<setup>
<velocity-map id="ewql" />
<hairpin-map id="ewql" />
<hairpin-cc value="11" />
</setup>
These values also seem to be used for velocities, so the default velocity (when it appears gray) changes with the dynamic marking. A dynamic level of forte will send CC-11 message of 100 and a velocity level of 100. See the images below for a comparison with EWQL flute:
This is what the MIDI data looks like when I export from Notion and import into Reaper:
Notice that the velocity value and the CC-11 value are the same as the dynamic changes. Also, the default dynamic in Notion appears to be mf.
wow
this IS definitely an answer !
thanks a lot dear
it's now a lot more clear to me...
I love you and you are very precious to me as you use also Reaper & EWQL Gold, just like me

Notion, Cubase 7, EWQLSO Gold, VSL SE
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
Win7 x64, I7 Dell studio laptop, 8GB RAM
M-Audio FTP
M-Audio KeyStudio 25
Clavinova CLP 811
Sennheiser e840
Sennheiser HD280 Pro
Yamaha HS50M
http://chambily.com/
http://soundcloud.com/axel-casadesus/sets
- achambily
- Posts: 199
- Joined: Sat Dec 18, 2010 12:25 pm
Re: Sequencer staff / Default velocity
pcartwright wrote:These values also seem to be used for velocities, so the default velocity (when it appears gray) changes with the dynamic marking.
Not finding this specific information in the user guide, I did a few tests with Shift+Alt+Up/Down, so I am able to indicate the default value of notes entered with the mouse, when no dynamics has been specified : 102
-
Zblogny - Posts: 97
- Joined: Fri Dec 17, 2010 2:18 pm
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 42 guests