 |
|
|
04-02-2020, 01:34 AM
|
#681
|
Human being with feelings
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
|
See this post.
Alternately you can copy some files as your backup. See this post.
Hopefully you have your old files still. If not you'll have to re-add the plugins and scripts as described in the first link.
|
|
|
04-02-2020, 10:51 AM
|
#682
|
Human being with feelings
Join Date: May 2017
Posts: 324
|
Thanks. That explained a lot, I didn't back up Reapack repositories, I reinstalled some manually yesterday, will finish today  , I didnt have a lot of scripts so, lucky me. Thanks again!
|
|
|
04-03-2020, 10:59 PM
|
#683
|
Human being with feelings
Join Date: Jan 2019
Posts: 3
|
User Guide Downloadable in PDF?
Does there exist a PDF version of the user guide?
|
|
|
04-03-2020, 11:24 PM
|
#684
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Quote:
Originally Posted by Bobcat
Does there exist a PDF version of the user guide?
|
Here's one (generated from the original Markdown source using Pandoc): https://cfillion.ca/files/reapack/user-guide.pdf.
|
|
|
04-07-2020, 06:11 PM
|
#685
|
Human being with feelings
Join Date: Oct 2017
Posts: 1
|
ReaPack not showing
i just installed rewear_reapack64.dylib into my MacBook Pro 5, running under Catalina. I got the extension running, but ReaPack is not there. Any suggestions of what to do? Thanks
|
|
|
04-13-2020, 07:53 AM
|
#686
|
Human being with feelings
Join Date: Feb 2011
Location: Lawrence, KS
Posts: 124
|
Reapack not in extensions menu
Hey all. Longtime reaper user. Grabbed the reapack extension and put it in the user plugins folder. It doesn't appear in the extensions menu. I have restarted reaper, doublechecked that it's in the proper folder, and even directly scanned the userplugins folder- all of my other extensions appear (SWS, etc.) but not Reapack. Any ideas?
__________________
-Mike MacFarland
Core i7-1185G7 @3.0 Ghz, MSI Prestige EVO14, Win10 64 bit,16GB RAM,Presonus Quantum 2626/Apollo Twin USB
|
|
|
04-13-2020, 11:27 AM
|
#687
|
Human being with feelings
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,939
|
Quote:
Originally Posted by MJFarmermac
Hey all. Longtime reaper user. Grabbed the reapack extension and put it in the user plugins folder. It doesn't appear in the extensions menu. I have restarted reaper, doublechecked that it's in the proper folder, and even directly scanned the userplugins folder- all of my other extensions appear (SWS, etc.) but not Reapack. Any ideas?
|
Reaper-Reapack x86/x64 mismatch
|
|
|
04-13-2020, 03:23 PM
|
#688
|
Human being with feelings
Join Date: Feb 2011
Location: Lawrence, KS
Posts: 124
|
Reaper-Reapack x86/x64 mismatch
thanks mpl! I guess being a long time Reaper user doesn't prevent you from doing something dumb... Appreciate as always the friendly and helpful denizens of the Reaper forum
__________________
-Mike MacFarland
Core i7-1185G7 @3.0 Ghz, MSI Prestige EVO14, Win10 64 bit,16GB RAM,Presonus Quantum 2626/Apollo Twin USB
|
|
|
05-06-2020, 01:30 PM
|
#689
|
Human being with feelings
Join Date: Aug 2009
Location: NL
Posts: 1,416
|
How do you add multiple entries to provides in a JSFX?
I want to add both an RPL at the root plugin level, and a subdirectory. The reason being that the RPL is only auto-loaded as presets if it's at the root.
I tried:
Code:
provides:
- Reflectosaurus_Dependencies/*
- Reflectosaurus.jsfx.rpl
Code:
provides
Reflectosaurus.jsfx.rpl
Reflectosaurus_Dependencies/*
Code:
@provides
Reflectosaurus.jsfx.rpl
Reflectosaurus_Dependencies/*
Code:
@provides Reflectosaurus.jsfx.rpl
@provides Reflectosaurus_Dependencies/*
Code:
provides: Reflectosaurus_Dependencies/*
Reflectosaurus.jsfx.rpl
Code:
provides: Reflectosaurus_Dependencies/*,Reflectosaurus.jsfx.rpl
Code:
provides: Reflectosaurus_Dependencies/* Reflectosaurus.jsfx.rpl
Code:
provides: Reflectosaurus.jsfx.rpl Reflectosaurus_Dependencies/*
|
|
|
05-06-2020, 01:45 PM
|
#690
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
The contents of a multi-line value must be indented.
JSFX-style:
Code:
provides:
Reflectosaurus_Dependencies/*
Reflectosaurus.jsfx.rpl
ReaScript-style:
Code:
// @provides
// Reflectosaurus_Dependencies/*
// Reflectosaurus.jsfx.rpl
|
|
|
05-06-2020, 02:00 PM
|
#691
|
Human being with feelings
Join Date: Aug 2009
Location: NL
Posts: 1,416
|
Thank you cfillion!
|
|
|
05-11-2020, 04:35 PM
|
#692
|
Human being with feelings
Join Date: Oct 2016
Location: Spain
Posts: 313
|
Last edited by teniente powell; 05-12-2020 at 12:54 AM.
|
|
|
05-17-2020, 05:24 PM
|
#693
|
Human being with feelings
Join Date: Dec 2017
Posts: 83
|
Missing important instructions on how to install
Ok, so I downloaded reapack, from https://reapack.com using the big download button.
But now what?
I didn't see any info on the home page on how to install.
I checked this Reaper forum thread, but also didn't see any instructions.
Then I checked the link from the forum to the User Guide (at https://reapack.com/user-guide). (BTW, I didn't see this link at all on the home page), and I finally found the brief instructions:
Code:
Installation
Download the corresponding file for your platform matching REAPER's architecture (not to be confused with the architecture of your operating system).
Follow these steps to install ReaPack:
1. From REAPER: Options > Show REAPER resource path in explorer/finder
2. Put the downloaded file in the UserPlugins subdirectory
3. Restart REAPER. Done!
It sure would be nice if this Installation info was on the home page! It would also be nice if this info was in the first post in this thread.
Seems like a crucial omission for the new user. I had to go on a scavenger hunt to find it!
(Forgive me if was there all along, and I just missed it).
|
|
|
05-17-2020, 05:54 PM
|
#694
|
Human being with feelings
Join Date: Jul 2011
Location: Brooklyn
Posts: 2,553
|
Quote:
Originally Posted by tparker24
Ok, so I downloaded reapack, from https://reapack.com using the big download button.
But now what?
I didn't see any info on the home page on how to install.
I checked this Reaper forum thread, but also didn't see any instructions.
Then I checked the link from the forum to the User Guide (at https://reapack.com/user-guide). (BTW, I didn't see this link at all on the home page), and I finally found the brief instructions:
Code:
Installation
Download the corresponding file for your platform matching REAPER's architecture (not to be confused with the architecture of your operating system).
Follow these steps to install ReaPack:
1. From REAPER: Options > Show REAPER resource path in explorer/finder
2. Put the downloaded file in the UserPlugins subdirectory
3. Restart REAPER. Done!
It sure would be nice if this Installation info was on the home page! It would also be nice if this info was in the first post in this thread.
Seems like a crucial omission for the new user. I had to go on a scavenger hunt to find it!
(Forgive me if was there all along, and I just missed it).
|
Hey, tparker24, I hear you. I may qualify as the most often stupefied by such things in Reaper who might come to a thread like this, and I eventually somehow got it going
Unless the theme or something I'm using makes it different, Repack's menu should show up right up top on the Extensions menu. "Synchronizing" will update the repositories you have and put their files where they belong, which is generally JSFX, which show up in the FX browser, and scripts which go into the Actions list, where you can assign and run them.
edit: Well, I just updated SWS on a newer Mac and it's at the *bottom* of the menu : o but either way, it's in the Extensions menu
"Browse" enables you to search your installed reapacks by dev or keyword
"Import" is to add new repositories
"Manage" is to turn them on or off, and manage options
more or less
Cheers!
David
__________________
The reason rain dances work is because they don't stop dancing until it rains.
Last edited by vdubreeze; 05-17-2020 at 06:34 PM.
|
|
|
05-17-2020, 07:10 PM
|
#695
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Quote:
Originally Posted by tparker24
Then I checked the link from the forum to the User Guide (at https://reapack.com/user-guide). (BTW, I didn't see this link at all on the home page), and I finally found the brief instructions:It sure would be nice if this Installation info was on the home page!
It would also be nice if this info was in the first post in this thread.
|
The User Guide is the first link in the menu at the top of every page. (It's also in the first post.)
EDIT: I've added another link in the sidebar below the download buttons.
Last edited by cfillion; 05-17-2020 at 09:06 PM.
|
|
|
05-17-2020, 08:13 PM
|
#696
|
Human being with feelings
Join Date: Dec 2017
Posts: 83
|
So, a HUGE download button, but then tiny, tiny, fine print to get the crucial installation instructions? Doesn't make sense to me.
The installation instructions are very short, why not just include them right on the home page, and follow them with a note like, "For usage information please see the User Guide [link]".
Not trying to be difficult; just trying to be helpful and make things easier for future users.
|
|
|
05-17-2020, 09:17 PM
|
#698
|
Human being with feelings
Join Date: Dec 2017
Posts: 83
|
Nice! Thank you.
|
|
|
07-16-2020, 01:50 PM
|
#699
|
Human being with feelings
Join Date: May 2014
Location: Norway
Posts: 978
|
Made a script today. "Move items to markers with the same name as active take". Great for syncing footsteps to a video.
Uploading now.
|
|
|
07-17-2020, 07:24 AM
|
#700
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,157
|
It would be better to leave this Thread for issues of ReaPack itself, and not it's content ! Same is better discussed in the script forum.
-Michael
|
|
|
07-21-2020, 11:11 PM
|
#701
|
Human being with feelings
Join Date: Jul 2020
Posts: 1
|
I have some friends using CuBase Are there any plans to allow ReaPack to work with ReaJS for finding and installing JSFXes ?
https://omegle-online.com/
Last edited by fuhiaka; 07-22-2020 at 08:05 PM.
|
|
|
07-22-2020, 05:15 AM
|
#702
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,157
|
CuBase can't install nor use anything of what might be the content of ReaPack (e.g. JSFX, ReaScripts, Reaper extensions, Language Packs, Themes, Web interfaces.
-Michael
|
|
|
07-22-2020, 02:16 PM
|
#703
|
Human being with feelings
Join Date: Oct 2007
Location: home is where the heart is
Posts: 11,969
|
Quote:
Originally Posted by mschnell
CuBase can't install nor use anything of what might be the content of ReaPack (e.g. JSFX, ReaScripts, Reaper extensions, Language Packs, Themes, Web interfaces.
-Michael
|
JSFX can be run in other DAWs via ReaJS (on Windows).
|
|
|
07-22-2020, 10:23 PM
|
#704
|
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,157
|
Hence a stand-alone version of ReaPack might be a nice idea.
-Michael
Last edited by mschnell; 07-23-2020 at 02:35 AM.
|
|
|
08-19-2020, 09:54 PM
|
#705
|
Human being with feelings
Join Date: Jun 2009
Posts: 65
|
Quote:
Originally Posted by dodo3001
i just installed rewear_reapack64.dylib into my MacBook Pro 5, running under Catalina. I got the extension running, but ReaPack is not there. Any suggestions of what to do? Thanks
|
Is Reapack still a no go on Catalina or is there an installation workaround? I've been trying with "reaper_reapack-x86_64.dylib". Thanks.
|
|
|
08-20-2020, 03:20 AM
|
#706
|
Human being with feelings
Join Date: Apr 2013
Location: France
Posts: 9,559
|
|
|
|
08-20-2020, 04:56 AM
|
#707
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Quote:
Originally Posted by dadek
Is Reapack still a no go on Catalina or is there an installation workaround? I've been trying with "reaper_reapack-x86_64.dylib". Thanks.
|
Tell Catalina it's fine to run it in System Preferences > Security & Privacy. Then choose Open when prompted the next time REAPER is started. This only needs to be done once.
|
|
|
08-20-2020, 09:49 PM
|
#708
|
Human being with feelings
Join Date: Jun 2009
Posts: 65
|
Fantastic. Had never done it directly from preferences before. Thanks!
|
|
|
09-05-2020, 07:46 AM
|
#709
|
Human being with feelings
Join Date: May 2014
Location: Norway
Posts: 978
|
Quote:
Originally Posted by X-Raym
|
Oh no! I did a search through ReaPack too. I guess I used the wrong terms.
|
|
|
09-15-2020, 03:34 PM
|
#710
|
Human being with feelings
Join Date: Apr 2013
Location: France
Posts: 9,559
|
Reapack donation goal
Hi reapack users !
as you can see on reapack.com website, there is now a monthly donation progress bar on reapack.com !
Lets help cfillion achieve this goal !!
Any support is welcome ! Even 1 dollar monthly ! The bar is pretty low currently :P
Thx again cfillion for this great reaper extension.
Cheers !
|
|
|
09-27-2020, 05:10 AM
|
#711
|
Human being with feelings
Join Date: Apr 2019
Posts: 29
|
ReaPack won't sync
Hi!
When I trying to sync ReaPack I get the message:
Code:
https://github.com/ReaTeam/ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15572 milliseconds
https://github.com/ReaTeam/Themes/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15572 milliseconds
https://reapack.com/index.xml:
Timeout was reached (28): Connection timed out after 15573 milliseconds
https://github.com/X-Raym/REAPER-ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15582 milliseconds
https://bitbucket.org/kawaCat/reascript-m2bpack/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15583 milliseconds
https://geraintluff.github.io/jsfx/index.xml:
Timeout was reached (28): Connection timed out after 15583 milliseconds
https://github.com/MichaelPilyavskiy/ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15576 milliseconds
https://github.com/AmelianceSkyMusic/ASM_Reaper_scripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15576 milliseconds
https://github.com/ArchieScript/Archie_ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15576 milliseconds
https://github.com/ReaTeam/Extensions/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15581 milliseconds
https://github.com/ReaTeam/LangPacks/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15581 milliseconds
https://github.com/ReaTeam/JSFX/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15581 milliseconds
Before it was ok, does anybody have a such issue?
|
|
|
09-27-2020, 08:23 AM
|
#712
|
Human being with feelings
Join Date: Aug 2010
Location: They put me in a home.
Posts: 3,430
|
Works for me here now.
Quote:
Originally Posted by strangy
Hi!
When I trying to sync ReaPack I get the message:
Code:
https://github.com/ReaTeam/ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15572 milliseconds
https://github.com/ReaTeam/Themes/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15572 milliseconds
https://reapack.com/index.xml:
Timeout was reached (28): Connection timed out after 15573 milliseconds
https://github.com/X-Raym/REAPER-ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15582 milliseconds
https://bitbucket.org/kawaCat/reascript-m2bpack/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15583 milliseconds
https://geraintluff.github.io/jsfx/index.xml:
Timeout was reached (28): Connection timed out after 15583 milliseconds
https://github.com/MichaelPilyavskiy/ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15576 milliseconds
https://github.com/AmelianceSkyMusic/ASM_Reaper_scripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15576 milliseconds
https://github.com/ArchieScript/Archie_ReaScripts/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15576 milliseconds
https://github.com/ReaTeam/Extensions/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15581 milliseconds
https://github.com/ReaTeam/LangPacks/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15581 milliseconds
https://github.com/ReaTeam/JSFX/raw/master/index.xml:
Timeout was reached (28): Connection timed out after 15581 milliseconds
Before it was ok, does anybody have a such issue?
|
__________________
47.8% of statistics are made up.
|
|
|
10-05-2020, 03:36 PM
|
#713
|
Human being with feelings
Join Date: Apr 2019
Posts: 29
|
Quote:
Originally Posted by lowellben
Works for me here now.
|
It didn't work for a few days, now it works 😯
|
|
|
10-19-2020, 11:26 AM
|
#714
|
Human being with feelings
Join Date: Oct 2014
Posts: 1,180
|
Hi
The 'ReaTeam JSFX Repository' doesn't match with the fx i find in the github.
timewaster MidiMouse f.i , is in folder Utiliy but not downlodable via reapack.
greetings
|
|
|
10-19-2020, 01:50 PM
|
#715
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
It will be available in a few minutes.
|
|
|
10-22-2020, 11:14 AM
|
#716
|
Human being with feelings
Join Date: Oct 2014
Posts: 1,180
|
THANKS
Found it now
Last edited by bobobo; 10-26-2020 at 08:10 AM.
|
|
|
11-01-2020, 04:41 AM
|
#717
|
Human being with feelings
Join Date: Oct 2018
Posts: 17
|
Bug report:
The Mac REAPER portable version of ReaPack has an installation path problem after the update, please see the picture.
If you replace the earlier version of ReaPack, it can be used normally.
|
|
|
11-01-2020, 05:41 AM
|
#718
|
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 4,683
|
Thanks, fixing!
(As a workaround, move the install path one level down from the root)
EDIT: I've uploaded a fixed macOS 64-bit build at https://cfillion.ca/files/reapack/v1.2.3-0c908bc/.
Last edited by cfillion; 11-01-2020 at 05:53 AM.
|
|
|
11-05-2020, 03:26 PM
|
#719
|
Human being with feelings
Join Date: Oct 2020
Location: Victoria, Canada
Posts: 4
|
Quote:
Originally Posted by cfillion
Tell Catalina it's fine to run it in System Preferences > Security & Privacy. Then choose Open when prompted the next time REAPER is started. This only needs to be done once.

|
Very important: It is found under the "General" Tab, within Security & Preferences. Wasted about 30 mins looking for it in other locations.
|
|
|
12-13-2020, 03:29 PM
|
#720
|
Human being with feelings
Join Date: Sep 2010
Location: Wichita, KS
Posts: 27
|
Can't connect to Github
I installed Reapack 64 dll in the user plugins. When I launch I get the usual window. But when I try to access or browse anything I get:
Couldn't connect to server (7): Failed to connect to github.com port 443: Bad access
I've used Reapack before on another Win 64 laptop. Any ideas? Thanks.
|
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 07:03 AM.
|