Genos is coming soon

Well, it’s official. Yamaha have created a special web site for Genos™ related announcements. The first posting is the teaser video which was accidentally released over the weekend. New videos will appear on September 15, 22 and 29. Dealer previews are scheduled during the last two weeks of September. Of course, we’re all dying to see the manuals and the data list PDF!

There’s one key graphic in the Yamaha annual report with the goal: Develop Products with Distinctive Individuality: Add original value to excellent basic functions and develop products others cannot imitate.

That’s a direct quote.

So, please review my summaries of recent Yamaha patents:

This is Yamaha staking out its claim in synth and arranger technology. Patents are expensive and Yamaha do not seek patent protection frivolously.

Hey, hey, serious stuff, but exciting!

Yamaha have filed several patents on styles and style playback using both MIDI data and digital audio. Not just audio drums, but pitched, melodic instrument parts.

When you hear a cello in the demo, that may very well be a recording of a real human being playing a real cello.

The playback engine tracks left hand chords. With respect to audio parts, the engine selects the most appropriate audio phrase from its library of audio recordings according to chord type. Time-stretching (etc.) adjusts for tempo and pitch-shifting adjusts for transposition. Thus, the recorded audio phrase is pitch- and tempo-matched against the musical clock and MIDI. Sounds easy, but try to do it right and do it in real-time!

I’m making a leap from patent filings to product, but my gut feeling as an engineer is strong about this one. (Feel the force, Luke.)

Or, we’ll all have a good laugh.

Copyright © 2017 Paul J. Drongowski

Flash dance?

So, is someone having a good laugh at us or is someone in trouble for accidentally releasing the Yamaha Genos teaser video? Or, is this a planned flash dance to get the fan base stirred up?

Debate is already raging on the PSR Tutorial Forum about the authenticity of the video. If it’s a fake, then hat’s are off to someone with brilliant production skills.

If you’ve seen the video, the instrument is not shown definitely. Rather, two hands conjure pixie dust into a stylized, 3-Dish instrument. There are one or two brief flashes of the rear view. (Not meaning to be crude, here.) The hands are disconnected from any meaningful musical gestures except for one deliberate gesture at roughly 46 seconds. A hand moves a slider in sync with an sforzando sweep in the soundtrack. Shades of Montage’s “Music in Motion” theme.

Observations include: six knobs, nine sliders, ten registration buttons, (probable) touch screen. Yamaha seem to have cornered the market on red and blue LED given this video and the Montage! Special thanks to Marcus, Maarten and Vinciane on the PSR Tutorial Forum for their keen eyes and steady disposition.

Here are a few captures from the unverified teaser video for the new Yamaha Genos arranger workstation. First up, the Genos logo. [Click on images for higher resolution.]

Next, is a close view of the knobs and faders. Mid-range PSR and Tyros models have a drawbar mode. Perhaps Yamaha have now given the drawbars proper faders? If true, Genos could be a terrific stage gig machine for the non-EDM types who crave quality acoustic piano, electric piano and B-3 organ. A shame that Montage didn’t fully nail drawbar control.

Finally, not so delicately put, is the rear view, presumably with all of the usual connectors provided for.

We’ll know for sure, soon. Dealer preview dates are September 18 (Europe) and September 28 (North America).

If you’re curious about what a new Yamaha arranger might do, then please read my blog posts about recent Yamaha R&D patents:

Copyright © 2017 Paul J. Drongowski

Inside Reface YC and CP

Like the Yamaha Reface DX and CS, the Reface YC and CP are brother and sister.

The Reface DX and CS use the Yamaha proprietary SSP2 integrated circuit (IC) for sound synthesis. A few minor hardware differences and the front panel aside, the main difference between DX and CS is software. The YC and CP designs are analogous although the tone generation method and hardware are different.

Sample playback and memory bandwidth

Many people focus on the computational aspects of tone generation and wave memory size, not realizing that memory bandwidth is just as important, if not critical, for sample playback. Waveform samples need to flow from wave memory to the tone generation apparatus whether tone generation is performed on a CPU or a proprietary tone generator IC like Yamaha’s previous generation SWP51L and the now current SWP70.

