开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Patches for the DX7 II by sound source unlimited

 

Greytsounds seems to only carry 2 of the DX7iIFD banks - New Age & Super R&B. The New Age bank is actually quite interesting and not so much newagey as just experimental. Super R&B is very dated.

As far as the others I thought they were in the file area no? They pop up on eBay from time to time as well.


Re: Noise problem

 

When you say digital noise I am assuming that you mean noise that is part
of the sound not background noise, hiss or hum. If that is the case it
could be due to fundamental differences between the DX7 and DX7II.

The DX7 has 12-bit digital to analog converters which is not really high
quality. This gives the sound a slightly gritty quality to the sound that
is most noticable as a note is fading away.

In contrast the DX7II has 16-bit digital to analog converters which is the
same quality as you get from a CD so the sound is smoother.

The integrated circuits and algorithms are also different which will
affect the sound.

So while the II is more Hi-Fi you may prefer the sound of the original for
certain patches. It is not a problem per say rather a preference. Own both
and be happy.

HTH,

Dave


On Fri, September 13, 2019 3:35 am, w.niessen@... [YamahaDX] wrote:
Hi,


I sold my DX7II and bought a DX7. This one has a digital noise on some
patches. I think its depend on the algorithm.
I never had such noise on my DX7II or not so loud.
Is this a knowing problem on DX7 or is there something out of order?

daved@...


Re: Noise problem

 

It is known that the DX7II (and TX802) has a better S/N ratio than the original DX7 (and TX7). Better D/A converters. I can't judge if the amount of noise you are experiencing is more than what is normal.

MT

Verzonden vanaf mijn Huawei mobiele telefoon


-------- Oorspronkelijk bericht --------
Onderwerp: [YamahaDX] Noise problem
Van: "w.niessen@... [YamahaDX]"
Aan: YamahaDX@...
Cc:


?

Hi,


I sold my DX7II and bought a DX7. This one has a digital noise on some patches. I think its depend on the algorithm.

I never had such noise on my DX7II or not so loud.

Is this a knowing problem on DX7 or is there something out of order??


Noise problem

 

Hi,


I sold my DX7II and bought a DX7. This one has a digital noise on some patches. I think its depend on the algorithm.

I never had such noise on my DX7II or not so loud.

Is this a knowing problem on DX7 or is there something out of order??


Re: Hardware programmer for DX7/TX7

Bruce Wahler
 

开云体育

Well, yes and no. In theory, one can program the NRPN portion and then use the Data Slider (CC6 and CC38) at will, until a new NRPN is chosen. However, for safety's sake, the 9-byte (OR 12-byte) sequence is usually sent for each data value. And I've often seen an NRPN of 0:0 sent at the end, as kind of an 'ack' or release message.

The other problem is, some synths send CC99 (MSB) first, followed by CC98 (LSB); others reverse the two commands. And I've seen cases where a particular synth can only accept one of these formats, but not the other.

Regards,

-BW

On 9/12/2019 9:22 AM, Martin Tarenskeen m.tarenskeen@... [YamahaDX] wrote:



On Thu, 12 Sep 2019, man.of.mystery@... [YamahaDX] wrote:

> As well as MIDI CCs, it would be a good idea to support NRPNs, and maybe RPNS.

Technically NRPN/RPNS are a special case of normal CC messages. So
if CC is supported properly, NRPNs/RPMS are also supported.

Right?


Re: Hardware programmer for DX7/TX7

Bruce Wahler
 

开云体育

Agreed.? My DSI Tetras are the same:? one can only change 20-25 out of about 200 parameters using CC; the rest are NRPN.? And yes, the NRPNs are 14-bit.

Regards,

-BW

On 9/12/2019 9:03 AM, man.of.mystery@... [YamahaDX] wrote:

?

As well as MIDI CCs, it would be a good idea to support NRPNs, and maybe RPNS.

I can think of two synths I own that rely heavily on NRPNs, for external control / patch editing - the DSI Mopho Desktop, and the Bass Station II.

On both, CCs only allow you to change a small subset of the parameters.

Although CCs are 14 bit, it's probably acceptable to treat MSB and LSB as two separate 7 bit numbers, if that makes things easier, and it seems fairly common to use an NRPN to just represent a 7 bit value - but it could be either as the MSB or the LSB, depending on the manufacturer, or maybe even the particular model of synth.

- Andy


Re: Hardware programmer for DX7/TX7

 

开云体育

Hi Andy,

I am working on this already and it is close to be released. It is easy on MIDI messaging level, but it required more work on the pot reading functions. I am safe now with 10/11-bit readings regarding the noise. This means if full 14-bit range is required I make bigger steps. ?I am considering a hardware adjustment to reach full 14-bits per revolution. But I still need to think about it, sending all midi message on one revolution is not realistic anyways.

