Author Topic: Newbie needs help.  (Read 6988 times)

0 Members and 1 Guest are viewing this topic.

Offline guitpic1

Newbie needs help.
« on: February 03, 2018, 09:35:38 AM »
Hello I’m back in the fold..at least for now as I’m trying out a Genos...very impressed with the keyboard by the way.

Is there some step by step instruction that exists for creating a registration list?  I’ve read the manuals...no luck.  Tried to figure it out on the Genos...no luck.  Been lurking here but there’s too much info to sort out.

What I’m trying to do is create a single file that has every song I do.  I would like to use a bank of 10 panels or registrations for one song as I do on my S970.

Suggestions?

I think the playlist must be something similar to the set list on my 4X?

« Last Edit: February 03, 2018, 09:39:01 AM by guitpic1 »
guitpic1

For me, the goal is to keep growing/learning.
 

Offline Fred Smith

Re: Newbie needs help.
« Reply #1 on: February 03, 2018, 10:29:28 AM »
To create a Playlist:

1. Press the Playlist button
2. Press the New icon (top of the display).
3. Press Continue
4. Press one of the Add Record icons
5. Select the registrations you want in the Playlist.
6. Press Save.
7. Name your Playlist.

Fred
Fred Smith,
Saskatoon, SK
Sun Lakes, AZ
Genos, Bose L1 compacts, Finale 2015
Check out my Registration Lessons
 

Offline guitpic1

Re: Newbie needs help.
« Reply #2 on: February 03, 2018, 01:46:11 PM »
Tx Fred.   I got quite a bit a help from you when I first got into Yamaha arrangers years ago.

Tx again.
guitpic1

For me, the goal is to keep growing/learning.
 

Offline Al Ram

Re: Newbie needs help.
« Reply #3 on: February 03, 2018, 01:52:09 PM »
Guitpic
You are probably referring to have a list of songs in the keyboard.

Not sure if you use the SongBook+ application.   I have a Genos and use the SongBook+ application connected to Genos. 

I use up to 10 registration buttons for each song. 

I do not use the Genos playlist because I have my lists in SongBook+.   I can easily create one playlist with every song i have as well as different playlist for each gig.   

Hope this helps.

thanks
AL
San Diego/Tijuana
 

Offline guitpic1

Re: Newbie needs help.
« Reply #4 on: February 03, 2018, 09:12:50 PM »
Tx Al.

I would prefer to just use the keyboard registrations or playlist for my gigs...at least until I learn more.
guitpic1

For me, the goal is to keep growing/learning.
 

Offline guitpic1

Re: Newbie needs help.
« Reply #5 on: February 03, 2018, 09:18:10 PM »
If I wanted to have all my songs in one file would I use Playlist or a registration file?

 On my S970, I have one registration file that has all the songs, filed by registrations.  And each new registration I add is automatically filed alphabetically.

Guess I haven’t quite figured out how Genos organizes things.  I’m guessing the Genos system is good..just got to get this in my head.

Tx :)
guitpic1

For me, the goal is to keep growing/learning.
 

Offline Fred Smith

Re: Newbie needs help.
« Reply #6 on: February 03, 2018, 09:50:30 PM »
By "file", I'm sure you mean folder.

A registration bank is a file. Several registration banks are put in a folder.

Genos registration files are organized the same way as they were on any PSR, or any Tyros (or any computer for that matter). Files go in folders, and you can have as many as you want.

On a Genos, you are limited to 2500 files per folder. On a Tyros, the limit was 500. On most PSRs, the limit was 250.

Organize your registration files the way it's most convenient for you to find what you want. You can certainly have all your registration files in one folder if you want, and the keyboard will list them alphabetically.

In my case, I find it takes too long to get to the Ws, for example, so I have 26 sub-folders, one for each letter of the alphabet. I can find the song I want much more quickly that way.

But the file organization is up to you, the same way it was on the PSR.

Fred
Fred Smith,
Saskatoon, SK
Sun Lakes, AZ
Genos, Bose L1 compacts, Finale 2015
Check out my Registration Lessons
 

Offline pjd

Re: Newbie needs help.
« Reply #7 on: February 03, 2018, 10:25:48 PM »
Hi --

If you're willing to use a text editor on a personal computer, you can create a playlist without a whole lot of Genos button pressing. I just went through this process and here are my working notes.

Have fun!

-- pj

A Genos Playlist is a tab-separated value (TSV) file with the extension ".tsv".

The first line in the file identifies the fields:

    TITLE   FILEPATH   REGIST   OPENVIEWER

The field names are separated by tab characters.

The rest of the file consists of Playlist records. Each line is a record with four tab-separated fields:

    TITLE          Song title (embedded spaces are OK)
    FILEPATH       Path to the registration bank file
    REGIST         Number of the registration within the bank [0:9]
    OPENVIEWER     One of OFF, SCORE, LYRICS, TEXT.

There isn't any special end-of-list record.

REGIST selects a registration memory location. The range of values is 0 to 9 (button 1 to button 10). The REGIST value may also be "OFF", meaning that a button is not selected when the registration is loaded.

Example playlist:

TITLE   FILEPATH   REGIST   OPENVIEWER
La Playa   I:/PlaylistForGenos/Ballroom/La Playa.rgt   0   OFF
Matrimony   I:/PlaylistForGenos/Ballroom/Matrimony.rgt   0   OFF
Moon River   I:/PlaylistForGenos/Ballroom/Moon River.rgt   0   OFF
Patricia   I:/PlaylistForGenos/Ballroom/Patricia.rgt   0   OFF


