Possibility of a link to Evernote Note from each Song

Hi, I’ve been trying to work within GP5 to bring up my Evernote account with a Note that has info and additional links specific to the Song I’m at in Song View. I have always used Evernote as a dashboard to access info, links, and tools relative to each of my songs. Would appreciate some help here if this is possible to do. Thanks!

In Gig Performer, you can use the Comment block to store information.

How would you expect Evernote to work with Gig Performer?

For band practice purposes, I have a page in Evernote that contains links to cover songs we’re working on. Clicking on any one of these links brings you to that song in Moises. Actually I’d like to be able to click on a song in GP5 and have it come up in Moises, is that possible?

What is Moises? Does it have an API? How do you control it from other applications?

Moises is an AI-powered music app that separates songs into individual tracks, like vocals, drums, and guitar, allowing musicians to practice and create music more effectively. It’s used to remove instruments from a song, change the speed or pitch, and generate AI-powered accompaniment for a musical idea. Yes, the Moises app has a Developer Platform that provides a GraphQL API for third-party applications to leverage its AI technologies programmatically. The API is currently in a beta phase.

Here is the URL to the Moises app website: https://moises.ai/

Oh I see — if I need to actually separate (or extract specific) stems, I prefer to use RipX - which just runs on my local machine and does an extremely good job of stem separation.

Song Master Pro also does an extremely good job of stem separation and is focused on rehearsal.

1 Like

Well, via GP Script, one can invoke the shell or other applications from inside Gig Performer so that might be helpful. Gig Performer also supports the ability to create 3rd party extensions written (typically) in C++ (though any language that can import C headers would work) and you could create an extension there to communicate with Moises or anything else.

It’s not clear that it would be worth our time to develop such things ourselves - there are more and more of these things coming out every day.

1 Like

Since you are on a Mac, maybe you could save that page as a single PDF file and then use this trick to load it.

Link: https://community.gigperformer.com/t/import-pdf-sheet-music-files/5730/5?u=npudar

Thanks, but the link is broken so I can’t see the trick you are referring to.

It is not broken, active users can see this category over time.

You can embed a single page PDF file into a ChordPro file that you can use with your song. Simply use the following within your ChordPro file

{image: /full-path-to-your-pdf.pdf}

1 Like

But is there a way to access the hyperlinks to Moises’ web based app? For that matter is there an ability to access any hyperlinks from Chord Pro?

Did you try this?
I’ll try to create a PDF with clickable links and see what happens when I load that PDF file.

Yes, I did try that and it didn’t work.