electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
go to the radio page Live at electro-music.com radio 1 Please visit the chat
  host / artist show at your time
today> Modulator ESP Adventures In Sound
 Forum index » Clavia Nord Modular » Nord Modular G2 Discussion
G2 patch viewer
Post new topic   Reply to topic Moderators: Nord Modular Editors
Page 1 of 1 [11 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24388
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Wed Jan 09, 2019 3:24 pm    Post subject:  G2 patch viewer
Subject description: Ian's good old patch viewer restored
Reply with quote  Mark this post and the followings unread

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
View user's profile Send private message Visit poster's website
crueltwist



Joined: Aug 22, 2005
Posts: 26
Location: absolute elsewhere
Audio files: 1

PostPosted: Sun Mar 17, 2024 12:10 am    Post subject: Reply with quote  Mark this post and the followings unread

How does this actually work Jan?
I can't work it out, many thanks!
Back to top
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24388
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Sun Mar 17, 2024 3:22 am    Post subject: Reply with quote  Mark this post and the followings unread

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.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
ian-s



Joined: Apr 01, 2004
Posts: 2672
Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626

PostPosted: Sat Apr 20, 2024 10:25 pm    Post subject: Reply with quote  Mark this post and the followings unread

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
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24388
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Sun Apr 21, 2024 4:59 am    Post subject: Reply with quote  Mark this post and the followings unread

I forgot Laughing

Hi Ian Very Happy

_________________
Jan
also .. could someone please turn down the thermostat a bit.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
nord_balls



Joined: Nov 07, 2005
Posts: 12
Location: New York, NY
G2 patch files: 1

PostPosted: Tue May 21, 2024 6:56 pm    Post subject: Reply with quote  Mark this post and the followings unread

Is the source code for this viewer available?
Back to top
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24388
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Wed May 22, 2024 5:24 am    Post subject: Reply with quote  Mark this post and the followings unread

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.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
nord_balls



Joined: Nov 07, 2005
Posts: 12
Location: New York, NY
G2 patch files: 1

PostPosted: Wed May 22, 2024 9:47 am    Post subject: Reply with quote  Mark this post and the followings unread

blue hell wrote:

Then view the source code in your browser


oh nice, this is actual source not webpack gobbledygook. Thanks!!
Back to top
View user's profile Send private message
ian-s



Joined: Apr 01, 2004
Posts: 2672
Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626

PostPosted: Tue Jun 18, 2024 3:48 pm    Post subject: Reply with quote  Mark this post and the followings unread

Just posted the original project folder zip over at Here
Back to top
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24388
Location: The Netherlands, Enschede
Audio files: 296
G2 patch files: 320

PostPosted: Tue Jun 18, 2024 4:43 pm    Post subject: Reply with quote  Mark this post and the followings unread

EDIT : ow um .. i should READ posts first (100 x) Laughing

ian-s wrote:
Just posted the original project folder zip over at Here


Cool

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 Shocked

_________________
Jan
also .. could someone please turn down the thermostat a bit.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
Burp



Joined: Dec 18, 2006
Posts: 71
Location: NL
G2 patch files: 7

PostPosted: Mon Sep 02, 2024 6:14 am    Post subject: Reply with quote  Mark this post and the followings unread

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic Moderators: Nord Modular Editors
Page 1 of 1 [11 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » Clavia Nord Modular » Nord Modular G2 Discussion
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use