Drive I: is the first USB drive. Drive C: is the internal (USER) drive.

My registrations are stored in the internal drive directory: "C:\REGIST". My registration banks have path names like:

    C:\REGIST\1950sRock.S917.RGT
    C:\REGIST\Motown.S917.RGT
    ...

Each registration within a bank is a song (style, tempo, WAV file, etc.)

Given a list of titles, add the registration path and button number to the playlist file, e.g.,

TITLE   FILEPATH   REGIST   OPENVIEWER
Whatd I Say   C:\REGIST\1950sRock.S917.RGT   1   OFF
Then You Can Tell Me   C:\REGIST\1950sRock.S917.RGT   2   OFF
Tears Of A Clown   C:\REGIST\Motown.S917.RGT   1   OFF
Heatwave   C:\REGIST\Motown.S917.RGT   2   OFF
I'll Be Around   C:\REGIST\Motown.S917.RGT   3   OFF
I'll Be There   C:\REGIST\Motown.S917.RGT   4   OFF
Just My Imagination   C:\REGIST\Motown.S917.RGT   5   OFF
Nightshift   C:\REGIST\Motown.S917.RGT   6   OFF
What Does It Take   C:\REGIST\Motown.S917.RGT   7   OFF

 

Offline Oldden

Re: Newbie needs help.
« Reply #8 on: February 03, 2018, 11:23:00 PM »
Hi pjs,
I like your reply, can't click the like button its not working.
I wonder how long before we get a Windows program to do all you say. Text editor is fine, but always a chance of typing the wrong thing in. That's me mainly I'm talking about.

Oldden
 

Offline Oldden

Re: Newbie needs help.
« Reply #9 on: February 03, 2018, 11:34:17 PM »
Hi Pjd

Oops sorry, I know it is Pjd and not pjs. Blame it on old eyes, and big fingers on a small iPad.

Oldden
 

Offline StuartR

Re: Newbie needs help.
« Reply #10 on: February 04, 2018, 01:40:41 AM »
Hi --

If you're willing to use a text editor on a personal computer, you can create a playlist without a whole lot of Genos button pressing. I just went through this process and here are my working notes.

Have fun!

-- pj

A Genos Playlist is a tab-separated value (TSV) file with the extension ".tsv".

The first line in the file identifies the fields:

    TITLE   FILEPATH   REGIST   OPENVIEWER

The field names are separated by tab characters.

The rest of the file consists of Playlist records. Each line is a record with four tab-separated fields:

    TITLE          Song title (embedded spaces are OK)
    FILEPATH       Path to the registration bank file
    REGIST         Number of the registration within the bank [0:9]
    OPENVIEWER     One of OFF, SCORE, LYRICS, TEXT.

There isn't any special end-of-list record.

REGIST selects a registration memory location. The range of values is 0 to 9 (button 1 to button 10). The REGIST value may also be "OFF", meaning that a button is not selected when the registration is loaded.

Example playlist:

TITLE   FILEPATH   REGIST   OPENVIEWER
La Playa   I:/PlaylistForGenos/Ballroom/La Playa.rgt   0   OFF
Matrimony   I:/PlaylistForGenos/Ballroom/Matrimony.rgt   0   OFF
Moon River   I:/PlaylistForGenos/Ballroom/Moon River.rgt   0   OFF
Patricia   I:/PlaylistForGenos/Ballroom/Patricia.rgt   0   OFF


Drive I: is the first USB drive. Drive C: is the internal (USER) drive.

My registrations are stored in the internal drive directory: "C:\REGIST". My registration banks have path names like:

    C:\REGIST\1950sRock.S917.RGT
    C:\REGIST\Motown.S917.RGT
    ...

Each registration within a bank is a song (style, tempo, WAV file, etc.)

Given a list of titles, add the registration path and button number to the playlist file, e.g.,

TITLE   FILEPATH   REGIST   OPENVIEWER
Whatd I Say   C:\REGIST\1950sRock.S917.RGT   1   OFF
Then You Can Tell Me   C:\REGIST\1950sRock.S917.RGT   2   OFF
Tears Of A Clown   C:\REGIST\Motown.S917.RGT   1   OFF
Heatwave   C:\REGIST\Motown.S917.RGT   2   OFF
I'll Be Around   C:\REGIST\Motown.S917.RGT   3   OFF
I'll Be There   C:\REGIST\Motown.S917.RGT   4   OFF
Just My Imagination   C:\REGIST\Motown.S917.RGT   5   OFF
Nightshift   C:\REGIST\Motown.S917.RGT   6   OFF
What Does It Take   C:\REGIST\Motown.S917.RGT   7   OFF


Excellent as usual, Paul. Yamaha could (and I'll argue should) have provided this info either in the reference manual or in a product video, especially since there are limited search and sort options in the current implementation. But it's early, and perhaps they'll update it as time progresses.
 

Offline pjd

Re: Newbie needs help.
« Reply #11 on: February 04, 2018, 03:13:14 AM »
Thanks! It took a few quick experiments to figure out "the Yamaha way." :)

-- pj
 

Offline guitpic1

Re: Newbie needs help.
« Reply #12 on: February 04, 2018, 06:08:57 AM »
Tx all for your help.
guitpic1

For me, the goal is to keep growing/learning.
 

Offline guitpic1

Re: Newbie needs help.
« Reply #13 on: February 04, 2018, 08:23:06 AM »
Update

With help from all of you, I did relearn the work flow.  I’m now able to do registrations/playlist...at least I think I have it.   I think I was over complicating it.

Many Tx

👍👍👍
guitpic1

For me, the goal is to keep growing/learning.