M



On 12 Sep 2019, at 15:11, man.of.mystery@... [YamahaDX] <YamahaDX@...> wrote:

Oops.? I meant to say "Although NRPNs are 14 bit", though actually some CCs (31 of them?) are allowed to be 14 bit too, and that's used on a few synths, like the Moog Minitaur, for example.

So, maybe 14 bit support ought to be considered generally.

- Andy



Re: Hardware programmer for DX7/TX7

 

On Thu, 12 Sep 2019, man.of.mystery@... [YamahaDX] wrote:

As well as MIDI CCs, it would be a good idea to support NRPNs, and maybe RPNS.
Technically NRPN/RPNS are a special case of normal CC messages. So if CC is supported properly, NRPNs/RPMS are also supported.

Right?


Re: Hardware programmer for DX7/TX7

 

Oops.? I meant to say "Although NRPNs are 14 bit", though actually some CCs (31 of them?) are allowed to be 14 bit too, and that's used on a few synths, like the Moog Minitaur, for example.

So, maybe 14 bit support ought to be considered generally.

- Andy


Re: Hardware programmer for DX7/TX7

 

As well as MIDI CCs, it would be a good idea to support NRPNs, and maybe RPNS.

I can think of two synths I own that rely heavily on NRPNs, for external control / patch editing - the DSI Mopho Desktop, and the Bass Station II.

On both, CCs only allow you to change a small subset of the parameters.

Although CCs are 14 bit, it's probably acceptable to treat MSB and LSB as two separate 7 bit numbers, if that makes things easier, and it seems fairly common to use an NRPN to just represent a 7 bit value - but it could be either as the MSB or the LSB, depending on the manufacturer, or maybe even the particular model of synth.

- Andy


Re: Digest Number 4287

Tony Butler
 

Is anyone programming this for the FS1R?
With 8 operators, 8 formants, envelopes and LFO’s and effects it is a lot
of info for the screen size or are there multiple screens?
It would completely change the value of this amazing FM rack synth it this
were so.

Tony

On Thu, 12 Sep 2019 at 08:08, <YamahaDX@...> wrote:

[image: Yahoo! Groups]
<;_ylc=X3oDMTJjNmIyZGx2BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEc2VjA2Z0cgRzbGsDZ2ZwBHN0aW1lAzE1NjgyNzIwODA->
Mailinglist dedicated to the Yamaha DX series synthesizers. (DX7, DX21,
DX27, DX100, TX81Z, etc.) For swapping patches. Group
<;_ylc=X3oDMTJjN2s2OHRpBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEc2VjA2hkcgRzbGsDaHBoBHN0aW1lAzE1NjgyNzIwODA->
8 Messages
Digest #4287
1a
Hardware programmer for DX7/TX7 <#m_-375511869069317178_1a> by
martin@...
1b
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1b> by "Tom
Butcher" tiz9000
1c
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1c> by
"Martin Pavlas" martin@...
1d
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1d> by
"Nicole Massey"
1e
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1e> by
"Edward Schultheis" orlog2424
1f
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1f> by
rylos@...
1g
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1g> by
"Martin Pavlas" martin@...
1h
Re: Hardware programmer for DX7/TX7 <#m_-375511869069317178_1h> by
"Martin Pavlas" martin@...

Messages
1a Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxbDh1bWJtBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NDkEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 7:35 am (PDT) . Posted by: martin@...
<martin@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
Hi there,


I have put together a programmer that can be used for working with
DX7/TX7.. It was originally designed for Rhodes Chroma, but supporting my
TX7 came to my mind immediately after Chroma started working with it.. The
main idea is to visualize the sound parameters and keep reading all patch /
program changes, so that the information on the LCD is always up to date.


Demo of using it with TX7 can seen at

and info about the project at



I know that some of you might think that this is a promo for my project.
But my main motivation is to hear your feedback and suggestions. My long
term goal is to make it easier to work with patches on classic but
hard-to-program synths and dsps.


Cheers,


Martin




Reply to sender
<[email protected]?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxZzRscGE0BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NDkEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20949> .
All Messages (8)
<;_ylc=X3oDMTM2NWlmb212BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NDkEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
1b Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxdDhnZGpnBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTAEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 3:29 pm (PDT) . Posted by: "Tom Butcher" tiz9000
<tiz9000@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
Hi Martin:

Electra One looks great! One question - does it support downloading the
patch settings from the synth to set the initial values of the patch? I
have a DT7 which is awesome but one drawback is it’s hard to accomplish the
use case of “slightly tweak an existing patch.”

