12-20-2022, 03:36 AM | #401 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
|
12-20-2022, 04:06 AM | #402 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,117
|
|
12-20-2022, 04:14 AM | #403 | |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
Quote:
EDIT: I think I still need to rely on my algorithm for grouping items as it seems classical engineers occasionally receive recordings that don't necessarily start or stop at the exact same time. Therefore my script currently groups every item that overlaps at some point. But if there's an API way of adding media/razor grouping afterwards this solves the need for an external script! EDIT 2: Original post has been updated with new links and latest information. Last edited by chmaha; 12-20-2022 at 07:26 AM. |
|
12-20-2022, 07:43 AM | #404 | |
Human being with feelings
Join Date: Oct 2013
Location: Argentina
Posts: 1,329
|
Quote:
Thanks for coming back with all the wonderful resources, chmaha! I'm really sorry to read about the seemingly horrible experience you've had recently and hope it won't happen again... |
|
12-20-2022, 07:50 AM | #405 |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Unfortunately for some reason API is not provided for this kind of grouping (yet). Maybe it will change at some point.
|
12-20-2022, 08:04 AM | #406 |
Human being with feelings
Join Date: May 2017
Location: Leipzig
Posts: 6,761
|
Not possible with state-chunking?
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
12-20-2022, 08:47 AM | #407 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
I would be interested if you can make it work. All I know having played around with it for an hour or so is that after or alongside setting up mirrored volume, pan leads etc with my "create source groups" script, I'd need to tack on a portion that runs through each track folder and assigns media/razor lead (same group number for all tracks of a folder). When set up manually through the track manager it works a treat!
|
12-20-2022, 11:15 AM | #408 |
Human being with feelings
Join Date: May 2017
Location: Leipzig
Posts: 6,761
|
I'm not experienced with grouping, can you give me a step by step guide on how to set it up with a theoretical project for, let's say, three tracks with one item on each?
I can look then, what changes in the statechunks, if anything changes at all. Oh, and does the grouping remain, when saving, closing and reopening the project? I wonder, we might need a ReaClassical-dev-thread for such questions, I think...
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
12-20-2022, 11:17 AM | #409 |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
I didn't know, but in Track group manager (View menu, new item) there are two checkboxes. Automatically group for media/razor editing: all tracks / selected tracks. Maybe it somehow could be used.
|
12-20-2022, 11:22 AM | #410 | |
Human being with feelings
Join Date: May 2017
Location: Leipzig
Posts: 6,761
|
@chmaha
In 6.72, there have been additions to GetSetTrackGroupMembership(): Quote:
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
|
12-20-2022, 11:24 AM | #411 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
|
|
12-20-2022, 12:15 PM | #412 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
|
12-20-2022, 12:48 PM | #413 |
Human being with feelings
Join Date: May 2017
Location: Leipzig
Posts: 6,761
|
Yeah, it seems like added to the changelog but not added to the docs.
I just stumbled upon this by sheer coincidence, when updating my docs yesterday.
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
12-20-2022, 01:20 PM | #414 |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
True seeker!
|
12-20-2022, 03:26 PM | #415 | |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
Quote:
In the end, I added the feature using "Track: Create new track media/razor editing group from selected tracks"(42578) in the end to take advantage of the fact I was already selecting all tracks of a folder during preparing takes in terms of color. EDIT: Also need to run "Track: Remove selected tracks from all track media/razor editing groups" first as part of the loop so on repeated preparing of takes (because you might not like the random colors!) the groups don't pile up |
|
12-20-2022, 03:32 PM | #416 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 24,859
|
Welcome back!
Just a suggestion - maybe it wouldn't be a bad idea to get your ReaClassical repository into ReaPack? I'm not sure what it entails, but it would probably be a good thing to have, everything in one place
__________________
Edit poly aftertouch in MIDI editor! Entirely (un)dockable UI! | Improve Render Queue! |
12-20-2022, 04:20 PM | #417 | |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
Quote:
ReaClassical is already in ReaPack in the sense you can import the repo using https://github.com/chmaha/ReaClassic...main/index.xml then search for "ReaClassical". Is that what you meant? I was advised against adding to the ReaTeam repo given how often I update things. The issue is that the scripts are only part of the deal. For the full experience (keymaps, classical theme to properly hide children when desired etc) I now have the Linux script that does everything to set up and just need to work on MacOS and Windows equivalents (although the pop-up messages even when mounting the dmg using hdiutil attach seem to be a problem ). For Mac/Win, it's pretty simple to download the resource folder archive and follow the instructions. Last edited by chmaha; 12-20-2022 at 05:16 PM. |
|
12-20-2022, 04:54 PM | #418 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
NEW v22.12.4 (requires REAPER v6.72):
NEW v22.12.5:
NEW v22.12.6:
So no need for a background running script to razor edit a folder now However you like to work by creating a folder (F7), creating source groups (F8), preparing takes (T), syncing fx/routing (F8) or a mix of these commands will result in native track groups for media item/razor editing. Start a razor edit anywhere on/in the folder and hey presto! There should be absolutely zero conflict if you re-run things like prepare takes or sync fx as all media/razor grouping is reconstructed afresh every time. Needless to say, all other grouping in terms of fader, panning, mute, trim is unaffected. The CD/DPP marker script is quite exciting at this point. Simply add track tiles as take names via media item properties (F2) that are actually going to end up as CD tracks, and press the Y shortcut. Fill in the album metadata et voila...complete ready-to-render CD/DDP markers including the required 2-second initial pregap and @ album metadata at the end of the disc. This is perfect for classical releases where tracks might have lots of S-D edits but you don't want them generating a CD marker. Basically, only add track(take) names to the items you actually want to become tracks on the disc! Prepare Takes now deletes all item take names as part of the process. Note: The new media item grouping/editing should work perfectly too. However, if you inherit classical take items that don't start and end together cleanly, I still recommend running my Prepare Takes script (T) at some point prior to editing to ensure that overlapping items are grouped as desired. With just the new native grouping, if item starts/ends don't align, sub-optimal choices can be made about where one group ends and another begins. If anything, the colors generated by the script are pretty Note 2: Be mindful that in order to use the latest script tech you need to be using REAPER v6.72. If you are not willing to upgrade just yet, stick to v22.12.3 of my scripts otherwise there will be breakages. Thanks devs for adding this native feature! Last edited by chmaha; 12-21-2022 at 07:46 AM. |
12-21-2022, 11:12 AM | #419 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
NEW v22.12.7 (requires REAPER v6.72+):
Give it a whirl and see what you think. To test:
Yes, CDs are a dying breed but it seems classical engineers are almost single-handedly keeping the format alive I'm going to have a stab at automatically adding regions in between starts and ends of CD markers (useful for per-track file generating) and then it's time to create some new videos and ensure documentation is updated as much as possible. Last edited by chmaha; 12-21-2022 at 12:39 PM. |
12-21-2022, 01:13 PM | #420 |
Human being with feelings
Join Date: Oct 2008
Posts: 286
|
|
12-21-2022, 02:14 PM | #421 |
Human being with feelings
Join Date: Nov 2015
Location: Cologne
Posts: 1,797
|
@chmaha I'm not yet a user but it's great to have you back with that approach of classical editing. I'm a broadcast tonmeister, doing classical recordings myself but didn't find enough time to really check out your beautiful tool. Just wanted to say this: Thanks for your massive effort, it's great to have a reaper alternative to sequoia and pyramix.
__________________
https://juliusgass.de |
12-21-2022, 03:55 PM | #422 | ||
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
Quote:
Quote:
|
||
12-21-2022, 04:01 PM | #423 |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
What an alternative should be able to do? And why yt is the dark side?
|
12-21-2022, 05:00 PM | #424 |
Human being with feelings
Join Date: Jan 2010
Location: Kalispell
Posts: 14,818
|
Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads Ads and more ads.
Sorry vitalker, I'm also looking for an alternative. And thank you chmaha, I didn't know about Odysee, I'm going to have to look into it. |
12-21-2022, 05:25 PM | #425 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
Basically it should be YouTube without the privacy concerns. I think that answers both questions In all seriousness, something that allows unlimited uploading, hi-res playback, ease of adding metadata and background info underneath the video, some basic stats etc, and, yes, ideally no ads.
|
12-21-2022, 05:36 PM | #426 |
Human being with feelings
Join Date: Feb 2021
Posts: 536
|
Just for FYI.... Brave browser is quite useful - I don't watch interuptive ads on youtube because it has a built in adblocker. . . same with Spotify.
I can't bare that shit. Although.... Brave is made by humans, and so has had it's own ethical questions posed. Ah well. |
12-22-2022, 12:52 AM | #427 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
|
|
12-22-2022, 01:32 AM | #428 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
The only drawback it needs a phone number for registering, but you could use some virtual number. Another non-social-media platforms are: https://doodstream.com/ https://filemoon.to/ https://streamsb.com/ https://streamtape.to/ If you for some reason still wants youtube-like alternatives, then here are some of them (Odysee among them) https://alternativeto.net/software/y...rivacy-focused |
|
12-22-2022, 01:32 AM | #429 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
|
|
12-22-2022, 03:26 AM | #430 | |
Human being with feelings
Join Date: Oct 2008
Posts: 286
|
Quote:
https://www.crunchbase.com/organizat...rview_timeline https://www.zdnet.com/article/google...to-app-odysee/ |
|
12-22-2022, 03:36 AM | #431 | ||
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
The article you linked to mentions "photo platform Odysee", which is not what THE Odysee is. https://www.reddit.com/r/lbry/commen...e_owns_odysee/ https://en.wikipedia.org/wiki/LBRY Quote:
I mean sure, they could do it, but that wouldn't make sense. |
||
12-22-2022, 12:05 PM | #433 |
Human being with feelings
Join Date: May 2017
Location: Leipzig
Posts: 6,761
|
Is Vimeo dark side too?
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
12-22-2022, 12:44 PM | #434 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
According to this site I trust, it isn't mentioned: https://www.privacytools.io/youtube-alternatives. I'd have to do some more digging but I think I discounted Vimeo for other reasons. |
12-22-2022, 01:30 PM | #435 | |
Human being with feelings
Join Date: Nov 2015
Location: Cologne
Posts: 1,797
|
Quote:
1) In sequoia there is a window that shows the next take number. I'm missing that quite a lot. Did you find a solution for that? 2) Is it possible to integrate your system into an existing reaper config? I'm working in many different genres so it would be nice to get that integrated in my config.
__________________
https://juliusgass.de |
|
12-22-2022, 02:16 PM | #436 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
|
|
12-22-2022, 02:17 PM | #437 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
|
|
12-22-2022, 03:34 PM | #438 |
Human being with feelings
Join Date: Nov 2015
Location: Cologne
Posts: 1,797
|
Reaper's recordings are named by the settings/wildcards set in the global preference. There is a $recpass wildcard which is as far as I know static and can't be manipulated.
Sequoia is different: There is a "take window" that basically shows "take name: NAME NUMBER". You can freely rename both, name and number. So it can be "take name: general rehearsal 01". If you stop, the number will increase by +1 for the next take. You even could start with "general rehearsal 155" if you wanted. The number automatically increases as soon as you stop the recording. So while recording you see the current take and if you stop you see the next take number. It's a project based setting, no global. I think for reaper a nice solution could be: Respect the filename format given in the preferences and add a suffix that can be set up project based. So we have files that could be named like "$tracknumber $track $takename $takenumber" ("01 violin CONCERT 005"). I think there will be a native behaviour as soon as "playlists" are implemented in reaper (there was an immature feature branch in previous .dev versions). So perhaps we just should discuss the best way of naming takes to make a feature request as soon as the playlist feature finds its way back into the .dev versions.
__________________
https://juliusgass.de |
12-22-2022, 03:40 PM | #439 | |
Human being with feelings
Join Date: Dec 2012
Posts: 13,632
|
Quote:
|
|
12-22-2022, 04:49 PM | #440 | |
Human being with feelings
Join Date: Feb 2021
Posts: 2,488
|
Quote:
As for integrating the system into an existing REAPER config...sure. You could follow the manual installation steps in the PDF guide and pick and choose what you need. To be honest, as long as you import the ReaClassical repo into REAPER you are most of the way there. You could assign your own shortcuts or download the archive and pick and choose keymaps, theme that allows properly collapsed folders etc: https://github.com/chmaha/ReaClassic..._install_files. I've just unzipped that folder so you can select what you want as per the guide. Hope that helps. Depending on how customized your current REAPER install is, it might be even easier to create a ReaClassical portable install and add in your previous tweaks? Portable or not portable shouldn't make a slightest bit of difference to performance. Yes, thanks! I hadn't gotten around to checking them out but some look very promising. Last edited by chmaha; 12-22-2022 at 04:54 PM. |
|
Thread Tools | |
Display Modes | |
|
|