Sustainable polyphony depends on memory bandwidth. If available bandwidth is low, then polyphony is low. Raise bandwidth and you can raise polyphony, too, provided adequate computational resources (e.g., tone generation channels or CPU cycles) are available.

Several factors affect memory bandwidth.

  • The most obvious factor is the raw speed of the memory technology. Fast memory means high bandwidth.
  • Next is the kind of memory communication channel: shared or dedicated. If waveform samples and CPU code reside in the same physical memory component, then bandwidth must be shared between the CPU and the tone generator, lowering tone generation bandwidth and polyphony. Bandwidth is higher when the CPU and tone generator each have their own memory channel and component. Concurrency wins!
  • Bandwidth sometimes depends on the read access mode or pattern of the memory component. Concerns here include random vs. sequential access, word vs. paged, etc. This subject is a little too deep for this short note.
  • Finally, bandwidth depends on the bus organization: serial or parallel. Parallel buses move each bit in a word on a dedicated wire. Serial buses move moves sequentially on one or a few wires. Parallel is fast; serial is slower.

Of course, there are further factors and choices like the necessity for read-write access, non-volatile data storage, and so forth.

The instrument designer faces the challenge of supplying sufficient memory bandwidth, tone generation channels and polyphony at a particular price point. Polyphony and price point are market-driven requirements. Memory bandwidth and tone generation resources are technological. The designer must work within both kinds of requirements and constraints.

Internet discussions tend to dwell on memory speed and component cost alone, neglecting system-level design costs like board complexity, wiring and testing. A simple rule of thumb is, “More IC pins and wires means higher system cost.” Serial communication decreases pins and wires, but it compromises bandwidth. Shared buses also decrease the number of pins and wires, again, penalizing bandwidth. One expects to find serial communication and/or shared buses in low price products, while higher price products can reap the benefits of dedicated, parallel communication.

I must note that commodity bulk flash memory uses a serialized memory bus, but it does so by sequential paged reads and data caching. The SWP70 is compatible with commodity flash and uses a dedicated RAM cache to achieve high sample bandwidth. This scheme is cheaper than the SWP51L with its parallel dedicated wave bus.

Processor primer

Yamaha have several different processors at their disposal for main CPU, tone generation and effect processing (DSP) chores:

  • SWLxx: SWL processors, like the SWL01U, have integrated CPU, tone generation and DSP resources in the same IC. CPU instructions, data and waveform samples travel on the same shared bus. SWL processors are typically designed into value (i.e., entry-level) products. SWLs are also low power and ready for battery operation.
  • SWXxx: SWX processors have integrated CPU, tone generation and DSP resources on the same IC. CPU, tone generation and DSP each have a dedicated memory channel. SWX processors often appear in mid-range products.
  • SWPxx: SWP processors have a large number of tone generation and DSP elements, and no main CPU. The SWPs must be controlled by a separate main CPU.
  • SSP2: The SSP2 has an integrated CPU and DSP elements. The SSP2 is not used in AWM2 applications, appearing instead in computationally intensive synthesis engines (Reface CS and DX), vocal harmony processors, and digital mixers.

The SWL, SWX and SSP2 series processors are true “system on a chip (SOC)” designs with analog-to-digital conversion, bit-serial data (UART), USB, SPI and other interfaces. The CPU core is usually a variant of the Renesas SH architecture family. Architectural commonality facilitates code reuse across products. Yamaha have damned good engineers.

There are two different types of SWX processor: SWX02/SWX03 and the SWX08. The 02/03 variants appear in lower priced mid-range products. Examples include the MOX6 (SWX02), PSR-S650 (SWX02) and Piaggero NP-32 (SWX03). The SWX08 appear in the upper mid-range: PSR-S770, Reface YC and Reface CP.

Sometimes an SWX processor is used as the main computer controlling an SWP. For example, the SWX02 is the main computer in the MOX6/MOX8, controlling an SWP51L. Similarly, the SWX08 is the main computer in the PSR-S750, controlling an SWP51L. In both cases, the SWP51L handles all tone generation duties. Yamaha increases fabrication volume when it uses an SWX in this way.