t

On Sep 11, 2019, at 4:47 AM, martin@... [YamahaDX] <
YamahaDX@...> wrote:


Hi there,



I have put together a programmer that can be used for working with
DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my
TX7 came to my mind immediately after Chroma started working with it. The
main idea is to visualize the sound parameters and keep reading all patch /
program changes, so that the information on the LCD is always up to date.



Demo of using it with TX7 can seen at
<
> and info about the project
at

I know that some of you might think that this is a promo for my project.
But my main motivation is to hear your feedback and suggestions. My long
term goal is to make it easier to work with patches on classic but
hard-to-program synths and dsps.



Cheers,



Martin






Reply to sender
<tiz9000@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxczNqYjc0BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTAEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20950> .
All Messages (8)
<;_ylc=X3oDMTM2bXVicWprBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTAEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
1c Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxM3FvdG9iBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTEEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 4:02 pm (PDT) . Posted by: "Martin Pavlas"
martin@...
<martin@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
Hi Tom,

yes it does. If you connect both MIDI IN and OUT of your DX7 to Electra it
will communicate with it to keep in sync.

If DX7 is on the list of connected devices (define in Electra’s preset)
Electra will fetch current patch on start up. Same counts for program
changes, whenever you change the program in DX7, Electra will catch that
info and will fetch the patch. Please see this video:


As it has 360 degree pots, it will not then make any abrupt changes in the
sound. It will just start from the point where given parameter value really
is. And they are real potentiometers not encoders.

M

On 12 Sep 2019, at 00:22, Tom Butcher tiz9000@... [YamahaDX] <
YamahaDX@...> wrote:

Hi Martin:


Electra One looks great! One question - does it support downloading the
patch settings from the synth to set the initial values of the patch? I
have a DT7 which is awesome but one drawback is it’s hard to accomplish the
use case of “slightly tweak an existing patch.”

t

On Sep 11, 2019, at 4:47 AM, martin@... <mailto:
martin@...> [YamahaDX] <YamahaDX@... <mailto:
YamahaDX@...>> wrote:


Hi there,



I have put together a programmer that can be used for working with
DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my
TX7 came to my mind immediately after Chroma started working with it. The
main idea is to visualize the sound parameters and keep reading all patch /
program changes, so that the information on the LCD is always up to date.



Demo of using it with TX7 can seen at
<
> and info about the project
at <>

I know that some of you might think that this is a promo for my
project. But my main motivation is to hear your feedback and suggestions.
My long term goal is to make it easier to work with patches on classic but
hard-to-program synths and dsps.



Cheers,



Martin






Reply to sender
<[email protected]?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxb2lzajhjBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTEEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20951> .
All Messages (8)
<;_ylc=X3oDMTM2Z2lmOWxpBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTEEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
1d Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxZTVqNmU4BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTIEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 4:29 pm (PDT) . Posted by: "Nicole Massey"
<nyyki@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
Okay, a couple of questions.
Am I reading this right, that it's computer control for patch editing for
DX7/TX7 devices? If so, how blind accessible is it? Meaning, does it use
standard Windows controls to edit, like arrows, tab, home and end, and page
up and down? Add spacebar select to that list. Any keyboard shortcuts or
accelerators?

Sent from my HAL 9000 in transit to Jupiter

-----Original Message-----
From: YamahaDX@... [mailto:YamahaDX@...]
Sent: Wednesday, September 11, 2019 6:03 PM
To: YamahaDX@...
Subject: Re: [YamahaDX] Hardware programmer for DX7/TX7

Hi Tom,

yes it does. If you connect both MIDI IN and OUT of your DX7 to Electra it
will communicate with it to keep in sync.

If DX7 is on the list of connected devices (define in Electra’s preset)
Electra will fetch current patch on start up. Same counts for program
changes, whenever you change the program in DX7, Electra will catch that
info and will fetch the patch. Please see this video:


As it has 360 degree pots, it will not then make any abrupt changes in the
sound. It will just start from the point where given parameter value really
is. And they are real potentiometers not encoders.

M

On 12 Sep 2019, at 00:22, Tom Butcher tiz9000@... <mailto:
tiz9000@...> [YamahaDX] <YamahaDX@... <mailto:
YamahaDX@...> > wrote:

Hi Martin:

Electra One looks great! One question - does it support downloading the
patch settings from the synth to set the initial values of the patch? I
have a DT7 which is awesome but one drawback is it’s hard to accomplish the
use case of “slightly tweak an existing patch.”

t


