Search found 11 matches

by hepi.yellow
Fri Oct 22, 2021 20:00
Forum: Problems? Bugs? Solutions!
Topic: Wire: Attack release
Replies: 8
Views: 4996

Re: Wire: Attack release

I was also interested in this. Here is my take on it. It works so that RE-attacking before a full release is done, starts raising from the current value (Without jumping to 0). It uses Fixed velocity, but you could use the MIDI velocity with ease It would be great if the "Attack Release" N...
by hepi.yellow
Fri Oct 22, 2021 18:30
Forum: New Features
Topic: MIDI Mapping broken when adding effect
Replies: 0
Views: 4117

MIDI Mapping broken when adding effect

The scenario: - I have a clip with a Transform effect. - I map the Position Y value to a MIDI. - I add another Transform effect BEFORE the existing one. - The previous MIDI mapping is broken now, since it no longer controls the Position Y of the initial Transform effect. It controls the new Transfo...
by hepi.yellow
Fri Oct 22, 2021 18:23
Forum: Problems? Bugs? Solutions!
Topic: Bug: Scroll Layers and Clips into view
Replies: 6
Views: 3798

Re: Bug: Scroll Layers and Clips into view

While we're at it, Aside from fixing this, I think there should also be an OSC address for controlling the scroll offset directly. Something like: /composition/scroll/layeroffset /composition/scroll/clipoffset The use-case I am thinking of is when I have many clips in one layer, and I want to naviga...
by hepi.yellow
Mon Oct 18, 2021 20:43
Forum: Problems? Bugs? Solutions!
Topic: Clips moving to wrong layer
Replies: 9
Views: 19076

Re: Clips moving to wrong layer

Hi, I think jrxc and Joris are RIGHT! For the sake of this discussion, let's define an new feature: Clip Pools (aka "Pool") Generic Container: A pool is a generic container of clips. Target Layer: A pool can be assigned a Target Layer. When a clip from the pool is triggered, it will be pla...
by hepi.yellow
Sat Sep 25, 2021 09:53
Forum: New Features
Topic: Wire - Frame Count
Replies: 1
Views: 3005

Wire - Frame Count

The Issue

I am trying to write a Strobe patch, and in order to get constant strobing in high speed, I want precise control of each frame.
For example:
frame 01: black
frame 02: white
frame 03: black
...

For this I need to know the frame count.
by hepi.yellow
Tue Sep 21, 2021 05:00
Forum: New Features
Topic: Missing Transport Position for Source Clips
Replies: 0
Views: 4707

Missing Transport Position for Source Clips

I suggest supporting "Transport Position" in Source clips (like there is in Video clips) I see no reason why they shouldn't have it, they have a duration. It should be exactly the same as Video clips, with also the: - Pause / Play / Play Backwards - Loop/Bounce/Random/... These are relevan...
by hepi.yellow
Thu Sep 16, 2021 12:59
Forum: New Features
Topic: Wire - Updating Input Parameter's Data
Replies: 0
Views: 4772

Wire - Updating Input Parameter's Data

Parameter Data Updates Meaning that a Wire patch can update it's own Input Parameter data. By data, I mean: Visibility, Name, Value, Range, Elements (Choice Param), Default_Value. This feature is (partially) supported in the FFGL sdk. A main use-case for this feature is that plugins could have diff...
by hepi.yellow
Wed Sep 15, 2021 18:08
Forum: New Features
Topic: Allow animation for Clip's Transport Position
Replies: 2
Views: 3519

Re: Allow animation for Clip's Transport Position

No. I am looking for more elegant curves, like exponential in-out is very good to bring some on beat oooomph!
by hepi.yellow
Wed Sep 15, 2021 10:09
Forum: New Features
Topic: Allow animation for Clip's Transport Position
Replies: 2
Views: 3519

Allow animation for Clip's Transport Position

The Issue Linear-time loops are boring... 🥱 We can't add beat syncing with meaningful envelopes that can bring life and groove to video clips. Currently a clip's transport position can not have animation. The Solution Add support for animating transport position. The current BAD solution I know you...
by hepi.yellow
Wed Sep 15, 2021 09:55
Forum: New Features
Topic: Envelope Editing Using OSC
Replies: 0
Views: 4576

Envelope Editing Using OSC

The Issue Editing Param Envelope for complex beat syncing (Param in "BPP Sync" mode), is tedious and not UI friendly. The Solution Instead of creating a new complex UI for envelop editing, we just need to be able to control the envelope with OSC. For example: OSC Address: /composition/sel...