At this point, semiconductor folks might ask if Yamaha fuses off TG or DSP deficient SWX08s and assigns them to main computer duty only. This strategy cuts waste as it deploys SWX08s with perfectly good CPUs and faulty, fused off TG and/or DSP circuitry. This is standard practice throughout the industry, so please don’t freak out.

Reface YC and Reface CP

The Yamaha Reface YC and the CP share the same digital logic board design. The main large-scale integrated (LSI) components are:

IC CPU (SWX08)   Yamaha R8A02042BG         SH-2A CPU core
Work SDRAM       Winbond W9812G6JH-6       8M x 16-bit word, 166MHz
DSP SDRAM        Winbond W9864G6KH-6       4M x 16-bit word, 166MHz
Program/Wave YC  Cypress S29GL256S90TFI020 16M x 16-bit word NOR flash
DAC              Asaki Kasei AK4396VF-E2   192kHz, 24-bit stereo DAC
Panel scan CPU   MB9AF141LAPMC1            ARM Cortex-M3 (32-bit core)
ADC              TI PCM1803ADBR            96kHz, 24-bit stereo ADC

The same ARM Cortex-M3 (32-bit core) processor is used in the Reface CS and Reface DX for panel and keyboard scan. Potentiometers and so forth are sensed by the ARM’s 12-bit analog to digital converter (ADC). Key scanning is performed through GPIO lines. (I don’t see any way to expand beyond 37 keys, unfortunately.)

The SWX08 is the main control computer. It handles the 5-pin MIDI interface and the USB interface. The ARM communicates with the SWX08 over a serial link (UART). Integral tone generation and DSP elements synthesize digital audio and effects.

The AK4396VF-E2 digital to analog converter (DAC) is also used in the PSR-S770 and PSR-S970 arranger workstations (among other Yamaha products.) The Montage employs the AK4393VM-E2 DAC by way of comparison. Digital audio for the internal speakers is converted by the Yamaha YDA176 digital amplifier.

The PCM1803ADBR ADC sends serial digital audio (24-bit I2S format) to the SWX08 where it is mixed with the synthesized tones.

DSP processors on the SWX08 have their own dedicated 16-bit data channel to DSP SDRAM (i.e., working memory for effects). The wave memory (NOR flash ROM) has a dedicated 16-bit parallel channel for samples. Wave memory is labelled “E:64MB / O:32MB”. Presumably, this means that the CP needs 64MBytes for electric piano waveforms and the YC needs 32MBytes for organ waveforms. I wonder if Yamaha substitute a larger, pin-compatible flash ROM in the Reface CP? I don’t have the Reface CP service manual in order to resolve this conjecture.

Summary

So, there you have it. Yamaha wisely designed the CS and DX as a pair and designed the CP and YC as a pair. I’m sure that shared board designs reduced their manufacturing costs.

Reface sales seem to be coming to an end. Nearly all Reface models have sold through in North America. Yamaha has either decided to cancel the Reface after the first production run or they will launch Reface 2.0, perhaps with full-size keyboards. They could easily design the guts of the YC and/or CP into the Piaggero NP-12 chassis. That would make for one killer, battery-powered stage machine!

Copyright © 2017 Paul J. Drongowski

Vocaloid keyboard announced

At long last, Yamaha have announced their Vocaloid™ keyboard, the VKB-100. The VKB-100 is a keytar design similar to the prototype shown at the “Two Yamahas, One Passion” exhibition at Roppongi Hills, Tokyo, July 3-5, 2015.

More details will be released in December 2017. However, this much is known:

  • Lyrics are entered using a dedicated application for smart phones and tablets via Bluetooth.
  • VY1 is the built-in default singing voice.
  • Up to 4 Vocaloid singers can be added using the application.
  • Four Vocaloid voices will be available: Hatsune Miku, Megpoid (GUMI), Aria on the Planets (IA), and Yuzuki Yukari.
  • Melody is played by the right hand while the left hand adds expression and navigates through the lyrics.
  • A speaker is built-in making the VKB-100 a self-contained instrument.

The VKB-100 was demonstrated at the Yamaha exhibition booth at the “Magical Mirai” conference held at the Makuhari Messe, September 1-3, 2017. Price is TBD.