On Sep 11, 2019, at 4:47 AM, martin@... <mailto:martin@...>
[YamahaDX] <YamahaDX@... <mailto:YamahaDX@...> >
wrote:

Hi there,




I have put together a programmer that can be used for working with
DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my
TX7 came to my mind immediately after Chroma started working with it. The
main idea is to visualize the sound parameters and keep reading all patch /
program changes, so that the information on the LCD is always up to date.




Demo of using it with TX7 can seen at
<> and info about the project
at




I know that some of you might think that this is a promo for my project.
But my main motivation is to hear your feedback and suggestions. My long
term goal is to make it easier to work with patches on classic but
hard-to-program synths and dsps.




Cheers,




Martin







Reply to sender
<nyyki@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxaWVsdGZnBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTIEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20952> .
All Messages (8)
<;_ylc=X3oDMTM2cXQ0MGc5BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTIEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
1e Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxODNoaTRsBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTMEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 5:04 pm (PDT) . Posted by: "Edward Schultheis" orlog2424
<ordeish@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
It really does look nice.
Are there specific synths it works with?
I have fb01, tx7, and wt11. Ive been using ipad with bluetooth midi to
edit, BUT its a pain in the ass, as turning a knob on the screen makes
changes so fast, that i have to keep turning back and forth in order to get
what i want.
Also, i have to disconnect the bluetooth midi to then put it back into the
chain for actually playing music...
Does it allow for a midi thru, like is one of the outs able to be a midi
thru?
Id love to have something that i can just leave in the chain of devices
and edit when i want to, or play when i want to.
Looks very nice for sure!

On Sep 11, 2019, at 4:29 PM, 'Nicole Massey' nyyki@...
[YamahaDX] <YamahaDX@...> wrote:

Okay, a couple of questions.
Am I reading this right, that it's computer control for patch editing
for DX7/TX7 devices? If so, how blind accessible is it? Meaning, does it
use standard Windows controls to edit, like arrows, tab, home and end, and
page up and down? Add spacebar select to that list. Any keyboard shortcuts
or accelerators?

Sent from my HAL 9000 in transit to Jupiter

-----Original Message-----
From: YamahaDX@... [mailto:YamahaDX@...]
Sent: Wednesday, September 11, 2019 6:03 PM
To: YamahaDX@...
Subject: Re: [YamahaDX] Hardware programmer for DX7/TX7

Hi Tom,

yes it does. If you connect both MIDI IN and OUT of your DX7 to Electra
it will communicate with it to keep in sync.

If DX7 is on the list of connected devices (define in Electra’s preset)
Electra will fetch current patch on start up. Same counts for program
changes, whenever you change the program in DX7, Electra will catch that
info and will fetch the patch. Please see this video:


As it has 360 degree pots, it will not then make any abrupt changes in
the sound. It will just start from the point where given parameter value
really is. And they are real potentiometers not encoders.

M

On 12 Sep 2019, at 00:22, Tom Butcher tiz9000@... <mailto:
tiz9000@...> [YamahaDX] <YamahaDX@... <mailto:
YamahaDX@...> > wrote:

Hi Martin:

Electra One looks great! One question - does it support downloading the
patch settings from the synth to set the initial values of the patch? I
have a DT7 which is awesome but one drawback is it’s hard to accomplish the
use case of “slightly tweak an existing patch.”

t


On Sep 11, 2019, at 4:47 AM, martin@... <mailto:martin@...>
[YamahaDX] <YamahaDX@... <mailto:YamahaDX@...> >
wrote:

Hi there,




I have put together a programmer that can be used for working with
DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my
TX7 came to my mind immediately after Chroma started working with it. The
main idea is to visualize the sound parameters and keep reading all patch /
program changes, so that the information on the LCD is always up to date.




Demo of using it with TX7 can seen at
<> and info about the project
at




I know that some of you might think that this is a promo for my project.
But my main motivation is to hear your feedback and suggestions. My long
term goal is to make it easier to work with patches on classic but
hard-to-program synths and dsps.




Cheers,




Martin








Reply to sender
<ordeish@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxajlmcWNpBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTMEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20953> .
All Messages (8)
<;_ylc=X3oDMTM2aXU2bmdjBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTMEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
1f Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxbWluYjUxBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTQEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 9:49 pm (PDT) . Posted by: rylos@...
<rylos@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
It looks like a fun one. Being able to pull up a patch, then seamlessly
start tweaking is an ability that makes all the difference in the world,
but is lacking in most controller / editors.


Reply to sender
<rylos@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxYzBsY3U3BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTQEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20954> .
All Messages (8)
<;_ylc=X3oDMTM2b2huMHVjBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTQEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> ..
Top ^ <#m_-375511869069317178_toc>
1g Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxbTlrODI2BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTUEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 11:18 pm (PDT) . Posted by: "Martin Pavlas"
martin@...
<martin@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
sorry I had to get some sleep.

