Author |
Message |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24388 Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320
|
Posted: Wed Jan 09, 2019 3:24 pm Post subject:
G2 patch viewer Subject description: Ian's good old patch viewer restored |
 |
|
I cant find the original page about this .. so here is a new one .. and will sticky it now.
Ian's (ian-s) patch viewer utitlity had stopped working, but Ian sent me some new files .. it seems that all is in order again now.
See : http://electro-music.com/patchviewer/?URL=/forum/download.php?id=46675 for an example
Thanks Ian!
Be sure to to drag the link into the bookmarks .. as indicated on the page .. and then later on:
- for pages with one patch or performance on them click the bookmark to see that patch/performance.
- for pages with more than one patch and or performance .. you can click on the paper click to see that specific one.
Handy for when you dont have your editor around (like on you tablet)!
Jan. |
|
Back to top
|
|
 |
crueltwist
Joined: Aug 22, 2005 Posts: 26 Location: absolute elsewhere
Audio files: 1
|
Posted: Sun Mar 17, 2024 12:10 am Post subject:
|
 |
|
How does this actually work Jan?
I can't work it out, many thanks! |
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24388 Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320
|
Posted: Sun Mar 17, 2024 3:22 am Post subject:
|
 |
|
Oh, it has this link ..
bookmarks bar =>pchview
to get the app into your bookmarks, then when it it is in your bookmarks :
Quote: | - for pages with one patch or performance on them click the bookmark to see that patch/performance.
- for pages with more than one patch and or performance .. you can click on the paper clip (on or near the attachment) to see that specific one. |
That paper clip got a bit list in my previous post ... your bookmarks must be visible of curse to be able to execute the first point .. [Ctrl+B in some browsers to toggle bookmarkvisibility, and if that is not working there is some menu entry somewhere .. probably :)] _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
Posted: Sat Apr 20, 2024 10:25 pm Post subject:
|
 |
|
crueltwist wrote: | How does this actually work Jan?
I can't work it out, many thanks! |
Or you can just use the [see] link in the second column of any G2 patch archive listing on this site. Thanks for adding that Jan. |
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24388 Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320
|
Posted: Sun Apr 21, 2024 4:59 am Post subject:
|
 |
|
I forgot
Hi Ian  _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
nord_balls

Joined: Nov 07, 2005 Posts: 12 Location: New York, NY
G2 patch files: 1
|
Posted: Tue May 21, 2024 6:56 pm Post subject:
|
 |
|
Is the source code for this viewer available? |
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24388 Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320
|
Posted: Wed May 22, 2024 5:24 am Post subject:
|
 |
|
nord_balls wrote: | Is the source code for this viewer available? |
When you go to the example at : https://electro-music.com/patchviewer/?URL=/forum/download.php?id=46675
Then view the source code in your browser to see :
Code: |
// load required modules from appropriate host
var lnks = ["NordPch2b.js","nmg2mods.js","parammap.js","main.js","last.js"];
var host = document.location.host&&"https://electro-music.com/patchviewer/"||"";
for (var i=0, lnk; lnk=lnks[i]; i++) {
var st = document.createElement("script");
st.setAttribute("src", host+lnk);
st.async = false;
document.head.appendChild(st);
} |
and to know what other bits are being used.
I think the source would be complete then. _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
nord_balls

Joined: Nov 07, 2005 Posts: 12 Location: New York, NY
G2 patch files: 1
|
Posted: Wed May 22, 2024 9:47 am Post subject:
|
 |
|
blue hell wrote: |
Then view the source code in your browser |
oh nice, this is actual source not webpack gobbledygook. Thanks!! |
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
Posted: Tue Jun 18, 2024 3:48 pm Post subject:
|
 |
|
Just posted the original project folder zip over at Here |
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24388 Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320
|
Posted: Tue Jun 18, 2024 4:43 pm Post subject:
|
 |
|
EDIT : ow um .. i should READ posts first (100 x)
ian-s wrote: | Just posted the original project folder zip over at Here |
Or/And would you want the zip it be on the e-m server?
As in .. coud attach it .. or add it to the wiki .. or have the zip somewhere or .. whatever seems handy?
edit2 : and they are sticky posts already too  _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
Burp

Joined: Dec 18, 2006 Posts: 71 Location: NL
G2 patch files: 7
|
Posted: Mon Sep 02, 2024 6:14 am Post subject:
|
 |
|
ian-s wrote: | Just posted the original project folder zip over at Here |
Hi ian-s, i tried to contact you through PM but that didn't seem to work. I'm trying to put your patch viewer into an electron app, see: https://electro-music.com/forum/viewtopic.php?highlight=patch+viewer&t=74409. And that seems to work fine. Could be a the start of a new editor. How do you feel if i put your code on a GitHub repo (offcourse mentioning you)? _________________ if you don't know where you're going, you will allways arrive |
|
Back to top
|
|
 |
|