VY1 is a female Japanese voice developed by Yamaha for its own products. VY1 does not have an avatar or character like other Vocaloid singers. This makes sense for Yamaha as they can freely incorporate VY1 in products without playing royalties or other intellectual property (IP) concerns.

The Vocaloid keyboard has had a long evolution, going through five iterations. The first three models did not use preloaded lyrics. Instead, the musician entered katakana with the left hand while playing the melody with the right hand. This proved to be too awkward and Yamaha moved to preloaded lyrics. The left hand controls on the neck add expression using pitch and mod wheels. The left hand also navigates through the lyrics as the musician “sings” via the instrument. The current lyrics are shown in a display just to the left of the keyboard where the musician can see them.

Yamaha will release more information on the Vocaloid keyboard site.

If you want to get started with Vocaloid and don’t want to spend a lot of Yen (or dollars), check out the Gakken NSX-39 Pocket Miku. Pocket Miku is a stylophone that plays preloaded Japanese lyrics. The NSX-39 also functions as a USB MIDI module with a General MIDI sound set within a Yamaha XG voice and effects architecture.

Be sure to read my Pocket Miku review and browse the resource links available at the bottom of the review page.

Copyright © 2017 Paul J. Drongowski

Vox VX50KB keyboard amplifier

With all of the new Korg keyboards, I missed the announcement of the Vox VX50KB keyboard amplifier. The VX50KB is part of the new Vox VX50 series of amplifiers. All the amps in the series have a street price of $229.99 and are currently shipping.

The VX50KB is a three channel keyboard amplifier that drives 50 Watts into an 8 inch, two-way coaxial speaker. Like the new Continental, the VX50KB warms up the sound with Nutube. Weight is an easy to wrangle 9 pounds (4.1 kg).

In the keyboard realm especially, sound quality depends upon the speaker and cabinet as a system. The VX50KB design is a bass reflex structure.

I’ll defer any judgement about sound quality until I hear one in action. Fat, deep organ tones quickly reveal any bass flatulence as well as the speaker’s ability to move air in the low frequency range. Oddly enough, mid-rangy French horns reveal flatulence, too. Strings are good for testing “boxiness” or “graniness.” If you want to hear grain, just listen to any amplifier in Roland’s KC series. The KC tweeters are inadequate.

September 1st goes to Korg

September 1st.

While rumors of Yamaha GENOS abound and Roland prepare to redefine the future (again), Korg drop:

Holy smokes! Normally this much excitement is reserved for Winter NAMM. Everybody wants a piece of Christmas season sales!

The KROSS 2 is an update of the KROSS synthesizer workstation. Not to be outdone by the Yamaha MX update, Korg has added two colors: dark blue and a limited edition red marble. The KROSS 2 boasts increased polyphony (from the previous 80 voices to 120 voices) and more preset sounds (from the previous 809 presets to 1,075 presets). There is a new stand, too.

The PA700 and PA1000 are updates on the PA600 and PA900 arrangers. You could kind of see the update coming as prices dropped on the PA600 and PA900 in recent months. The instruments have a new, maroon-ish color. Exapnsion memory is increased (PA1000: 600MB, PA700: 256MB). In addition to new voices and styles, the PA1000 update includes interactive KAOSS FX. KORG’s advertising is promoting the color touch panel and songbook, both of which are strong differentiators for the Korg line.

The big news is the Vox-branded Continental. It’s much more than an organ and includes acoustic piano, electric piano, drawbar organ, COMPACT organ (AKA Farfisa), strings, brass and more. Other notable features are the semi-weighted waterfall keyboard and Nutube valve drive. This puts the Connie in square competition with the Nord Electro 5d. The price is Nord-class, too: about $1,999 USD for the 61-key model. (There’s a 73-key model, too, $2,199 street.)

Aesthetically, the Connie has the old Vox color, but the narrower (and much lighter!) body looks chopped. The stand is not nearly as elegant as the old “S” stand. Nonetheless, it’s great to see a manufacturer take a crack at the old classic!

Copyright © 2017 Paul J. Drongowski