Are there specific synths it works with?
At this moment it works with DX7, Rhodes Chroma, and generally with
Continuous controllers. These were proof of concept synths and also I was
always very frustrated to program them. MIDI CC is a must. But the biggest
programming effort now goes now into something that I call editor for
templated sysex. It is similar to what Novation Zero, and others did, but I
adding functions to work with bits, checksums, nibbles as well as parsing
patch dumps and assign its data back to parameters.. The main idea is that
this editor will be a web application and even people without programming
skills should be able to add support for their synth. Electra uses JSON
file for the definition/description of the Midi implementation - so tech
savvy people can write it without the editor. I really love the idea that
these config files will be shared freely. There is a list of many classic
but knob impaired synths that are already being worked on - 20 electras are
out in hands of testing people. They are adding their gear. Another 20 will
go out in September, but it is strictly for testing. One will go to Dan
Forró from this group :)

I have fb01, tx7, and wt11. Ive been using ipad with bluetooth midi to
edit, BUT its a pain in the ass, as turning a knob on the screen makes
changes so fast, that i have to keep turning back and forth in order to get
what i want.
Also, i have to disconnect the bluetooth midi to then put it back into
the chain for actually playing music…

Yes, this was originally one of the motivations. ipad is a great thing,
but personally it does not work for me when working with synths.

Does it allow for a midi thru, like is one of the outs able to be a midi
thru?

It does have a MIDI thru (forward) between USB MIDI - MIDI ports and MIDI
Host port and - MIDI ports. And it works in both directions. It has
something that I call a MIDI bus, there are two and it always forwards
messages between USB dev port, USB host port, and MIDI DIN ports. There are
two buses in Electra One. Actions made with knobs and with touch are always
merged to the data on the bus. This allows you to control your synth with
knobs, keep it playing a sequence from device connected to USB host port or
USB MIDI port, and record it to your computer in the same time.

Id love to have something that i can just leave in the chain of devices
and edit when i want to, or play when i want to.

Setting up MIDI thru on DIN ports is possible. It is more a question of
making some screen for configuration. The concept described above is very
straightforward and does not need anything special.

Looks very nice for sure!

On Sep 11, 2019, at 4:29 PM, 'Nicole Massey' nyyki@...
<mailto:nyyki@...> [YamahaDX] <YamahaDX@... <mailto:
YamahaDX@...>> wrote:
Reply to sender
<[email protected]?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxNDg2cm1yBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTUEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20955> .
All Messages (8)
<;_ylc=X3oDMTM2cnV2dmY0BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTUEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
1h Re: Hardware programmer for DX7/TX7
<;_ylc=X3oDMTJxMW9tZzJyBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTYEc2VjA2Rtc2cEc2xrA3Ztc2cEc3RpbWUDMTU2ODI3MjA4MA-->
Wed Sep 11, 2019 11:25 pm (PDT) . Posted by: "Martin Pavlas"
martin@...
<martin@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7>
Hi Nicole,

it is a standalone device, computer is needed only for editing the presets
and instrument files. Once you have your presets in Electra, it does not
need a computer. You can, however, keep it connected and then it you can
see it what you do - like it can mirror the screen, see
<
>

blind accessibility - the editor would have to be adjusted so that it has
increased accessibility. But that is possible, Electra has sysex
implementation that allows full control. The web editor shown in the video
is only webpage that uses webMIDI in Chrome browser and sends/receives
SysEx midi messages from Electra. full documentation of sysex and JSON
files will be public. So if anybody was willing to work on it, it can be
done. I like the idea, but I have issue with time lately. If you wanted to
discuss that, feel free to contact me.

On 12 Sep 2019, at 01:29, 'Nicole Massey' nyyki@...
[YamahaDX] <YamahaDX@...> wrote:

Okay, a couple of questions.
Am I reading this right, that it's computer control for patch editing
for DX7/TX7 devices? If so, how blind accessible is it? Meaning, does it
use standard Windows controls to edit, like arrows, tab, home and end, and
page up and down? Add spacebar select to that list. Any keyboard shortcuts
or accelerators?
Reply to sender
<[email protected]?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply to group
<YamahaDX@...?subject=Re%3A%20Hardware%20programmer%20for%20DX7%2FTX7> .
Reply via Web Post
<;_ylc=X3oDMTJxNXBlczg5BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTYEc2VjA2Rtc2cEc2xrA3JwbHkEc3RpbWUDMTU2ODI3MjA4MA--?act=reply&messageNum=20956> .
All Messages (8)
<;_ylc=X3oDMTM2dTVhZ2k1BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEbXNnSWQDMjA5NTYEc2VjA2Rtc2cEc2xrA3Z0cGMEc3RpbWUDMTU2ODI3MjA4MAR0cGNJZAMyMDk0OQ--> .
Top ^ <#m_-375511869069317178_toc>
Visit Your Group
<;_ylc=X3oDMTJkdmhhcDBiBF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEc2VjA3Z0bARzbGsDdmdocARzdGltZQMxNTY4MjcyMDgw>


