Signature
The more we think we know about the greater the unknown (Neil Peart)
-
alereche
Hi.
I'm trying to get all (say 4) notes of a chord through [notein] but it only give me one of them. How can I send the chord notes to different number boxes for instance?
Regards,
a r s -
alereche
Hi all.
I made a patch that sends midi outputs through channels 1 to 5, e. g., [noteout 1 ... 5].
I try to record them in Rosegarden (RG), but all five channels of Pd are sent to the same midi track in RG.
All I want is to record them separately in each track of RG.
Any help is welcome!
Regards,
a r s -
alereche
Hi.
I need a simple piece of patch that receives a midi number, add another value to it and both values are sent to [makenote].
It is a way to build a simple ptich shifter. What can I do?
(I tried [pack f f] but is necessary a comma between them to [makenote] play them as a bichord.)
Regards,
a r s -
alereche
Hi.
I am recording PD midi data in Rosegarden (RG). As I set a specific duration to midi notes, sometimes notes overlap, outputting bichords.
How can I avoid note overlaping, e. g., making it monophonic so last note stops when the next sounds?
Regards,
a r s -
alereche
Hi all.
I made a patch that sends midi outputs through channels 1 to 5, e. g., [noteout 1 ... 5].
I try to record them in Rosegarden (RG), but all five channels of Pd are sent to the same midi track in RG.
All I want is to record them separately in each track of RG.
Any help is welcome!
Regards,
a r s -
alereche
Thank you once again, Maelstorm. It works just fine!
Keep rocking,
A R S -
alereche
@Maelstorm said:
You can use the [resize( message to change the number of samples in the table.
[resize 10000(
|Hi.
I made something in this direction.
[0 60 62 64 64 67 67 67 67 64 64 65 65 65 65 65 65(
|\
|
||
[-1] *** to take away the first 0 of the message
|
[resize $1(
|
*** in fact, it is connected back to the first send boxThis way every change in the notes message resizes the table.
But when I change from inserting pitches manually to reading from a txt file, it does not work! I mean:
[read notes.txt(
|\
|
|
*** in this case, it returns 2. I suppose 1 for 'read' and 2 for 'notes.txt'
|
[-1] *** to take away the first 0 of the message
|
[resize $1(
|
*** in fact, it is connected back to the first send boxHow can one feed a table via [read file.txt( and work with it as a list indeed?
All the best,
A R S -
alereche
Hi all!
Problem solved. It is about RG indeed and not exactly a problem. Nevertheless, below, I register the resolution given by Julie S. (and Mr. Cannam as well) from RG list:
[ quote
de Julie S <msjulie_s@yahoo.com>
para rosegarden-user@lists.sourceforge.net,
Alexandre Reche e Silva <alereche@gmail.com>
data 17 de fevereiro de 2011 22:32
assunto Re: [Rosegarden-user] Puredata Rosegarden connection through Jack
enviado por yahoo.com
assinado por yahoo.com
ocultar detalhes 22:32 (18 horas atrás)Hello ARS
I bet there is a simple fix.
* Select track 1
In Track Parameters:
Select Recording Filters->Channel: 1* Select Track 2
In Track Parameters:
Select Recording FIlters->Channel: 2Try that and see if there is joy.
Sincerely,
Julie S.--- On Thu, 2/17/11, Alexandre Reche e Silva <alereche@gmail.com> wrote:
From: Alexandre Reche e Silva <alereche@gmail.com>
Subject: [Rosegarden-user] Puredata Rosegarden connection through Jack
To: rosegarden-user@lists.sourceforge.net
Date: Thursday, February 17, 2011, 9:54 AM- Ocultar texto das mensagens anteriores -
Hi.
I made a patch in Puredata (PD) which sends midi outputs through the channels 1 and 2, i. e., [noteout 1] and [noteout 2].
I try to record them in Rosegarden (RG), but the two midi channels of PD are sent to the same midi channel of the RG, as it seems.
I checked the connections again and attached a snapshot for you to take a look, because until now the two tracks of the RG record the two PD midi channels together.
All I want is to record them separately in each track of RG.
Regards,
a r sPS: Unlike OpenMusic, PD hasn't an object to depict musical notation. Many of us use RG for this purpose as well. It will be nice to have this issue resolved and archived here on the list. Tnx.
end of quote]
http://www.pdpatchrepo.info/hurleur/PD-RG_connection-fix.jpeg
-
alereche
Hi all!
Problem solved. It is about RG indeed and not exactly a problem. Nevertheless, below, I register the resolution given by Julie S. (and Mr. Cannam as well) from RG list:
[ quote
de Julie S <msjulie_s@yahoo.com>
para rosegarden-user@lists.sourceforge.net,
Alexandre Reche e Silva <alereche@gmail.com>
data 17 de fevereiro de 2011 22:32
assunto Re: [Rosegarden-user] Puredata Rosegarden connection through Jack
enviado por yahoo.com
assinado por yahoo.com
ocultar detalhes 22:32 (18 horas atrás)Hello ARS
I bet there is a simple fix.
* Select track 1
In Track Parameters:
Select Recording Filters->Channel: 1* Select Track 2
In Track Parameters:
Select Recording FIlters->Channel: 2Try that and see if there is joy.
Sincerely,
Julie S.--- On Thu, 2/17/11, Alexandre Reche e Silva <alereche@gmail.com> wrote:
From: Alexandre Reche e Silva <alereche@gmail.com>
Subject: [Rosegarden-user] Puredata Rosegarden connection through Jack
To: rosegarden-user@lists.sourceforge.net
Date: Thursday, February 17, 2011, 9:54 AM- Ocultar texto das mensagens anteriores -
Hi.
I made a patch in Puredata (PD) which sends midi outputs through the channels 1 and 2, i. e., [noteout 1] and [noteout 2].
I try to record them in Rosegarden (RG), but the two midi channels of PD are sent to the same midi channel of the RG, as it seems.
I checked the connections again and attached a snapshot for you to take a look, because until now the two tracks of the RG record the two PD midi channels together.
All I want is to record them separately in each track of RG.
Regards,
a r sPS: Unlike OpenMusic, PD hasn't an object to depict musical notation. Many of us use RG for this purpose as well. It will be nice to have this issue resolved and archived here on the list. Tnx.
end of quote]
-