[image: Yahoo! Groups]
<;_ylc=X3oDMTJjNmIyZGx2BF9TAzk3MzU5NzE1BGdycElkAzI4MDg3OQRncnBzcElkAzE3MDUwMzIxNDQEc2VjA2Z0cgRzbGsDZ2ZwBHN0aW1lAzE1NjgyNzIwODA->
? Privacy <> ?
Unsubscribe <YamahaDX-unsubscribe@...?subject=Unsubscribe> ? Terms
of Use <>
--
Tony Butler


Re: Hardware programmer for DX7/TX7

 

开云体育

Hi Nicole,

it is a standalone device, computer is needed only for editing the presets and instrument files. Once you have your presets in Electra, it does not need a computer. You can, however, keep it connected and then it you can see it what you do - like it can mirror the screen, see?

blind accessibility - the editor would have to be adjusted so that it has increased accessibility. But that is possible, Electra has sysex implementation that allows full control. The web editor shown in the video is only webpage that uses webMIDI in Chrome browser and sends/receives SysEx midi messages from Electra. full documentation of sysex and JSON files will be public. So if anybody was willing to work on it, it can be done. I like the idea, but I have issue with time lately. If you wanted to discuss that, feel free to contact me.


On 12 Sep 2019, at 01:29, 'Nicole Massey' nyyki@... [YamahaDX] <YamahaDX@...> wrote:

Okay, a couple of questions.
Am I reading this right, that it's computer control for patch editing for DX7/TX7 devices? If so, how blind accessible is it? Meaning, does it use standard Windows controls to edit, like arrows, tab, home and end, and page up and down? Add spacebar select to that list. Any keyboard shortcuts or accelerators?


Re: Hardware programmer for DX7/TX7

 

开云体育

sorry I had to get some sleep.


?Are there specific synths it works with?

At this moment it works with DX7, Rhodes Chroma, and generally with Continuous controllers. These were proof of concept synths and also I was always very frustrated to program them. MIDI CC is a must. But the biggest programming ?effort now goes now into something that I call editor for templated sysex. It is similar to what Novation Zero, and others did, but I adding functions to work with bits, checksums, nibbles as well as parsing patch dumps and assign its data back to parameters. The main idea is that this editor will be a web application and even people without programming skills should be able to add support for their synth. Electra uses JSON file for the definition/description of the Midi implementation - so tech savvy people can write it without the editor. I really love the idea that these config files will be shared freely. There is a list of many classic but knob impaired synths that are already being worked on - 20 electras are out in hands of testing people. They are adding their gear. Another 20 will go out in September, but it is strictly for testing. One will go to Dan Forró from this group :)

?I have fb01, tx7, and wt11. Ive been using ipad with bluetooth midi to edit, BUT its a pain in the ass, as turning a knob on the screen makes changes so fast, that i have to keep turning back and forth in order to get what i want.
?Also, i have to disconnect the bluetooth midi to then put it back into the chain for actually playing music…

Yes, this was originally one of the motivations. ipad is a great thing, but personally it does not work for me when working with synths.

?Does it allow for a midi thru, like is one of the outs able to be a midi thru?

It does have a MIDI thru (forward) between USB MIDI - MIDI ports and MIDI Host port and - MIDI ports. And it works in both directions. It has something that I call a MIDI bus, there are two and it always forwards messages between USB dev port, USB host port, and MIDI DIN ports. There are two buses in Electra One. Actions made with knobs and with touch are always merged to the data on the bus. This allows you to control your synth with knobs, keep it playing a sequence from device connected to USB host port or USB MIDI port, and record it to your computer in the same time.

?Id love to have something that i can just leave in the chain of devices and edit when i want to, or play when i want to.

Setting up MIDI thru on DIN ports is possible. It is more a question of making some screen for configuration. The concept described above is very straightforward and does not need anything special.

?Looks very nice for sure!

On Sep 11, 2019, at 4:29 PM, 'Nicole Massey'?nyyki@...?[YamahaDX] <YamahaDX@...> wrote:



Re: Hardware programmer for DX7/TX7

 

It looks like a fun one.? Being able to pull up a patch, then seamlessly start tweaking is an ability that makes all the difference in the world, but is lacking in most controller / editors.


Re: Hardware programmer for DX7/TX7

 

开云体育

It really does look nice.
?Are there specific synths it works with?
?I have fb01, tx7, and wt11. Ive been using ipad with bluetooth midi to edit, BUT its a pain in the ass, as turning a knob on the screen makes changes so fast, that i have to keep turning back and forth in order to get what i want.
?Also, i have to disconnect the bluetooth midi to then put it back into the chain for actually playing music...
?Does it allow for a midi thru, like is one of the outs able to be a midi thru?
?Id love to have something that i can just leave in the chain of devices and edit when i want to, or play when i want to.
?Looks very nice for sure!

On Sep 11, 2019, at 4:29 PM, 'Nicole Massey' nyyki@... [YamahaDX] <YamahaDX@...> wrote:

?

Okay, a couple of questions.
Am I reading this right, that it's computer control for patch editing for DX7/TX7 devices? If so, how blind accessible is it? Meaning, does it use standard Windows controls to edit, like arrows, tab, home and end, and page up and down? Add spacebar select to that list. Any keyboard shortcuts or accelerators?

Sent from my HAL 9000 in transit to Jupiter

-----Original Message-----
From: YamahaDX@... [mailto:YamahaDX@...]
Sent: Wednesday, September 11, 2019 6:03 PM
To: YamahaDX@...
Subject: Re: [YamahaDX] Hardware programmer for DX7/TX7

Hi Tom,

yes it does. If you connect both MIDI IN and OUT of your DX7 to Electra it will communicate with it to keep in sync.

If DX7 is on the list of connected devices (define in Electra’s preset) Electra will fetch current patch on start up. Same counts for program changes, whenever you change the program in DX7, Electra will catch that info and will fetch the patch. Please see this video:

As it has 360 degree pots, it will not then make any abrupt changes in the sound. It will just start from the point where given parameter value really is. And they are real potentiometers not encoders.

M

On 12 Sep 2019, at 00:22, Tom Butcher tiz9000@... <mailto:tiz9000@...> [YamahaDX] <YamahaDX@... <mailto:YamahaDX@...> > wrote:

Hi Martin:

Electra One looks great! One question - does it support downloading the patch settings from the synth to set the initial values of the patch? I have a DT7 which is awesome but one drawback is it’s hard to accomplish the use case of “slightly tweak an existing patch.”

t


On Sep 11, 2019, at 4:47 AM, martin@... <mailto:martin@...> [YamahaDX] <YamahaDX@... <mailto:YamahaDX@...> > wrote:

Hi there,




I have put together a programmer that can be used for working with DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my TX7 came to my mind immediately after Chroma started working with it. The main idea is to visualize the sound parameters and keep reading all patch / program changes, so that the information on the LCD is always up to date.




Demo of using it with TX7 can seen at <> and info about the project at




I know that some of you might think that this is a promo for my project. But my main motivation is to hear your feedback and suggestions. My long term goal is to make it easier to work with patches on classic but hard-to-program synths and dsps.




Cheers,




Martin








Re: Hardware programmer for DX7/TX7

 

Okay, a couple of questions.
Am I reading this right, that it's computer control for patch editing for DX7/TX7 devices? If so, how blind accessible is it? Meaning, does it use standard Windows controls to edit, like arrows, tab, home and end, and page up and down? Add spacebar select to that list. Any keyboard shortcuts or accelerators?

Sent from my HAL 9000 in transit to Jupiter

-----Original Message-----
From: YamahaDX@... [mailto:YamahaDX@...]
Sent: Wednesday, September 11, 2019 6:03 PM
To: YamahaDX@...
Subject: Re: [YamahaDX] Hardware programmer for DX7/TX7



Hi Tom,

yes it does. If you connect both MIDI IN and OUT of your DX7 to Electra it will communicate with it to keep in sync.

If DX7 is on the list of connected devices (define in Electra’s preset) Electra will fetch current patch on start up. Same counts for program changes, whenever you change the program in DX7, Electra will catch that info and will fetch the patch. Please see this video:

As it has 360 degree pots, it will not then make any abrupt changes in the sound. It will just start from the point where given parameter value really is. And they are real potentiometers not encoders.

M



On 12 Sep 2019, at 00:22, Tom Butcher tiz9000@... <mailto:tiz9000@...> [YamahaDX] <YamahaDX@... <mailto:YamahaDX@...> > wrote:


Hi Martin:


Electra One looks great! One question - does it support downloading the patch settings from the synth to set the initial values of the patch? I have a DT7 which is awesome but one drawback is it’s hard to accomplish the use case of “slightly tweak an existing patch.”

t



On Sep 11, 2019, at 4:47 AM, martin@... <mailto:martin@...> [YamahaDX] <YamahaDX@... <mailto:YamahaDX@...> > wrote:



Hi there,




I have put together a programmer that can be used for working with DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my TX7 came to my mind immediately after Chroma started working with it. The main idea is to visualize the sound parameters and keep reading all patch / program changes, so that the information on the LCD is always up to date.




Demo of using it with TX7 can seen at <> and info about the project at




I know that some of you might think that this is a promo for my project. But my main motivation is to hear your feedback and suggestions. My long term goal is to make it easier to work with patches on classic but hard-to-program synths and dsps.




Cheers,




Martin


Re: Hardware programmer for DX7/TX7

 

开云体育

Hi Tom,

yes it does. If you connect both MIDI IN and OUT of your DX7 to Electra it will communicate with it to keep in sync.

If DX7 is on the list of connected devices (define in Electra’s preset) Electra will fetch current patch on start up. Same counts for program changes, whenever you change the program in DX7, Electra will catch that info and will fetch the patch. Please see this video:?

As it has 360 degree pots, it will not then make any abrupt changes in the sound. It will just start from the point where given parameter value really is. And they are real potentiometers not encoders.

M


On 12 Sep 2019, at 00:22, Tom Butcher tiz9000@... [YamahaDX] <YamahaDX@...> wrote:

Hi Martin:


Electra One looks great! ?One question - does it support downloading the patch settings from the synth to set the initial values of the patch? ?I have a DT7 which is awesome but one drawback is it’s hard to accomplish the use case of “slightly tweak an existing patch.”

t

On Sep 11, 2019, at 4:47 AM,?martin@...?[YamahaDX] <YamahaDX@...> wrote:


Hi there,


I have put together a programmer that can be used for working with DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my TX7 came to my mind immediately after Chroma started working with it. The main idea is to visualize the sound parameters and keep reading all patch / program changes, so that the information on the LCD is always up to date.


Demo of using it with TX7 can seen at??and info about the project at?


I know that some of you might think that this is a promo for my project. But my main motivation is to hear your feedback and suggestions. My long term goal is to make it easier to work with patches on classic but hard-to-program synths and dsps.


Cheers,


Martin








Re: Hardware programmer for DX7/TX7

Tom Butcher
 

开云体育

Hi Martin:

Electra One looks great! ?One question - does it support downloading the patch settings from the synth to set the initial values of the patch? ?I have a DT7 which is awesome but one drawback is it’s hard to accomplish the use case of “slightly tweak an existing patch.”

t

On Sep 11, 2019, at 4:47 AM, martin@... [YamahaDX] <YamahaDX@...> wrote:


Hi there,


I have put together a programmer that can be used for working with DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my TX7 came to my mind immediately after Chroma started working with it. The main idea is to visualize the sound parameters and keep reading all patch / program changes, so that the information on the LCD is always up to date.


Demo of using it with TX7 can seen at??and info about the project at?


I know that some of you might think that this is a promo for my project. But my main motivation is to hear your feedback and suggestions. My long term goal is to make it easier to work with patches on classic but hard-to-program synths and dsps.


Cheers,


Martin






Hardware programmer for DX7/TX7

 

Hi there,


I have put together a programmer that can be used for working with DX7/TX7. It was originally designed for Rhodes Chroma, but supporting my TX7 came to my mind immediately after Chroma started working with it. The main idea is to visualize the sound parameters and keep reading all patch / program changes, so that the information on the LCD is always up to date.


Demo of using it with TX7 can seen at??and info about the project at


I know that some of you might think that this is a promo for my project. But my main motivation is to hear your feedback and suggestions. My long term goal is to make it easier to work with patches on classic but hard-to-program synths and dsps.


Cheers,


Martin




another new interesting FM project: XFM

 

looks like 2019 is FM year:

"XFM is a polyphonic, 32-voice, 6-operator FM synthesizer stereo module that you can build yourself.”
its based on a cheap FPGA chip and clocks in at less than 100$.

i exchange several emails with the (very friendly and responsive) developer, who told me, that he had an architecture similar to the tx816 in mind.
since the hardware has already midi link built in, that should be very straigthforward.

i suggested loopable envelopes and a pitch eg per operator and he replied that "the "inexpensive synth challenge" has been cleared”, he is working on a project with a more powerful FPGA board, which *could* host these things and other ideas too.

definately on my watchlist!

cheers
hans